Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Basic data that all instances have.
| Name | TInstanceData |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionInstanceData.h |
| Include Path | #include "Services/NetworkPredictionInstanceData.h" |
Syntax
template<typename ModelDef>
struct TInstanceData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CueDispatcher | TUniqueObj< TNetSimCueDispatcher< ModelDef > > | Services/NetworkPredictionInstanceData.h | ||
| Info | TNetworkPredictionModelInfo< ModelDef > | Services/NetworkPredictionInstanceData.h | ||
| NetRole | ENetRole | Services/NetworkPredictionInstanceData.h | ||
| ServiceMask | ENetworkPredictionService | Services/NetworkPredictionInstanceData.h | ||
| TraceID | int32 | Services/NetworkPredictionInstanceData.h |