PAPER2FPaperJSONHelpers::ReadArray

Returns the array named Key or nullptr if it is missing or the wrong type.

Windows
MacOS
Linux

References

Module

Paper2DEditor

Header

/Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperJSONHelpers.h

Include

#include "PaperJSONHelpers.h"

Syntax

static const TArray< TSharedPtr< FJsonValue > > & ReadArray
(
    TSharedPtr< class FJsonObject > Item,
    const FString & Key
)

Remarks

Returns the array named Key or nullptr if it is missing or the wrong type.

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