PAPER2FPaperJSONHelpers::ReadIntPoint

Returns true if the object named Key is a struct containing two floats (x,y), populating XY 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 ReadIntPoint
(
    const TSharedPtr< class FJsonObject > Item,
    const FString & Key,
    FIntPoint & Out_XY
)

Remarks

Returns true if the object named Key is a struct containing two floats (x,y), populating XY 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