|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyBaseTypes.h>
Public Member Functions | |
| FArticySize (TSharedPtr< FJsonValue > Json) | |
| FVector2D | AsVector () const |
Public Attributes | |
| float | w = 0.f |
| float | h = 0.f |
A size given as width and height.
| FArticySize::FArticySize | ( | TSharedPtr< FJsonValue > | Json | ) |
Constructs an FArticySize from a JSON value.
Constructs an FArticySize from a JSON value.
| Json | The JSON value to construct the size from. |
|
inline |
Converts the size to a FVector2D.
| float FArticySize::h = 0.f |
The height of the size.
| float FArticySize::w = 0.f |
The width of the size.