Open 3D Engine Multiplayer 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.
|
Multiplayer system component wraps the bridging logic between the game and transport layer. More...
#include <MultiplayerEditorSystemComponent.h>
Inherits AZ::Component, MultiplayerEditorLayerPythonRequestBus::Handler, AzToolsFramework::EditorEvents::Bus::Handler, IEditorNotifyListener, MultiplayerEditorServerRequestBus::Handler, AZ::TickBus::Handler, AzToolsFramework::Prefab::PrefabToInMemorySpawnableNotificationBus::Handler, AzToolsFramework::EditorEntityContextNotificationBus::Handler, and AzToolsFramework::ActionManagerRegistrationNotificationBus::Handler.
Public Member Functions | |
AZ_COMPONENT (MultiplayerEditorSystemComponent, "{9F335CC0-5574-4AD3-A2D8-2FAEF356946C}") | |
void | OnServerAcceptanceReceived () |
Called once the editor receives the server's accept packet. | |
void | Activate () override |
void | Deactivate () override |
void | NotifyRegisterViews () override |
void | EnterGameMode () override |
bool | IsInGameMode () override |
Multiplayer system component wraps the bridging logic between the game and transport layer.
|
override |
AZ::Component overrides.
|
override |
MultiplayerEditorLayerPythonRequestBus::Handler overrides.
|
override |
EditorEvents::Bus::Handler overrides.