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

#include <ArticyDatabase.h>

Public Member Functions

 FArticyObjectShadow ()
 FArticyObjectShadow (uint32 ShadowLevel, UArticyObject *Object, int32 CloneId, UObject *Outer=nullptr)
UArticyObjectGetObject ()
int32 GetCloneId () const

Public Attributes

uint32 ShadowLevel = 0

Detailed Description

Structure representing a shadow of an Articy object.

Constructor & Destructor Documentation

◆ FArticyObjectShadow() [1/2]

FArticyObjectShadow::FArticyObjectShadow ( )
inline

Default constructor.

◆ FArticyObjectShadow() [2/2]

FArticyObjectShadow::FArticyObjectShadow ( uint32 ShadowLevel,
UArticyObject * Object,
int32 CloneId,
UObject * Outer = nullptr )
inline

Constructs a shadow object with specified parameters.

Parameters
ShadowLevelThe shadow level for the object.
ObjectThe Articy object to shadow.
CloneIdThe clone ID of the object.
OuterThe outer object context for the shadow object.

Member Function Documentation

◆ GetCloneId()

int32 FArticyObjectShadow::GetCloneId ( ) const
inline

Gets the clone ID of the object.

Returns
The clone ID of the object.

◆ GetObject()

UArticyObject * FArticyObjectShadow::GetObject ( )

Gets the underlying Articy object.

Returns
A pointer to the underlying UArticyObject.

Member Data Documentation

◆ ShadowLevel

uint32 FArticyObjectShadow::ShadowLevel = 0

The shadow level for the object.


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