bNetworkSmoothingComplete

Signals that smoothed position/rotation has reached target, and no more smoothing is necessary until a future update.

Windows
MacOS
Linux

Syntax

uint8 bNetworkSmoothingComplete: 1

Remarks

Signals that smoothed position/rotation has reached target, and no more smoothing is necessary until a future update. This is used as an optimization to skip calls to SmoothClientPosition() when true. SmoothCorrection() sets it false when a new network update is received. SmoothClientPosition_Interpolate() sets this to true when the interpolation reaches the target, before one last call to SmoothClientPosition_UpdateVisuals(). If this is not desired, override SmoothClientPosition() to always set this to false to avoid this feature.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss