In Godot 4 is there built-in functionality to make separate window elements interactable?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ChildLearning.Club

Hello Everyone,

Using the new “Window” Node in Godot 4 an Area2D Collision signal is not emitted when a separate Window Node’s Area2D Collision overlaps it. This would be, I imagine, the intended functionality but I would like to know if it is possible to make it so that they do interact? So that when the two collision shapes overlap a signal is emitted.

Thank you in advance for any help.