|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyBaseTypes.h>
Public Member Functions | |
| FArticyRect (TSharedPtr< FJsonValue > Json) | |
Public Attributes | |
| float | x = 0.f |
| float | y = 0.f |
| float | w = 0.f |
| float | h = 0.f |
A rectangle with x/y position and w/h dimensions.
| FArticyRect::FArticyRect | ( | TSharedPtr< FJsonValue > | Json | ) |
Constructs an FArticyRect from a JSON value.
Constructs an FArticyRect from a JSON value.
| Json | The JSON value to construct the rectangle from. |
| float FArticyRect::h = 0.f |
The height of the rectangle.
| float FArticyRect::w = 0.f |
The width of the rectangle.
| float FArticyRect::x = 0.f |
The x position of the rectangle.
| float FArticyRect::y = 0.f |
The y position of the rectangle.