Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/Services
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionInstanceData.h |
| Include | #include "Services/NetworkPredictionInstanceData.h" |
Syntax
template<typename ModelDef>
struct TClientRecvData
Remarks
Data the client receives from the server.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TConditionalState< AuxType > | AuxState | ||
| int32 | FramesIdx | ||
| TConditionalState< InputType > | InputCmd | ||
| int32 | InstanceIdx | ||
| ENetRole | NetRole | ||
| TConditionalState< PhysicsState > | Physics | ||
| int32 | ServerFrame | ||
| int32 | SimTimeMS | ||
| TConditionalState< SyncType > | SyncState | ||
| int32 | TraceID | Acceleration data. |
Typedefs
| Name | Description |
|---|---|
| AuxType | |
| InputType | |
| PhysicsState | |
| StateTypes | |
| SyncType |