|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <SArticyRefProperty.h>
Public Member Functions | |
| SLATE_BEGIN_ARGS (SArticyRefProperty) | |
| void | Construct (const FArguments &InArgs) |
| virtual void | Tick (const FGeometry &AllottedGeometry, const double InCurrentTime, const float InDeltaTime) override |
| void | CreateInternalWidgets () |
SArticyRefProperty is a widget that displays and manages Articy references.
| void SArticyRefProperty::Construct | ( | const FArguments & | InArgs | ) |
Construct this widget
| InArgs | The declaration data for this widget |
Constructs the SArticyRefProperty widget with the specified arguments.
| InArgs | The declaration data for constructing the widget. |
| void SArticyRefProperty::CreateInternalWidgets | ( | ) |
Creates internal widgets used in the ArticyRefProperty.
Creates the internal widgets used within the ArticyRefProperty.
|
overridevirtual |
Updates the widget state on each tick.
| AllottedGeometry | The geometry allocated for this widget. |
| InCurrentTime | The current time. |
| InDeltaTime | The time elapsed since the last tick. |