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.
Multiplayer::MultiplayerEditorServerRequests Class Referenceabstract

Inherits AZ::EBusTraits.

Public Member Functions

virtual void SendEditorServerLevelDataPacket (AzNetworking::IConnection *connection)=0
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single
 

Member Function Documentation

◆ SendEditorServerLevelDataPacket()

virtual void Multiplayer::MultiplayerEditorServerRequests::SendEditorServerLevelDataPacket ( AzNetworking::IConnection *  connection)
pure virtual

Sends a packet that initializes a local server launched from the editor. The editor will package the data required for loading the current editor level on the editor-server; data includes entities and asset data.

Parameters
connectionThe connection to the editor-server

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