Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/UCharacterMovementComponent
Syntax
UPROPERTY (Category="Character Movement (Networking)", EditDefaultsOnly,
Meta=(ClampMin="0.0", UIMin="0.0", ForceUnits=s))
float NetworkMinTimeBetweenClientAdjustmentsLargeCorrection
Remarks
Minimum time on the server between sending client adjustments when client has exceeded allowable position error by a large amount (NetworkLargeClientCorrectionDistance). Should be <= NetworkMinTimeBetweenClientAdjustments (the smaller value is used regardless).