Spawn a cube at touch controller position?

Hi, I’m trying to setup a VR thing where the user can build up a scene around them by wherever they click with an oculus touch controller, they can generate a cube at the position of the controller in 3d space. just wondering where to start really.

thanks!

Get Player Pawn -> Get Left Motion Controller -> Get World Location -> SpawnActor, set the Transform to be the Get World Location node from the motion controller. Essentially a very basic intro

right on, thank you!

Hey there, so I can get it to work with this setup from the BP_MotionController VR thing… but i can’t get it to work with any other buttons on the controller, only the trigger that has been setup to grab cubes in the premade VR rig… any ideas?