Open 3D Engine Presence 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.
Presence::PresenceRequests Class Referenceabstract

Inherits AZ::EBusTraits.

Classes

struct  QueryPresenceParams
 
struct  SetPresenceParams
 

Public Member Functions

virtual void SetPresence (const SetPresenceParams &params)=0
 Override will make an API request to set presence using the given SetPresenceParams.
 
virtual void QueryPresence (const QueryPresenceParams &params)=0
 Override will make an API request to query presence using the given QueryPresenceParams.
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 EBus Trait: requests can only be sent to and addressed by a single instance.
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single
 

The documentation for this class was generated from the following file: