Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom
Inheritance Hierarchy
- FJsonValue
- FJsonValueArray
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include | #include "Dom/JsonValue.h" |
Syntax
class FJsonValueArray : public FJsonValue
Remarks
A Json Array Value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FJsonValue > > | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJsonValueArray
(
const TArray< TSharedPtr< FJsonValue > >& InArray |
|||
FJsonValueArray
(
TArray< TSharedPtr< FJsonValue > >&& InArray |
Overridden from FJsonValue
| Type | Name | Description | |
|---|---|---|---|
| FString | GetType () |
||
| bool | TryGetArray
(
const TArray< TSharedPtr< FJsonValue > >*& OutArray |
Tries to convert this value to an array, returning false if not possible | |
| bool | TryGetArray
(
TArray< TSharedPtr< FJsonValue > >*& OutArray |
Tries to convert this value to an array, returning false if not possible |