How to receive click input simultaneously with Widget and 3DWidget

I would like to know how to receive input simultaneously with 2D Widget and 3DWidget.

When the Widget is set to Visible, input is received by the Widget, but even if Unhandled is returned in the Reply, the input does not pass to the 3D Widget (WidgetComponent) located at the bottom of the screen.

Input for the 3D Widget can be received without issues by enabling ReceiveHardwareInput and setting the Widget to NotHit-Testable. However, I am unsure how to receive input simultaneously.

Input could be passed to the 3DWidget using the PressPointerKey function of the WidgetInteraction component.

1 Like