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.
|
Public Member Functions | |
void | SetData (void *_clientData, AZStd::function< void(int _button)> _callback, float _showTime) |
bool | IsValid () |
Public Attributes | |
void * | m_clientData |
AZStd::function< void(int _button)> | m_callback |
float | m_showTime |