Open 3D Engine MessagePopup 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.
MessagePopup::MessagePopupSystemComponent Class Reference

Inherits AZ::Component, and MessagePopupRequestBus::Handler.

Public Member Functions

 AZ_COMPONENT (MessagePopupSystemComponent, "{C950D60D-4673-4262-A44D-6A0A1A4DB341}")
 

Static Public Member Functions

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)
 

Protected Member Functions

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: