Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom
Inheritance Hierarchy
- FJsonValue
- FJsonValueNumber
References
| Module | Json |
| Header | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include | #include "Dom/JsonValue.h" |
Syntax
class FJsonValueNumber : public FJsonValue
Remarks
A Json Number Value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FJsonValueNumber
(
double InNumber |
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 |