|
Open 3D Engine GridMate API Reference
2205.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits EBusTraits.
Public Types | |
| typedef IGridMate * | BusIdType |
| Use the GridMate instance as an ID. | |
Public Member Functions | |
| virtual void | RegisterMember (GridMember *member)=0 |
| virtual void | UnregisterMember (GridMember *member)=0 |
| AZ_CLASS_ALLOCATOR (VoiceChatServiceInterface, GridMateAllocator, 0) | |
Static Public Attributes | |
| static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::ById |
| static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
| Only one service may provide this interface. | |
1.8.17