Interface class that listeners need to implement. More...
#include <UiFaderBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
| virtual void | OnFadeComplete ()=0 | 
| virtual void | OnFadeInterrupted ()=0 | 
| virtual void | OnFaderDestroyed ()=0 | 
| Called when the fader component is destroyed.  | |
Static Public Attributes | |
| static const bool | EnableEventQueue = true | 
Interface class that listeners need to implement.
      
  | 
  pure virtual | 
Called when the animation triggered by UiFaderInterface::Fade() is done. The listener is automatically removed from the fader component after this is called.
      
  | 
  pure virtual | 
Called when the animation triggered by UiFaderInterface::Fade() is interrupted. The listener is automatically removed from the fader component after this is called.