UCCharacterMovementComponent
Overview
Character movement with jump state machine. Extends UCharacterMovementComponent, implements ICCharacterMovementComponent_.
Properties & Methods
| Name | Description |
|---|---|
| defaultMaxWalkSpeed | Base walk speed from maker |
| stateMachineMap | Jump state machine (M_JUMP) |
| init | Sets walk speed, step height, acceleration for paths, jump velocity |
| updateSpeed | Multiplies walk speed and braking by a factor |
| proceedStartJump | Triggers jump via state machine event |
| proceedEndJump | Ends jump via state machine event |