[Solved by trial and error] Click through event. Capture 2 click events at once.

I’m trying to make it so I can click an item, and trigger a click event for that actor, and the actor behind it. A “click through” event that captures one tap/click and registers 2 separate events.

I’m creating a tutorial, and I have a floating button over the object I want the user to tap. I want to trigger an event for tapping the floating button, and the normal tap event on the object behind it, but I can’t quite figure out what I’m missing. I know that “Block” “Visibility” makes it so the click/touch events work, and any other setting for visibility doesn’t trigger. Is there a better approach for this?

No replies, so I just had my object cast a line trace by channel to the object behind it to activate it.