ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
FArticyRect Struct Reference

#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

Detailed Description

A rectangle with x/y position and w/h dimensions.

Constructor & Destructor Documentation

◆ FArticyRect()

FArticyRect::FArticyRect ( TSharedPtr< FJsonValue > Json)

Constructs an FArticyRect from a JSON value.

Constructs an FArticyRect from a JSON value.

Parameters
JsonThe JSON value to construct the rectangle from.

Member Data Documentation

◆ h

float FArticyRect::h = 0.f

The height of the rectangle.

◆ w

float FArticyRect::w = 0.f

The width of the rectangle.

◆ x

float FArticyRect::x = 0.f

The x position of the rectangle.

◆ y

float FArticyRect::y = 0.f

The y position of the rectangle.


The documentation for this struct was generated from the following files:
  • Source/ArticyRuntime/Public/ArticyBaseTypes.h
  • Source/ArticyRuntime/Private/ArticyBaseTypes.cpp