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_Fixed
Remarks
Data the server receives from a fixed ticking AP client.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TNetworkPredictionBuffer< TConditionalState< InputType > > | InputBuffer | |
![]() |
int32 | LastConsumedFrame | Note that these are client frame numbers, they do not match the servers local PendingFrame. |
![]() |
int32 | LastRecvFrame | |
![]() |
int32 | TraceID |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Typedefs
Name | Description |
---|---|
InputType | |
StateTypes |