PAPER2FPaperJSONHelpers::ReadXY

Returns true if the object named Key is a struct containing two floats (x,y), populating WH with the values)

Windows
MacOS
Linux

References

Module

Paper2DEditor

Header

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

Include

#include "PaperJSONHelpers.h"

Syntax

static bool ReadXY
(
    const TSharedPtr< class FJsonObject > Item,
    const FString & Key,
    FVector2D & Out_WH
)

Remarks

Returns true if the object named Key is a struct containing two floats (x,y), populating WH with the values)

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