Class AUxtPressableRadioButtonActor
A derived actor of AUxtPressableToggleButtonActor which represents the toggle state with a circle icon. Radio buttons are normally used in groups alongside the UUxtToggleGroupComponent.
Inheritance
System::Object
AActor
AUxtPressableRadioButtonActor
Inherited Members
Namespace:
Assembly: .dll
Syntax
public: class AUxtPressableRadioButtonActor : public xtPressableToggleButtonActor
Constructors
| Improve this Doc View SourceAUxtPressableRadioButtonActor()
Declaration
public: AUxtPressableRadioButtonActor()
Fields
| Improve this Doc View SourceCenterIconComponent
Displays the radio button's center icon which gets toggled on and off.
Declaration
protected: UTextRenderComponent * CenterIconComponent= nullptr
Field Value
| Type | Description |
|---|---|
| UTextRenderComponent * |
Methods
| Improve this Doc View SourceConstructIcon()
Adds toggle visuals.
Declaration
public: virtual void ConstructIcon() override
Overrides
| Improve this Doc View SourceUpdateToggleVisuals()
Alters the toggle visuals when the toggle state changes.
Declaration
public: virtual void UpdateToggleVisuals() override