Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | TNetworkPredictionModelInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionModelDef.h |
| Include Path | #include "NetworkPredictionModelDef.h" |
Syntax
template<typename ModelDef>
struct TNetworkPredictionModelInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TNetworkPredictionModelInfo
(
SimulationType* InSimulation, |
NetworkPredictionModelDef.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DriverType | typename ModelDef::Driver | NetworkPredictionModelDef.h | |
| PhysicsState | typename ModelDef::PhysicsState | NetworkPredictionModelDef.h | |
| SimulationType | typename ModelDef::Simulation | NetworkPredictionModelDef.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Driver | DriverType * | NetworkPredictionModelDef.h | ||
| Simulation | FConditionalSimulationPtr< ModelDef > | NetworkPredictionModelDef.h | ||
| View | FNetworkPredictionStateView * | NetworkPredictionModelDef.h |