Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/INetworkPredictionInterface
Description
(Client) After receiving a network update of position, allow some custom smoothing, given the old transform before the correction and new transform from the update.
Derived Overrides
| Name | SmoothCorrection |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Interfaces/NetworkPredictionInterface.h |
| Include Path | #include "Interfaces/NetworkPredictionInterface.h" |
virtual void SmoothCorrection
(
const FVector & OldLocation,
const FQuat & OldRotation,
const FVector & NewLocation,
const FQuat & NewRotation
)