|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <ArticyDatabase.h>
Public Member Functions | |
| FArticyObjectShadow () | |
| FArticyObjectShadow (uint32 ShadowLevel, UArticyObject *Object, int32 CloneId, UObject *Outer=nullptr) | |
| UArticyObject * | GetObject () |
| int32 | GetCloneId () const |
Public Attributes | |
| uint32 | ShadowLevel = 0 |
Structure representing a shadow of an Articy object.
|
inline |
Default constructor.
|
inline |
Constructs a shadow object with specified parameters.
| ShadowLevel | The shadow level for the object. |
| Object | The Articy object to shadow. |
| CloneId | The clone ID of the object. |
| Outer | The outer object context for the shadow object. |
|
inline |
Gets the clone ID of the object.
| UArticyObject * FArticyObjectShadow::GetObject | ( | ) |
Gets the underlying Articy object.
| uint32 FArticyObjectShadow::ShadowLevel = 0 |
The shadow level for the object.