FJsonValue::TryGetArray

Tries to convert this value to an array, returning false if not possible

Windows
MacOS
Linux

Override Hierarchy

FJsonValue::TryGetArray()

FJsonValueArray::TryGetArray()

References

Module

Json

Header

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

Include

#include "Dom/JsonValue.h"

Syntax

virtual bool TryGetArray
(
    const TArray< TSharedPtr< FJsonValue > > *& OutArray
) const

Remarks

Tries to convert this value to an array, returning false 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