Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/Services
References
Module | NetworkPrediction |
Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Ticking.inl |
Include | #include "Services/NetworkPredictionService_Ticking.inl" |
Syntax
template<typename ModelDef>
struct TTickUtil
Remarks
Common util used by the ticking services. Might make sense to move to FNetworkPredictionDriverBase if needed elsewhere.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TEnableIf >::Type | DoTick
(
TInstanceData< ModelDef >& Instance, |
|
![]() ![]() |
TEnableIf< std::is_same_v< SimulationType, void > >::Type | DoTick
(
TInstanceData< ModelDef >& Instance, |
Typedefs
Name | Description |
---|---|
AuxType | |
FrameDataType | |
InputType | |
StateTypes | |
SyncType |