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

#include <SArticyRefProperty.h>

Inheritance diagram for SArticyRefProperty:

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

Detailed Description

SArticyRefProperty is a widget that displays and manages Articy references.

Member Function Documentation

◆ Construct()

void SArticyRefProperty::Construct ( const FArguments & InArgs)

Construct this widget

Parameters
InArgsThe declaration data for this widget

Constructs the SArticyRefProperty widget with the specified arguments.

Parameters
InArgsThe declaration data for constructing the widget.

◆ CreateInternalWidgets()

void SArticyRefProperty::CreateInternalWidgets ( )

Creates internal widgets used in the ArticyRefProperty.

Creates the internal widgets used within the ArticyRefProperty.

◆ Tick()

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

Updates the widget state on each tick.

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

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