Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionTickState.h |
| Include | #include "NetworkPredictionTickState.h" |
Syntax
struct FServiceTimeStep
Remarks
Data that is needed to tick the internal ticking services but is not passed to the user code.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | EndTotalSimulationTime | Ending total sim time, needed for Cue dispatching. | |
| int32 | LocalInputFrame | The local frame number, this is what should be used when mapping to local frame buffers for storage. | |
| int32 | LocalOutputFrame |