FJsonObject::TryGetArrayField

Try to get the field named FieldName as an array, or return false if it's another type

Choose your operating system:

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 TryGetArrayField
(
    const FString & FieldName,
    const TArray< TSharedPtr< FJsonValue > > *& OutArray
) const

Remarks

Try to get the field named FieldName as an array, or return false if it's another type