Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom > API/Runtime/Json/Dom/FJsonObject
| Type | Name | Description | |
|---|---|---|---|
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number. | |
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number, and makes sure it's within uint64 range. | |
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number. | |
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number, and makes sure it's within int8 range. | |
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number, and makes sure it's within int16 range. | |
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number, and makes sure it's within int32 range. | |
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number. | |
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number, and makes sure it's within uint8 range. | |
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number, and makes sure it's within uint16 range. | |
| bool | TryGetNumberField
(
const FString& FieldName, |
Get the field named FieldName as a number, and makes sure it's within uint32 range. |