Hello!
I’m a complete newbie in UE and I’m struggling with an issue that I can’t solve on my own. I’m making a mini-game and I need to make element A clickable only when elements B and
C overlap each other. Importantly, I have multiple elements A, multiple box colliders on element B corresponding to these elements A, and only one element C.
A - boxes with words (to and way)
B - song lyrics with box colliders on individual words
C - player character with a box collider that interacts with box colliders on element B
I was thinking of checking in element A’s On Click Event whether a specific box collider from element B has collided with element C, but I’m not sure how to do that.
Could you help me?
Thank you in advance!