Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | TFixedRollbackService |
| Type | class |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Rollback.inl |
| Include Path | #include "Services/NetworkPredictionService_Rollback.inl" |
Syntax
template<typename InModelDef>
class TFixedRollbackService : public IFixedRollbackService
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFixedRollbackService
(
TModelDataStore< ModelDef >* InDataStore |
Typedefs
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Constants
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RegisterInstance
(
FNetworkPredictionID ID |
|||
void UnregisterInstance
(
FNetworkPredictionID ID |
Overridden from IFixedRollbackService
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PreStepRollback
(
const FNetSimTimeStep& Step, |
|||
virtual int32 QueryRollback
(
const FFixedTickState* TickState |
|||
virtual void StepRollback
(
const FNetSimTimeStep& Step, |