Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | TIndependentRollbackService |
| 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 TIndependentRollbackService : public IIndependentRollbackService
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIndependentRollbackService
(
TModelDataStore< ModelDef >* InDataStore |
Typedefs
| 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 IIndependentRollbackService
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Reconcile
(
const FVariableTickState* TickState |