ArticyXImporter
ArticyXImporter for Unreal Engine
Loading...
Searching...
No Matches
SArticyIdProperty Class Reference

#include <SArticyIdProperty.h>

Inheritance diagram for SArticyIdProperty:

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 ()

Detailed Description

A widget for displaying and selecting Articy object IDs.

REFERENCE: SPropertyEditorAsset, which is the normal asset selection widget.

Member Function Documentation

◆ Construct()

void SArticyIdProperty::Construct ( const FArguments & InArgs)

Construct this widget

Parameters
InArgsThe declaration data for this widget

Constructs the SArticyIdProperty widget.

Parameters
InArgsThe arguments for widget construction.

◆ CreateInternalWidgets()

void SArticyIdProperty::CreateInternalWidgets ( )

Creates the internal widgets for the ArticyId property editor.

Creates the internal widgets for the SArticyIdProperty.

◆ Tick()

void SArticyIdProperty::Tick ( const FGeometry & AllottedGeometry,
const double InCurrentTime,
const float InDeltaTime )
overridevirtual

Tick function for the widget, updates the widget state.

Parameters
AllottedGeometryThe allotted geometry for this widget.
InCurrentTimeThe current time.
InDeltaTimeThe time elapsed since the last tick.

Ticks the SArticyIdProperty widget, updating it if necessary.

Parameters
AllottedGeometryThe allotted geometry of the widget.
InCurrentTimeThe current time.
InDeltaTimeThe time delta since the last tick.

The documentation for this class was generated from the following files:
  • Source/ArticyEditor/Public/Slate/SArticyIdProperty.h
  • Source/ArticyEditor/Private/Slate/SArticyIdProperty.cpp