PAPER2FPaperJSONHelpers::ReadString

Returns the value of Key in Item, or DefaultValue if the Key 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 FString ReadString
(
    TSharedPtr< class FJsonObject > Item,
    const FString & Key,
    const FString & DefaultValue
)

Remarks

Returns the value of Key in Item, or DefaultValue if the Key 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