Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number, and makes sure it's within int8 range. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number, and makes sure it's within int16 range. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number, and makes sure it's within int32 range. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number, and makes sure it's within uint8 range. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number, and makes sure it's within uint16 range. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number, and makes sure it's within uint32 range. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FStringView FieldName, |
Get the field named FieldName as a number, and makes sure it's within uint64 range. | Dom/JsonObject.h | |
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h | ||
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h | ||
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h | ||
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h | ||
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h | ||
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h | ||
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h | ||
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h | ||
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h | ||
bool TryGetNumberField
(
FAnsiStringView FieldName, |
Dom/JsonObject.h |
TryGetNumberField(FStringView, float &)
Description
Get the field named FieldName as a number. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
float & OutNumber
) const
TryGetNumberField(FStringView, double &)
Description
Get the field named FieldName as a number. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
double & OutNumber
) const
TryGetNumberField(FStringView, int8 &)
Description
Get the field named FieldName as a number, and makes sure it's within int8 range. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
int8 & OutNumber
) const
TryGetNumberField(FStringView, int16 &)
Description
Get the field named FieldName as a number, and makes sure it's within int16 range. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
int16 & OutNumber
) const
TryGetNumberField(FStringView, int32 &)
Description
Get the field named FieldName as a number, and makes sure it's within int32 range. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
int32 & OutNumber
) const
TryGetNumberField(FStringView, int64 &)
Description
Get the field named FieldName as a number. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
int64 & OutNumber
) const
TryGetNumberField(FStringView, uint8 &)
Description
Get the field named FieldName as a number, and makes sure it's within uint8 range. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
uint8 & OutNumber
) const
TryGetNumberField(FStringView, uint16 &)
Description
Get the field named FieldName as a number, and makes sure it's within uint16 range. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
uint16 & OutNumber
) const
TryGetNumberField(FStringView, uint32 &)
Description
Get the field named FieldName as a number, and makes sure it's within uint32 range. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
uint32 & OutNumber
) const
TryGetNumberField(FStringView, uint64 &)
Description
Get the field named FieldName as a number, and makes sure it's within uint64 range. Returns false if it doesn't exist or cannot be converted.
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
| Source | /Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp |
bool TryGetNumberField
(
FStringView FieldName,
uint64 & OutNumber
) const
TryGetNumberField(FAnsiStringView, float &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
float & OutNumber
) const
TryGetNumberField(FAnsiStringView, double &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
double & OutNumber
) const
TryGetNumberField(FAnsiStringView, int8 &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
int8 & OutNumber
) const
TryGetNumberField(FAnsiStringView, int16 &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
int16 & OutNumber
) const
TryGetNumberField(FAnsiStringView, int32 &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
int32 & OutNumber
) const
TryGetNumberField(FAnsiStringView, int64 &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
int64 & OutNumber
) const
TryGetNumberField(FAnsiStringView, uint8 &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
uint8 & OutNumber
) const
TryGetNumberField(FAnsiStringView, uint16 &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
uint16 & OutNumber
) const
TryGetNumberField(FAnsiStringView, uint32 &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
uint32 & OutNumber
) const
TryGetNumberField(FAnsiStringView, uint64 &)
| Name | TryGetNumberField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
bool TryGetNumberField
(
FAnsiStringView FieldName,
uint64 & OutNumber
) const