#include <JsonValue.h>
◆ FJsonValueObject()
◆ ~FJsonValueObject()
| FJsonValueObject::~FJsonValueObject |
( |
| ) |
|
|
virtualdefault |
◆ GetAllocatedSize()
| SIZE_T FJsonValueObject::GetAllocatedSize |
( |
| ) |
const |
|
protected |
Helper to calculate allocated size of the Value object and its contents
◆ GetMemoryFootprint()
| SIZE_T FJsonValueObject::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 FJsonValueObject::GetType |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ TryGetObject() [1/2]
Tries to convert this value to an object, returning false if not possible
Reimplemented from FJsonValue.
◆ TryGetObject() [2/2]
Tries to convert this value to an object, returning false if not possible
Reimplemented from FJsonValue.
◆ Value
The documentation for this class was generated from the following files: