Enable input for actor

Hi,

this might seem like a noobie quiestion and it must be since I am still new to UE4 but I just can’t get this to work.

Sadly, I can’t upload a screenshot because the machine I’m working on has no internet connection because of security restrictions but I’ll try my best at describing the problem.

I’m trying to make a button BP for a VR project. Upon overlapping with a specific collision box of the pawn the text of the button changes its color, so far so good. After that it should enable input for the button but pressing the trigger doesn’t quit the game even though I set it up to do so.

I basically have 3 important events in the BP:

On begin overlap: Change color, enable input
On end overlap: Change color back to white, disable input
Trigger: Quit

Any suggestions what I’m missing?

Thanks a lot in advance!

You might want to Enable Input at Begin Overlap and Disable Input on End Overlap.