You can use Deproject Screen to World | Unreal Engine Documentation or Deproject | Unreal Engine Documentation, which gets the world space position of a 2D screen coordinate; it’s not a line trace, it gets the position on the actual plane of the screen. Also, for actors and components, you can get the forward vector directly (you don’t need to use the rotation).