Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/DefaultMovementSet > API/Plugins/Mover/DefaultMovementSet/Settings > API/Plugins/Mover/DefaultMovementSet/Settings/UCommonLegacyMovementSettings
Syntax
UPROPERTY (BlueprintReadWrite, EditAnywhere, Category="General|Friction",
Meta=(ClampMin="0", UIMin="0"))
float BrakingFrictionFactor
Remarks
Factor used to multiply actual value of friction used when braking. This applies to any friction value that is currently used, which may depend on bUseSeparateBrakingFriction.
This is 2 by default for historical reasons, a value of 1 gives the true drag equation.