OnCharacterMovementUpdated

Event triggered at the end of a CharacterMovementComponent movement update.

Windows
MacOS
Linux

Syntax

FCharacterMovementUpdatedSignature OnCharacterMovementUpdated

Remarks

Event triggered at the end of a CharacterMovementComponent movement update. This is the preferred event to use rather than the Tick event when performing custom updates to CharacterMovement properties based on the current state. This is mainly due to the nature of network updates, where client corrections in position from the server can cause multiple iterations of a movement update, which allows this event to update as well, while a Tick event would not.

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