Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include | #include "NetworkPredictionDriver.h" |
static void FinalizeSmoothingFrame
(
DriverType * Driver,
const SyncType * SyncState,
const AuxType * AuxState
)
Remarks
FinalizeSmoothingFrameWhen a smoothing service is active, this is called every engine frame to push the final smoothed state to the driver. This is optional.