Open 3D Engine Multiplayer Gem API Reference  23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
Multiplayer::INetworkSpawnableLibrary Class Referenceabstract

The interface for managing network spawnables. More...

#include <INetworkSpawnableLibrary.h>

Inherited by Multiplayer::NetworkSpawnableLibrary.

Public Member Functions

 AZ_RTTI (INetworkSpawnableLibrary,"{A3CF809C-6C1D-4B43-B2C4-3901B5DE1ABE}")
 
virtual void BuildSpawnablesList ()=0
 
virtual void ProcessSpawnableAsset (const AZStd::string &relativePath, AZ::Data::AssetId id)=0
 
virtual AZ::Name GetSpawnableNameFromAssetId (AZ::Data::AssetId assetId)=0
 
virtual AZ::Data::AssetId GetAssetIdByName (AZ::Name name)=0
 

Detailed Description

The interface for managing network spawnables.


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