Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights
| Name | TSparseFrameData |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
| Include Path | #include "INetworkPredictionProvider.h" |
Syntax
template<typename T>
struct TSparseFrameData
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SparseData | TArray< TSharedRef< T > > | INetworkPredictionProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedRef< const T > Read
(
uint64 EngineFrame |
INetworkPredictionProvider.h | ||
const TSharedRef< T > & Write
(
uint64 EngineFrame |
INetworkPredictionProvider.h |