Widget Component Tick Mode

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.
image
BUT after I enter the zone and exit, the widget does not appear when I enter the zone again.
Help please

Here’s my setup:

Screenshot 2024-12-15 132102

(Left tick mode as enabled)

And here’s the result:

Hope this helps! :blush:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.