Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | TLocalTickServiceBase |
| Type | class |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Ticking.inl |
| Include Path | #include "Services/NetworkPredictionService_Ticking.inl" |
Syntax
template<typename InModelDef>
class TLocalTickServiceBase : public ILocalTickService
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLocalTickServiceBase
(
TModelDataStore< ModelDef >* InDataStore |
Structs
| Name | Remarks |
|---|---|
| FInstance |
Typedefs
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BeginRollback
(
const int32 LocalFrame, |
|||
void RegisterInstance
(
FNetworkPredictionID ID |
|||
void TickResim
(
const FNetSimTimeStep& Step, |
|||
void UnregisterInstance
(
FNetworkPredictionID ID |
Overridden from ILocalTickService
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FNetSimTimeStep& Step, |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ESimulationTickContext GetTickContext
(
ENetRole NetRole |
|||
void Tick_Internal
(
const FNetSimTimeStep& Step, |