How does the standard Jump Implementation work?

Just wondering how the the ACharacter::Jump() function works, I cant seem to find where the velocity is actually added in the CharacterMovmentComponent or where the bPressedJump flag is used.

bPressedJump is checked in ACharacter::CheckJumpInput() which then calls UCharacterMovementComponent::DoJump() which is where the velocity change is located.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.