Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights > API/Plugins/NetworkPredictionInsights/FSimulationData
| Name | FRestrictedView |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
| Include Path | #include "INetworkPredictionProvider.h" |
Syntax
struct FRestrictedView
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConstData | const FConst & | INetworkPredictionProvider.h | ||
| NetRecv | const TRestrictedPageArrayView< FNetSerializeRecv > | INetworkPredictionProvider.h | ||
| SparseData | const TSharedRef< const FSparse > | INetworkPredictionProvider.h | ||
| Ticks | const TRestrictedPageArrayView< FTick > | INetworkPredictionProvider.h | ||
| TraceID | const int32 | INetworkPredictionProvider.h | ||
| UserData | const FRestrictedUserStateView | INetworkPredictionProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 GetMaxEngineFrame() |
INetworkPredictionProvider.h | ||
int32 GetMaxSimTime() |
INetworkPredictionProvider.h |