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