Hi, do you know how to make vechicle-based pawns to jump? Set Velocity on movement component just does nothing.
OK, so getting the âUpdated Componentâ from the vehicleâs movement component lets acces to functions like âAdd Impulseâ or âSet Physics Linear Velocityâ, than can be used to achieve the jump.
How do i prevent the vehicle from making infinte jumps?