FJsonValue::AsArray

Returns this value as an array, logging an error and returning an empty array reference if not possible

Windows
MacOS
Linux

References

Module

Json

Header

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

Include

#include "Dom/JsonValue.h"

Source

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

Syntax

const TArray< TSharedPtr< FJsonValue > > & AsArray() const

Remarks

Returns this value as an array, logging an error and returning an empty array reference if not possible

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