#include <JsonValue.h>
◆ FJsonValueBoolean()
| FJsonValueBoolean::FJsonValueBoolean |
( |
bool |
InBool | ) |
|
◆ ~FJsonValueBoolean()
| FJsonValueBoolean::~FJsonValueBoolean |
( |
| ) |
|
|
virtualdefault |
◆ GetMemoryFootprint()
| SIZE_T FJsonValueBoolean::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 FJsonValueBoolean::GetType |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ TryGetBool()
| bool FJsonValueBoolean::TryGetBool |
( |
bool & |
OutBool | ) |
const |
|
overridevirtual |
Tries to convert this value to a bool, returning false if not possible
Reimplemented from FJsonValue.
◆ TryGetNumber()
| bool FJsonValueBoolean::TryGetNumber |
( |
double & |
OutNumber | ) |
const |
|
overridevirtual |
Tries to convert this value to a number, returning false if not possible
Reimplemented from FJsonValue.
◆ TryGetString()
| bool FJsonValueBoolean::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
| bool FJsonValueBoolean::Value |
|
protected |
The documentation for this class was generated from the following files: