Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Data the server receives from an independent ticking AP client.
| |
|
| Name |
TServerRecvData_Independent |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionInstanceData.h |
| Include Path |
#include "Services/NetworkPredictionInstanceData.h" |
Syntax
template<typename ModelDef>
struct TServerRecvData_Independent
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TServerRecvData_Independent()
|
|
Services/NetworkPredictionInstanceData.h |
|
Structs
Typedefs
| Name |
Type |
Remarks |
Include Path |
| InputType |
typename StateTypes::InputType |
|
Services/NetworkPredictionInstanceData.h |
| StateTypes |
typename ModelDef::StateTypes |
|
Services/NetworkPredictionInstanceData.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FramesIdx |
int32 |
|
Services/NetworkPredictionInstanceData.h |
|
| InputBuffer |
TNetworkPredictionBuffer< FFrame > |
|
Services/NetworkPredictionInstanceData.h |
|
| InstanceIdx |
int32 |
|
Services/NetworkPredictionInstanceData.h |
|
| LastConsumedFrame |
int32 |
|
Services/NetworkPredictionInstanceData.h |
|
| LastRecvFrame |
int32 |
|
Services/NetworkPredictionInstanceData.h |
|
| PendingFrame |
int32 |
|
Services/NetworkPredictionInstanceData.h |
|
| TotalSimTimeMS |
int32 |
|
Services/NetworkPredictionInstanceData.h |
|
| TraceID |
int32 |
Acceleration data. |
Services/NetworkPredictionInstanceData.h |
|
| UnspentTimeMS |
float |
|
Services/NetworkPredictionInstanceData.h |
|
Functions
Public