Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/TJsonValueNumberString
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
(
float& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetNumber
(
int8& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetNumber
(
int16& 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
(
int64& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetNumber
(
uint8& OutNumber |
Tries to convert this value to a number, returning false if not possible | Dom/JsonValue.h | |
virtual bool TryGetNumber
(
uint16& 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
(
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(float &)
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
(
float & OutNumber
) const
TryGetNumber(int8 &)
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
(
int8 & OutNumber
) const
TryGetNumber(int16 &)
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
(
int16 & 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(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(uint8 &)
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
(
uint8 & OutNumber
) const
TryGetNumber(uint16 &)
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
(
uint16 & 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(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