Class AUxtPressableCheckButtonActor
A derived actor of AUxtPressableToggleButtonActor which represents the toggle state with a check icon.
Inheritance
System::Object
AActor
AUxtPressableCheckButtonActor
Inherited Members
Namespace:
Assembly: .dll
Syntax
public: class AUxtPressableCheckButtonActor : public xtPressableToggleButtonActor
Constructors
| Improve this Doc View SourceAUxtPressableCheckButtonActor()
Declaration
public: AUxtPressableCheckButtonActor()
Fields
| Improve this Doc View SourceCheckedIconBrush
Structure which contains properties for the button's icon when checked.
Declaration
protected: FUxtIconBrush CheckedIconBrush
Field Value
| Type | Description |
|---|---|
| FUxtIconBrush |
UncheckedIconBrush
Structure which contains properties for the button's icon when unchecked.
Declaration
protected: FUxtIconBrush UncheckedIconBrush
Field Value
| Type | Description |
|---|---|
| FUxtIconBrush |
Methods
| Improve this Doc View SourceGetCheckedIconBrush()
Accessor to the button's checked icon brush.
Declaration
public: const FUxtIconBrush & GetCheckedIconBrush() const
Returns
| Type | Description |
|---|---|
| const FUxtIconBrush & |
GetUncheckedIconBrush()
Accessor to the button's unchecked icon brush.
Declaration
public: const FUxtIconBrush & GetUncheckedIconBrush() const
Returns
| Type | Description |
|---|---|
| const FUxtIconBrush & |
SetCheckedIconBrush(const FUxtIconBrush &Brush)
Applies a new checked icon brush.
Declaration
public: void SetCheckedIconBrush(const FUxtIconBrush &Brush)
Parameters
| Type | Name | Description |
|---|---|---|
| const FUxtIconBrush & | Brush |
SetUncheckedIconBrush(const FUxtIconBrush &Brush)
Applies a new unchecked icon brush.
Declaration
public: void SetUncheckedIconBrush(const FUxtIconBrush &Brush)
Parameters
| Type | Name | Description |
|---|---|---|
| const FUxtIconBrush & | Brush |
UpdateToggleVisuals()
Alters the toggle visuals when the toggle state changes.
Declaration
public: virtual void UpdateToggleVisuals() override