Navigation
API > API/Runtime > API/Runtime/Json
A Json Boolean Value.
| Name | FJsonValueBoolean |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
Syntax
class FJsonValueBoolean : public FJsonValue
Inheritance Hierarchy
- FJsonValue → FJsonValueBoolean
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FJsonValueBoolean
(
bool InBool |
Dom/JsonValue.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FJsonValueBoolean() |
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 TryGetBool
(
bool& OutBool |
Tries to convert this value to a bool, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetNumber
(
double& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetString
(
FString& OutString |
Tries to convert this value to a string, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetUtf8String
(
FUtf8String& OutString |
Tries to convert this value to a utf8 string, returning false if not possible | Dom/JsonValue.h |
Protected
Overridden from FJsonValue
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetType() |
Dom/JsonValue.h |