Hey, everybody.
I have a BoxComponent that acts as an interaction zone.
The idea is: when a player enters this zone WidgetComponent is activated (becomes visible), after leaving it is deactivated (becomes invisible).
Tick Mode for WidgetComponent I have set Automatic so that the tick will be only when the WidgetComponent is visible.

BUT after I enter the zone and exit, the widget does not appear when I enter the zone again.
Help please