How to select an object but teleport them to a new location? (Unreal Engine 5.1/2)

Hello everyone,

I am currently building a VR police lineup for a research study to publish. I was curious how a player can select an actor (metahuman) and teleport them to a new location whereby the player can rotate the upper body or head in any direction for analysis. I cannot figure out how a person would select an object and teleport to a new location. Would anybody know the blueprint/C++/Python on how to do this?

I haven’t worked with metahumans, but in cases with ordinary objects, line trace works and in results you have hit actor
set world location for it and done.