Navigation
API > API/Runtime > API/Runtime/Json
A Json Array Value.
| Name | FJsonValueArray |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
Syntax
class FJsonValueArray : public FJsonValue
Inheritance Hierarchy
- FJsonValue → FJsonValueArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FJsonValueArray
(
const TArray< TSharedPtr< FJsonValue > >& InArray |
Dom/JsonValue.h | ||
FJsonValueArray
(
TArray< TSharedPtr< FJsonValue > >&& InArray |
Dom/JsonValue.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FJsonValueArray() |
Dom/JsonValue.h |
Functions
Public
Overridden from FJsonValue
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SIZE_T GetMemoryFootprint () |
Returns the memory footprint for this object in Bytes, including sizeof(*this) and allocated memory. | Dom/JsonValue.h | |
virtual bool TryGetArray
(
const TArray< TSharedPtr< FJsonValue > >*& OutArray |
Tries to convert this value to an array, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetArray
(
TArray< TSharedPtr< FJsonValue > >*& OutArray |
Tries to convert this value to an array, returning false if not possible | Dom/JsonValue.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
Helper to calculate allocated size of the Value array and its contents | Dom/JsonValue.h |
Overridden from FJsonValue
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetType() |
Dom/JsonValue.h |