So I want to get text block object reference but when I tick “is variable” it actually is a text variable not an object, so how do I get the text block object variable? I need it to change its visibility.
Nah, it’s the object. You’ve just plopped down a visibility node that does not interact with text block widget. You want to target a Widget
rather than Input Key Selector
:
Drag a wire first, then search in a Context Sensitive manner. This will produce filtered results that make sense only.
does that make the whole widget hidden?
Just the text block, target self
(leave target disconnected) instead to hide the entire widget.
oh so there is a specific node for widgets ohhh now I get it when I read it again, thanks
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.