Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > AGameNetworkManager
Syntax
UPROPERTY (GlobalConfig)
float MaxClientSmoothingDeltaTime
Remarks
MaxClientSmoothingDeltaTime is the maximum delta time between server updates that clients are allowed to smooth between for position interpolation. This was previously (2 * MaxMoveDeltaTime).