It’s my first time using Unreal so I apologize if this is a stupid problem, but I’m going insane and kind figure out a way to solve this.
I have three actors created with a sprite, each one of them with their own click event. They’re all different images and they don’t overlap. When I only put the blue one OR only the pink one, they work, but when I put both of the pink one works. Also, whenever I put the cyan one, its click event also gets activated when clicking the parts not covered by it.
This is the level with the three actors.
This is the cyan actor on its own.
I think this may be caused because they’re all created from a png the same size just with different transparent elements? idk