How does ray cast postion work

i want my character to go 15 meters infront of where they are looking, not teleport but a fly kinda like mercy’s GA, i cant figure it out. can someone help me?

You’re looking for “Apply Impulse”. It lets you change the velocity of the player.

ray cast hit position selects the surface between a certain position to another, mostly used for custom projectiles
but what you are looking for is not the exact position of the wall because mercy cant go through walls anyway,use “start accelerating” or “apply impulse” if you want to create a custom mercy GA
you can also use ray cast hit position for teleporting at a wall and not allowing the player to exit the map