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()
UPROPERTY(EditAnywhere, Category="Uxt Pressable Button", BlueprintGetter="GetUncheckedIconBrush", BlueprintSetter="SetUncheckedIconBrush")
Structure which contains properties for the button's icon when unchecked.
Declaration
protected: UPROPERTY(EditAnywhere, Category="Uxt Pressable Button", BlueprintGetter="GetUncheckedIconBrush", BlueprintSetter="SetUncheckedIconBrush") FUxtIconBrush UncheckedIconBrush
Parameters
| Type | Name | Description |
|---|---|---|
| EditAnywhere | _a_uxt_pressable_check_button_actor_UPROPERTY_EditAnywhere_Category_BlueprintGetter_BlueprintSetter_ | |
| Category | _a_uxt_pressable_check_button_actor_UPROPERTY_EditAnywhere_Category_BlueprintGetter_BlueprintSetter_ | |
| BlueprintGetter | _a_uxt_pressable_check_button_actor_UPROPERTY_EditAnywhere_Category_BlueprintGetter_BlueprintSetter_ | |
| BlueprintSetter | _a_uxt_pressable_check_button_actor_UPROPERTY_EditAnywhere_Category_BlueprintGetter_BlueprintSetter_ |
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