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

An array of network inputs. Used to mitigate loss of input packets on the server. Compresses subsequent elements. More...

#include <NetworkInputArray.h>

Public Member Functions

 NetworkInputArray (const ConstNetworkEntityHandle &entityHandle)
 
NetworkInputoperator[] (uint32_t index)
 
const NetworkInputoperator[] (uint32_t index) const
 
bool Serialize (AzNetworking::ISerializer &serializer)
 

Static Public Attributes

static constexpr uint32_t MaxElements = 8
 

Detailed Description

An array of network inputs. Used to mitigate loss of input packets on the server. Compresses subsequent elements.


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