How to interact with a widget obscured by other actors?

Hello,
You can make the actor of the cube unpickable:

actor.setPickable(false);
1 Like