bRestrictSpeedToExpected

If enabled, we limit velocity to the initial expected velocity to go distance to the target over Duration.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(Replicated)
bool bRestrictSpeedToExpected

Remarks

If enabled, we limit velocity to the initial expected velocity to go distance to the target over Duration. This prevents cases of getting really high velocity the last few frames of the root motion if you were being blocked by collision. Disabled means we do everything we can to velocity during the move to get to the TargetLocation.

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