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