Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom
Inheritance Hierarchy
- FJsonValue
- FJsonValueObject
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include | #include "Dom/JsonValue.h" |
Syntax
class FJsonValueObject : public FJsonValue
Remarks
A Json Object Value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FJsonObject > | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJsonValueObject
(
TSharedPtr< FJsonObject > InObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T | Helper to calculate allocated size of the Value object and its contents |
Overridden from FJsonValue
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T | Returns the memory footprint for this object in Bytes, including sizeof(*this) and allocated memory. | ||
| FString | GetType () |
||
| bool | TryGetObject
(
const TSharedPtr< FJsonObject >*& Object |
Tries to convert this value to an object, returning false if not possible | |
| bool | TryGetObject
(
TSharedPtr< FJsonObject >*& Object |
Tries to convert this value to an object, returning false if not possible |