Why won't my BP get any Motion Controller Inputs?

Hey Folks,

I am currently trying to get into VR Blueprinting in Unreal. But I keep struggeling with figuring out how Motion Controller inputs in the VR Template Scene work. Im simply trying to create an object, wich changes the material on overlapping and moves when a button on the Vive Motion Controller is pressed while the Motion Controller Hand is overlapping.

My problem is that the Input detection only works inside the Motion Controller Pawn BP and not in any custom BP.

With Kind regards and thanks in advance,
Neal

Did you call the function ‘Enable Input’ from within your custom blueprint? You could also call it from outside your custom blueprint if you have a reference to it. ‘Enable Input’ will require a reference to the target and to your player controller.