#include <JsonValue.h>
◆ FJsonValueNumber()
| FJsonValueNumber::FJsonValueNumber |
( |
double |
InNumber | ) |
|
◆ ~FJsonValueNumber()
| FJsonValueNumber::~FJsonValueNumber |
( |
| ) |
|
|
virtualdefault |
◆ GetMemoryFootprint()
| SIZE_T FJsonValueNumber::GetMemoryFootprint |
( |
| ) |
const |
|
overridevirtual |
Returns the memory footprint for this object in Bytes, including sizeof(*this) and allocated memory. All children should implement this so their memory layout is properly accounted for
Reimplemented from FJsonValue.
◆ GetType()
| FString FJsonValueNumber::GetType |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ TryGetBool()
| bool FJsonValueNumber::TryGetBool |
( |
bool & |
OutBool | ) |
const |
|
overridevirtual |
Tries to convert this value to a bool, returning false if not possible
Reimplemented from FJsonValue.
◆ TryGetNumber()
| bool FJsonValueNumber::TryGetNumber |
( |
double & |
OutNumber | ) |
const |
|
overridevirtual |
Tries to convert this value to a number, returning false if not possible
Reimplemented from FJsonValue.
◆ TryGetString()
| bool FJsonValueNumber::TryGetString |
( |
FString & |
OutString | ) |
const |
|
overridevirtual |
Tries to convert this value to a string, returning false if not possible
Reimplemented from FJsonValue.
◆ TryGetUtf8String()
Tries to convert this value to a utf8 string, returning false if not possible
Reimplemented from FJsonValue.
◆ Value
| double FJsonValueNumber::Value |
|
protected |
The documentation for this class was generated from the following files: