Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/Services
Inheritance Hierarchy
- IFixedSmoothingService
- TFixedSmoothingService
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionService_Smooth.inl |
| Include | #include "Services/NetworkPredictionService_Smooth.inl" |
Syntax
class IFixedSmoothingService
Remarks
FixedTick Smoothing
This first pass service simply performs interpolation between the most recent fixed tick states and passes the smoothed state to the driver to handle however it chooses.
Future improvements could include smoothing out corrections after a reconcile, and expanding that to smoothing for Independent ticking mode.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FinalizeSmoothingFrame
(
const FFixedTickState* TickState |
||
| void | UpdateSmoothing
(
const FServiceTimeStep& ServiceStep, |