Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights > API/Plugins/NetworkPredictionInsights/FSimulationData
References
Module | NetworkPredictionInsights |
Header | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
Include | #include "INetworkPredictionProvider.h" |
Syntax
struct FAnalysis
Remarks
Data that is only used as a temp/scratch pad during the analysis page. This should not show up in the UI or FRestrictedView.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bInputFault | |
![]() |
bool | bLocalFrameOffsetChanged | |
![]() |
int32 | LocalFrameOffset | |
![]() |
FSimTime | MaxTickSimTimeMS | |
![]() |
uint64 | NetRecvItemIdx | |
![]() |
int32 | NumBufferedInputCmds | |
![]() |
TArray< FUserState * > | PendingCommitUserStates | |
![]() |
TArray< FNetSerializeRecv * > | PendingNetSerializeRecv | NetRecvs that we haven't matched with a tick or declared orphaned yet. |
![]() |
const TCHAR * | PendingOOBStr | |
![]() |
const TCHAR * | PendingReconcileStr | |
![]() |
TArray< FSystemFault > | PendingSystemFaults | |
![]() |
uint64 | TrashItemIdx |