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 |
Overridden from FJsonValue
| Type | Name | Description | |
|---|---|---|---|
| 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 |