FJsonObject::TryGetStringArrayField

Get the field named FieldName as an array of strings.

Windows
MacOS
Linux

References

Module

Json

Header

/Engine/Source/Runtime/Json/Public/Dom/JsonObject.h

Include

#include "Dom/JsonObject.h"

Source

/Engine/Source/Runtime/Json/Private/Dom/JsonObject.cpp

Syntax

bool TryGetStringArrayField
(
    const FString & FieldName,
    TArray< FString > & OutArray
) const

Remarks

Get the field named FieldName as an array of strings. Returns false if it doesn't exist or any member cannot be converted.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss