UI Visibility Node
UI Visibility controls whether the dialog UI and sprites are visible.
Use Insert > Scene & UI > UI Visibility Node when a route needs to hide the interface for a CG, world interaction, roaming moment, or dramatic pause.
Properties
Section titled “Properties”| Field | What it does |
|---|---|
| Name | Optional editor-only name for the node. |
| Dialog Visible | Set dialog visibility to true or false, or leave unset to keep the current value. |
| Sprites Visible | Set sprite visibility to true or false, or leave unset to keep the current value. |
| Next | Node that runs after visibility changes. |
Runtime behavior
Section titled “Runtime behavior”When the node runs, VNC updates only the visibility values you set. Leaving a field unset means the current value is preserved.
If both fields are unset, the node has no visible effect and VNC warns that it does not change any surface visibility.
UI Visibility is best used in pairs: hide what you need, then show it again when the special moment ends.