Open 3D Engine LyShine Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
UiButtonComponent Member List

This is the complete list of members for UiButtonComponent, including all inherited members.

Activate() override (defined in UiButtonComponent)UiButtonComponentprotected
AZ_COMPONENT(UiButtonComponent, LyShine::UiButtonComponentUuid, UiInteractableComponent) (defined in UiButtonComponent)UiButtonComponent
AZ_RTTI(UiInteractableComponent, "{A42EB486-1C89-434C-AD22-A3FC6CEEC46F}", AZ::Component) (defined in UiInteractableComponent)UiInteractableComponent
CanHandleEvent(AZ::Vector2 point) override (defined in UiInteractableComponent)UiInteractableComponent
ComputeInteractableState()UiInteractableComponentprotectedvirtual
Deactivate() override (defined in UiButtonComponent)UiButtonComponentprotected
GetHoverEndActionCallback() override (defined in UiInteractableComponent)UiInteractableComponent
GetHoverEndActionName() override (defined in UiInteractableComponent)UiInteractableComponent
GetHoverStartActionCallback() override (defined in UiInteractableComponent)UiInteractableComponent
GetHoverStartActionName() override (defined in UiInteractableComponent)UiInteractableComponent
GetIncompatibleServices(AZ::ComponentDescriptor::DependencyArrayType &incompatible) (defined in UiButtonComponent)UiButtonComponentinlineprotectedstatic
GetIsAutoActivationEnabled() override (defined in UiInteractableComponent)UiInteractableComponent
GetOnClickActionName() override (defined in UiButtonComponent)UiButtonComponent
GetOnClickCallback() override (defined in UiButtonComponent)UiButtonComponent
GetPressedActionCallback() override (defined in UiInteractableComponent)UiInteractableComponent
GetPressedActionName() override (defined in UiInteractableComponent)UiInteractableComponent
GetProvidedServices(AZ::ComponentDescriptor::DependencyArrayType &provided) (defined in UiButtonComponent)UiButtonComponentinlineprotectedstatic
GetReleasedActionCallback() override (defined in UiInteractableComponent)UiInteractableComponent
GetReleasedActionName() override (defined in UiInteractableComponent)UiInteractableComponent
GetRequiredServices(AZ::ComponentDescriptor::DependencyArrayType &required) (defined in UiButtonComponent)UiButtonComponentinlineprotectedstatic
HandleEnterPressed(bool &shouldStayActive) override (defined in UiInteractableComponent)UiInteractableComponent
HandleEnterReleased() override (defined in UiButtonComponent)UiButtonComponent
HandleHoverEnd() override (defined in UiInteractableComponent)UiInteractableComponent
HandleHoverStart() override (defined in UiInteractableComponent)UiInteractableComponent
HandleMultiTouchPressed(AZ::Vector2 point, int multiTouchIndex) override (defined in UiInteractableComponent)UiInteractableComponent
HandleMultiTouchReleased(AZ::Vector2 point, int multiTouchIndex) override (defined in UiInteractableComponent)UiInteractableComponent
HandlePressed(AZ::Vector2 point, bool &shouldStayActive) override (defined in UiInteractableComponent)UiInteractableComponent
HandleReceivedHoverByNavigatingFromDescendant(AZ::EntityId descendantEntityId) override (defined in UiInteractableComponent)UiInteractableComponent
HandleReleased(AZ::Vector2 point) override (defined in UiButtonComponent)UiButtonComponent
Init() override (defined in UiInteractableComponent)UiInteractableComponentprotected
InputPositionUpdate(AZ::Vector2 point) override (defined in UiInteractableComponent)UiInteractableComponent
IsAutoActivationSupported() (defined in UiInteractableComponent)UiInteractableComponentprotectedvirtual
IsHandlingEvents() override (defined in UiInteractableComponent)UiInteractableComponent
IsHandlingMultiTouchEvents() override (defined in UiInteractableComponent)UiInteractableComponent
IsPressed() override (defined in UiInteractableComponent)UiInteractableComponent
LostActiveStatus() override (defined in UiInteractableComponent)UiInteractableComponent
m_disabledStateActionsUiInteractableComponentprotected
m_hoverEndActionCallbackUiInteractableComponentprotected
m_hoverEndActionNameUiInteractableComponentprotected
m_hoverStartActionCallbackUiInteractableComponentprotected
m_hoverStartActionNameUiInteractableComponentprotected
m_hoverStateActionsUiInteractableComponentprotected
m_isAutoActivationEnabledUiInteractableComponentprotected
m_isHandlingEventsUiInteractableComponentprotected
m_isHandlingMultiTouchEventsUiInteractableComponentprotected
m_isHoverUiInteractableComponentprotected
m_isPressedUiInteractableComponentprotected
m_navigationSettings (defined in UiInteractableComponent)UiInteractableComponentprotected
m_pressedActionCallbackUiInteractableComponentprotected
m_pressedActionNameUiInteractableComponentprotected
m_pressedPointUiInteractableComponentprotected
m_pressedStateActionsUiInteractableComponentprotected
m_releasedActionCallbackUiInteractableComponentprotected
m_releasedActionNameUiInteractableComponentprotected
m_stateUiInteractableComponentprotected
m_stateActionManager (defined in UiInteractableComponent)UiInteractableComponentprotected
MultiTouchPositionUpdate(AZ::Vector2 point, int multiTouchIndex) override (defined in UiInteractableComponent)UiInteractableComponent
OnDisabledStateActionsChanged() (defined in UiInteractableComponent)UiInteractableComponentprotected
OnHoverStateActionsChanged() (defined in UiInteractableComponent)UiInteractableComponentprotected
OnPressedStateActionsChanged() (defined in UiInteractableComponent)UiInteractableComponentprotected
OnUiElementAndAncestorsEnabledChanged(bool areElementAndAncestorsEnabled) override (defined in UiInteractableComponent)UiInteractableComponent
OnUiElementFixup(AZ::EntityId canvasEntityId, AZ::EntityId parentEntityId) override (defined in UiInteractableComponent)UiInteractableComponent
Reflect(AZ::ReflectContext *context) (defined in UiButtonComponent)UiButtonComponentprotectedstatic
SetHoverEndActionCallback(OnActionCallback onActionCallback) override (defined in UiInteractableComponent)UiInteractableComponent
SetHoverEndActionName(const LyShine::ActionName &actionName) override (defined in UiInteractableComponent)UiInteractableComponent
SetHoverStartActionCallback(OnActionCallback onActionCallback) override (defined in UiInteractableComponent)UiInteractableComponent
SetHoverStartActionName(const LyShine::ActionName &actionName) override (defined in UiInteractableComponent)UiInteractableComponent
SetIsAutoActivationEnabled(bool isEnabled) override (defined in UiInteractableComponent)UiInteractableComponent
SetIsHandlingEvents(bool isHandlingEvents) override (defined in UiInteractableComponent)UiInteractableComponent
SetIsHandlingMultiTouchEvents(bool isHandlingMultiTouchEvents) override (defined in UiInteractableComponent)UiInteractableComponent
SetOnClickActionName(const LyShine::ActionName &actionName) override (defined in UiButtonComponent)UiButtonComponent
SetOnClickCallback(OnClickCallback onClick) override (defined in UiButtonComponent)UiButtonComponent
SetPressedActionCallback(OnActionCallback onActionCallback) override (defined in UiInteractableComponent)UiInteractableComponent
SetPressedActionName(const LyShine::ActionName &actionName) override (defined in UiInteractableComponent)UiInteractableComponent
SetReleasedActionCallback(OnActionCallback onActionCallback) override (defined in UiInteractableComponent)UiInteractableComponent
SetReleasedActionName(const LyShine::ActionName &actionName) override (defined in UiInteractableComponent)UiInteractableComponent
StateActions typedef (defined in UiInteractableComponent)UiInteractableComponentprotected
TriggerHoverEndAction() (defined in UiInteractableComponent)UiInteractableComponentprotected
TriggerHoverStartAction() (defined in UiInteractableComponent)UiInteractableComponentprotected
TriggerPressedAction() (defined in UiInteractableComponent)UiInteractableComponentprotected
TriggerReceivedHoverByNavigatingFromDescendantAction(AZ::EntityId descendantEntityId) (defined in UiInteractableComponent)UiInteractableComponentprotected
TriggerReleasedAction() (defined in UiInteractableComponent)UiInteractableComponentprotected
UiButtonComponent() (defined in UiButtonComponent)UiButtonComponent
UiInteractableComponent() (defined in UiInteractableComponent)UiInteractableComponent
Update(float deltaTime) override (defined in UiInteractableComponent)UiInteractableComponent
~UiButtonComponent() override (defined in UiButtonComponent)UiButtonComponent
~UiInteractableComponent() override (defined in UiInteractableComponent)UiInteractableComponent