Tooltip Widget in World Space

I have a StatusBar-Widget in world space where im rendering statusEffects. when a player hovers over a statusEffect i want to render a tooltip. i created a binding in my statusEffect-widget but the callback from this binding never fires. Does this not work with widgets in world space? i tried it with a widget in screen space where it did work.

Thx in advance.

Edit: Couldn’t rly find much info about my issue in the forum or other sources

1 Like

For anyone having the same issue:

the fix for me was to “Enable mouse over events” in the playerController

1 Like

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