Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/TJsonValueString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool TryGetNumber
(
double& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetNumber
(
int32& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetNumber
(
uint32& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetNumber
(
int64& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetNumber
(
uint64& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h |
TryGetNumber(double &)
Description
Tries to convert this value to a number, returning false if not possible
| Name | TryGetNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
virtual bool TryGetNumber
(
double & OutNumber
) const
TryGetNumber(int32 &)
Description
Tries to convert this value to a number, returning false if not possible
| Name | TryGetNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
virtual bool TryGetNumber
(
int32 & OutNumber
) const
TryGetNumber(uint32 &)
Description
Tries to convert this value to a number, returning false if not possible
| Name | TryGetNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
virtual bool TryGetNumber
(
uint32 & OutNumber
) const
TryGetNumber(int64 &)
Description
Tries to convert this value to a number, returning false if not possible
| Name | TryGetNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
virtual bool TryGetNumber
(
int64 & OutNumber
) const
TryGetNumber(uint64 &)
Description
Tries to convert this value to a number, returning false if not possible
| Name | TryGetNumber |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonValue.h |
| Include Path | #include "Dom/JsonValue.h" |
virtual bool TryGetNumber
(
uint64 & OutNumber
) const