#include <UiTooltipBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
| virtual AZStd::string | GetText ()=0 | 
| Get the tooltip text.  | |
| virtual void | SetText (const AZStd::string &text)=0 | 
| Set the tooltip text.  | |
Static Public Attributes | |
| static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single | 
| Only one component on a entity can implement the events.  | |
Interface class that a tooltip component needs to implement. A tooltip component provides data that is assigned to a tooltip display element