Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | TFixedSmoothingService |
| Type | class |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Smooth.inl |
| Include Path | #include "Services/NetworkPredictionService_Smooth.inl" |
Syntax
template<typename InModelDef>
class TFixedSmoothingService : public IFixedSmoothingService
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFixedSmoothingService
(
TModelDataStore< ModelDef >* InDataStore |
Structs
| Name | Remarks |
|---|---|
| FInstance |
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 IFixedSmoothingService
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void FinalizeSmoothingFrame
(
const FFixedTickState* TickState |
|||
virtual void UpdateSmoothing
(
const FServiceTimeStep& ServiceStep, |