bNotifyApex

If true, event [NotifyJumpApex()](API\Runtime\Engine\GameFramework\UCharacterMovementComponent\NotifyJumpApex) to CharacterOwner's controller when at apex of jump.

Windows
MacOS
Linux

Syntax

uint8 bNotifyApex: 1

Remarks

If true, event NotifyJumpApex() to CharacterOwner's controller when at apex of jump. Is cleared when event is triggered. By default this is off, and if you want the event to fire you typically set it to true when movement mode changes to "Falling" from another mode (see OnMovementModeChanged).

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