How to make Jump Pad like UDK?

I know how to launch a character using Launch Character Function but its not like the jump pad in Unreal Development Kit…

This jump pad can launch the user to the target point but how he calculates the impulse force is very clever! He guarantees I will fall in the right spot without move in the air (Air Control)…anyone knows how he works?

Hi Sand,

You would need to set this up via Blueprints for the most control.

I’ve got a simple jump pad project available to download via my forums post here: [TUTORIALS] Photons Be Free: Mini-tutorials and other curiosities - Community & Industry Discussion - Epic Developer Community Forums

You can try it out and see if that works for you. Mine is a very basic one though.

eXi has posted a really well done tutorial for his jump pad setup with a lot more control and features than mine that you can check out here: https://forums.unrealengine.com/showthread.php?58157-Tutorial-BP-Jump-Pad-only-adjust-Destination-Point-Not-Beginner-friendly-atm

I hope this helps!

Tim