Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/Services > API/Plugins/NetworkPrediction/Services/TIndependentInterpolateService
References
Module | NetworkPrediction |
Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Interpolate.inl |
Include | #include "Services/NetworkPredictionService_Interpolate.inl" |
Syntax
struct FInstance
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TConditionalState< AuxType > | AuxState | |
![]() |
TNetworkPredictionBuffer< FFrame > | ClientRecvFrames | |
![]() |
int32 | InstanceIdx | |
![]() |
int32 | LastFromFrame | |
![]() |
int32 | LastWrittenFrame | |
![]() |
TConditionalState< SyncType > | SyncState | Last interpolated values. Stored here so that we can maintain FNetworkPredictionStateView to them. |
![]() |
int32 | TraceID |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FInstance
(
int32 InTraceID, |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FFrame | Store received frames locally on the service. |