bRestrictSpeedToExpected

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

Choose your operating system:

Windows

macOS

Linux

Syntax

UPROPERTY(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.