Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/UCharacterMovementComponent
Syntax
UPROPERTY (Category="Character Movement: Jumping / Falling", EditAnywhere, BlueprintReadWrite,
Meta=(ClampMin="0", UIMin="0"))
float AirControlBoostVelocityThreshold
Remarks
When falling, if lateral velocity magnitude is less than this value, AirControl is multiplied by AirControlBoostMultiplier. Setting this to zero will disable air control boosting.