Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Description
Get the field named FieldName as an array of enums. Returns false if it doesn't exist or any member is not a string.
| Name | TryGetEnumArrayField |
| Type | function |
| Header File | /Engine/Source/Runtime/Json/Public/Dom/JsonObject.h |
| Include Path | #include "Dom/JsonObject.h" |
template<typename TEnum>
bool TryGetEnumArrayField
(
FStringView FieldName,
TArray < TEnum > & OutArray
) const