Open 3D Engine Multiplayer 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.
Deprecated List
Member Multiplayer::IMultiplayer::AddSessionInitHandler (SessionInitEvent::Handler &handler)=0
If looking for an event when a multiplayer session is created, use SessionNotificationBus::OnCreateSessionBegin or SessionNotificationBus::OnCreateSessionEnd
Member Multiplayer::IMultiplayer::AddSessionShutdownHandler (SessionShutdownEvent::Handler &handler)=0
If looking for an event when a multiplayer session ends, use SessionNotificationBus::OnDestroySessionBegin or SessionNotificationBus::OnDestroySessionEnd.
Member Multiplayer::MultiplayerSystemComponent::AddSessionInitHandler (SessionInitEvent::Handler &) override
If looking for an event when a multiplayer session is created, use SessionNotificationBus::OnCreateSessionBegin or SessionNotificationBus::OnCreateSessionEnd.
Member Multiplayer::MultiplayerSystemComponent::AddSessionShutdownHandler (SessionShutdownEvent::Handler &) override
If looking for an event when the multiplayer session ends, use SessionNotificationBus::OnDestroySessionBegin or SessionNotificationBus::OnDestroySessionEnd.