These are all in one blueprint. Could someone please connect the dots (nodes) for me? I’m stuck here for days now
So instead of Left/Right arrow, I need click events for buttons. I’m a noob so any suggestions for simple/better solutions for clickable buttons are welcome as well
You’re on your way.
Just add EventHitboxClicked event (and other button state events) using the hitbox command’s NAME variable.
Note you only have one event for click, so you have to branch it out …
Thanks, that put me on the right track. I used “Switch on Name” instead of Branches, It is more simple, but what is important here, that you can call the hitboxes by name. Problem solved, much obliged tomofnz
!