|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
#include <SArticyIdProperty.h>
Public Member Functions | |
| SLATE_BEGIN_ARGS (SArticyIdProperty) | |
| void | Construct (const FArguments &InArgs) |
| virtual void | Tick (const FGeometry &AllottedGeometry, const double InCurrentTime, const float InDeltaTime) override |
| void | CreateInternalWidgets () |
A widget for displaying and selecting Articy object IDs.
REFERENCE: SPropertyEditorAsset, which is the normal asset selection widget.
| void SArticyIdProperty::Construct | ( | const FArguments & | InArgs | ) |
Construct this widget
| InArgs | The declaration data for this widget |
Constructs the SArticyIdProperty widget.
| InArgs | The arguments for widget construction. |
| void SArticyIdProperty::CreateInternalWidgets | ( | ) |
Creates the internal widgets for the ArticyId property editor.
Creates the internal widgets for the SArticyIdProperty.
|
overridevirtual |
Tick function for the widget, updates the widget state.
| AllottedGeometry | The allotted geometry for this widget. |
| InCurrentTime | The current time. |
| InDeltaTime | The time elapsed since the last tick. |
Ticks the SArticyIdProperty widget, updating it if necessary.
| AllottedGeometry | The allotted geometry of the widget. |
| InCurrentTime | The current time. |
| InDeltaTime | The time delta since the last tick. |