Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > UCharacterMovementComponent
Syntax
UPROPERTY (Category="Character Movement: Jumping / Falling", EditAnywhere, BlueprintReadWrite,
AdvancedDisplay)
uint8 bApplyGravityWhileJumping: 1
Remarks
Apply gravity while the character is actively jumping (e.g. holding the jump key). Helps remove frame-rate dependent jump height, but may alter base jump height.