3D Cursor/CrossHair

Hey @PepponeTV

you could do it like this:

  1. Get the location where your mouse is pointing:

  2. Get the location where the gun is pointing:
    image

  3. Show a billboard where your gun is pointing:

  4. Use the mouse location to rotate turret and gun with an interp:

The pawn blueprint:

The pawn components list:
image

UE5.1 | 3DCursor.zip (98.2 KB)