EBus interface used to submit requests related to game options. More...
#include <GameOptionRequestBus.h>
Inherits AZ::EBusTraits.
Public Member Functions | |
| virtual AZStd::shared_ptr< GameOptions > | GetGameOptions ()=0 | 
| Retrieve the game options.  | |
Static Public Attributes | |
| static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single | 
| static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single | 
EBus interface used to submit requests related to game options.
      
  | 
  static | 
EBus Trait: requests can only be sent to and addressed by a single instance (singleton)