Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom
Inheritance Hierarchy
- FJsonValue
- FJsonValueBoolean
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include | #include "Dom/JsonValue.h" |
Syntax
class FJsonValueBoolean : public FJsonValue
Remarks
A Json Boolean Value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJsonValueBoolean
(
bool InBool |
Overridden from FJsonValue
| Type | Name | Description | |
|---|---|---|---|
| FString | GetType () |
||
| bool | TryGetBool
(
bool& OutBool |
Tries to convert this value to a bool, returning false if not possible | |
| bool | TryGetNumber
(
double& OutNumber |
Tries to convert this value to a number, returning false if not possible | |
| bool | TryGetString
(
FString& OutString |
Tries to convert this value to a string, returning false if not possible |