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 TServerRecvData_Independent
Remarks
Data the server receives from an independent ticking AP client.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | FramesIdx | ||
| TNetworkPredictionBuffer< FFrame > | InputBuffer | ||
| int32 | InstanceIdx | ||
| int32 | LastConsumedFrame | ||
| int32 | LastRecvFrame | ||
| int32 | PendingFrame | ||
| int32 | TotalSimTimeMS | ||
| int32 | TraceID | Acceleration data. | |
| float | UnspentTimeMS |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Classes
| Type | Name | Description | |
|---|---|---|---|
| FFrame |
Typedefs
| Name | Description |
|---|---|
| InputType | |
| StateTypes |