Hi,
I have a widget attached to an object with a text that says ‘press B to interact’, which only becomes visible when in the triggerbox, but somehow it is also visible when I first start playing the level…
This is the blueprint to my object:
Hi,
I have a widget attached to an object with a text that says ‘press B to interact’, which only becomes visible when in the triggerbox, but somehow it is also visible when I first start playing the level…
This is the blueprint to my object:
Hi there
That might be occurring because you need to set its default value to hidden at begin play. So, get “event begin play” then get widget and “set visibility” to false.
Hi!
I did what you suggested and set the visibility to false, however now it is never visible, also not when I’m in the trigger box
Try to replace all nodes “set hidden in game” by “set visibility” because you should use one or another. “Set visibility” is more common. If it didn’t work for you then replace all by “set hidden in game”.
If you want to use “set visibility” in all nodes, then make sure to “set hidden in game” to false on begin play. Conversely, if you want to use “set hidden in game”, make it visible at begin play.
oh no I don’t know how I didn’t think of that myself sorry! This ended up working thank you so much!
Glad to know it worked for you.
Good luck in your projects.