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::NetworkInputMigrationVector Class Referencefinal

A variable sized array of input commands, used specifically when migrate a clients inputs. More...

#include <NetworkInputMigrationVector.h>

Public Member Functions

 NetworkInputMigrationVector (const ConstNetworkEntityHandle &entityHandle)
 
uint32_t GetSize () const
 
NetworkInputoperator[] (uint32_t index)
 
const NetworkInputoperator[] (uint32_t index) const
 
bool PushBack (const NetworkInput &networkInput)
 
bool Serialize (AzNetworking::ISerializer &serializer)
 

Static Public Attributes

static constexpr uint32_t MaxElements = 90
 

Detailed Description

A variable sized array of input commands, used specifically when migrate a clients inputs.


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