Find/Move To Object Location?

The question is pretty simple.

  • I have an object I wish to possess control over at the end of the function. We’ll call it Object “A”.

  • I have a large set of specific objects in the level. (About 100 simple planes). We’ll call these Objects “B”.

Object “B” can be set as a class or tag. Currently they are neither. I’m not too familiar with how to do this in UE4 but I think I can probably figure it out if I have to.

Goal: On left mouse release, find which Object “B” is under the mouse courser, move Object “A” to the vector location of whichever Object “B” is under the mouse, then possess control of Object “A” as a player.

If I can get the location of what object my mouse is over then I can set Player 2 to go to that location with “Set Actor Location”, I just don’t know how to pull the Object B’s location any other way than this (shown below).

Thoughts?