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.
|
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) | |
NetworkInput & | operator[] (uint32_t index) |
const NetworkInput & | operator[] (uint32_t index) const |
bool | Serialize (AzNetworking::ISerializer &serializer) |
Static Public Attributes | |
static constexpr uint32_t | MaxElements = 8 |
An array of network inputs. Used to mitigate loss of input packets on the server. Compresses subsequent elements.