Teleporting VRpawn with targetpoint UE4 4.19.2

Hello, I am working in a blueprint (a menu is what it ultimately is) trying to teleport my VRpawn via a motioncontroller button1 press. All I am missing is the reference to the targetpoint but my editor will not allow me to reference it in my blueprint… any help please :slight_smile: the photo below shows me selecting the targetpoint I desire to teleport to on the right. on the left is me trying to reference the fb_targetPoint1.

Hi, don’t know if that really the way but here’s something you could try.
In your actor BP create a variable of type: Target point objet reference.Let’s call it “TargetPointVariable”. Make it editable. Then use that variable to plug it in whatever you needeed it for. Go to the scene and now on your actor BP details panel, you should have your “TargetPointvariable” visible and setable, and you can set it to the target point on your scene fb, in my example below MyTargetPoint…

243710-targetpointref2.jpg

Ill be sure and try this out tonight after work, thanks! Ill reply back