Navigation
API > API/Plugins > API/Plugins/Paper2DEditor > API/Plugins/Paper2DEditor/PAPER2FPaperJSONHelpers
References
| Module | Paper2DEditor |
| Header | /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Public/PaperJSONHelpers.h |
| Include | #include "PaperJSONHelpers.h" |
static bool ReadRectangle
&40;
const TSharedPtr< class FJsonObject > Item,
const FString & Key,
FIntPoint & Out_XY,
FIntPoint & Out_WH
&41;
Remarks
Returns true if the object named Key is a struct containing four integers (x,y,w,h), populating XY and WH with the values)