Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights > API/Plugins/NetworkPredictionInsights/FSimulationData
Data for a single simulation tick.
| Name | FTick |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
| Include Path | #include "INetworkPredictionProvider.h" |
Syntax
struct FTick
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bInputFault | bool | INetworkPredictionProvider.h | ||
| bReconcileDueToOffsetChange | bool | INetworkPredictionProvider.h | ||
| bRepredict | bool | INetworkPredictionProvider.h | ||
| ConfirmedEngineFrame | uint64 | INetworkPredictionProvider.h | ||
| EndMS | FSimTime | INetworkPredictionProvider.h | ||
| EngineFrame | uint64 | Traced Data: | INetworkPredictionProvider.h | |
| LocalOffsetFrame | int32 | INetworkPredictionProvider.h | ||
| NumBufferedInputCmds | int32 | INetworkPredictionProvider.h | ||
| OutputFrame | int32 | INetworkPredictionProvider.h | ||
| ReconcileStr | const TCHAR * | INetworkPredictionProvider.h | ||
| StartMS | FSimTime | INetworkPredictionProvider.h | ||
| StartNetRecv | const FNetSerializeRecv * | Net Recv that was processed prior to this tick. Will often be null. Used to ensure the ticks are drawn on the right sub track (Y) | INetworkPredictionProvider.h | |
| TrashedEngineFrame | uint64 | INetworkPredictionProvider.h |