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.
UiInteractableNotifications Class Reference

#include <UiInteractableBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual void OnHoverStart ()
 Called on hover start.
 
virtual void OnHoverEnd ()
 Called on hover end.
 
virtual void OnPressed ()
 Called on pressed.
 
virtual void OnReleased ()
 Called on released.
 
virtual void OnReceivedHoverByNavigatingFromDescendant (AZ::EntityId descendantEntityId)
 Called on receiving hover by being navigated to from a descendant.
 

Static Public Attributes

static const bool EnableEventQueue = true
 

Detailed Description

Interface class that listeners need to implement in order to get notifications when actions are triggered


The documentation for this class was generated from the following file: