Open 3D Engine MessagePopup Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits AZ::TickBus::Handler.
Public Member Functions | |
bool | SetPopupData (AZ::u32 _popupID, void *_clientID, AZStd::function< void(int _button)> _callback, float _showTime) |
AZ::u32 | CreatePopup () |
bool | RemovePopup (AZ::u32 _popupID) |
void * | GetPopupClientData (AZ::u32 _popupID) |
MessagePopupInfo * | GetPopupInfo (AZ::u32 _popupID) |
AZ::u32 | GetNumActivePopups () const |
Protected Member Functions | |
virtual void | OnTick (float deltaTime, AZ::ScriptTimePoint scriptTimePoint) override |