Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
State type defines.
| Name | TNetworkPredictionStateTypes |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionStateTypes.h |
| Include Path | #include "NetworkPredictionStateTypes.h" |
Syntax
template<typename InInputCmd, typename InSyncState, typename InAuxState>
struct TNetworkPredictionStateTypes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AuxType | InAuxState | NetworkPredictionStateTypes.h | |
| InputType | InInputCmd | NetworkPredictionStateTypes.h | |
| SyncType | InSyncState | NetworkPredictionStateTypes.h |