Inherits AZ::Component, and MessagePopupRequestBus::Handler.
 | 
| 
static void  | Reflect (AZ::ReflectContext *context) | 
|   | 
| 
static void  | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) | 
|   | 
| 
static void  | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible) | 
|   | 
| 
static void  | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) | 
|   | 
| 
static void  | GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent) | 
|   | 
 | 
| 
AZ::u32  | ShowPopup (const AZStd::string &_message, EPopupButtons _buttons) override | 
|   | 
| 
AZ::u32  | ShowPopupWithCallback (const AZStd::string &_message, EPopupButtons _buttons, AZStd::function< void(int _button)> _callback) override | 
|   | 
| 
AZ::u32  | ShowToasterPopup (const AZStd::string &_message, float _showTime) override | 
|   | 
| 
AZ::u32  | ShowToasterPopupWithCallback (const AZStd::string &_message, float _showTime, AZStd::function< void(int _button)> _callback) override | 
|   | 
| 
bool  | HidePopup (AZ::u32 _popupID, int _buttonPressed) override | 
|   | 
| 
AZ::u32  | GetNumActivePopups () const override | 
|   | 
| 
void  | Init () override | 
|   | 
| 
void  | Activate () override | 
|   | 
| 
void  | Deactivate () override | 
|   | 
The documentation for this class was generated from the following file:
- Gems/MessagePopup/Code/Source/MessagePopupSystemComponent.h