Open 3D Engine GameStateSamples 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.
|
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)