Goodday!
I’m trying to make an exit system from the vehicle where if the player tries to exit the vehicle it launches the character forward.
The character is currently exiting from the scene position but I want the player to be launched like in the picture:
Current system:
I made a scene component where I wanted the player to launch to, subtracted that World Location with the current Actor Location and then added how far and high I wanted the player to launch.
I forgot basic m a t h so I redid the system and NOW it works.