Hi guys, I have a menú with 4 buttons inside of BP_motionController. This menu is a child blueprint of the right hand. I created a sphere colision to do an overlap over this menu (in the other hand, like a finger). The thing is I need to create different events for every button, but i don’t know how to declare every button. Something like "If Sphere overlaps button 01 do this, if sphere overlaps button 02 do that.
When I do the overlap it take the whole blueprint “Menu” and i need the overlap count just a button inside of this blueprint. I tried with “Get all actors from a class” and asign it to a variable (let’s say the 0 in the array). But when i print it still showing “Menu overlaps” instead of “Button 01” for example.
The thing that i need is a way to create a reference of every button inside the menu blueprint.
Any clue?
Thank you!!