Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/FJsonObject
Description
Get the field named FieldName as an array of strings. Returns false if it doesn't exist or any member cannot be converted.
| Name | TryGetStringArrayField |
| 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 TryGetStringArrayField
(
FStringView FieldName,
TArray < FString > & OutArray
) const