Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Dom > API/Runtime/Json/Dom/FJsonObject
| Type | Name | Description | |
|---|---|---|---|
| bool | TryGetArrayField
(
FStringView FieldName, |
Try to get the field named FieldName as an array, or return false if it's another type | |
| bool | TryGetArrayField
(
FAnsiStringView FieldName, |