On Widget Value Changed (BETA)#
Event node which fires when a UI widget with the specified identifier has its value changed. This node should be used in combination with UI creation nodes such as OgnSlider.
Installation#
To use this Node, you must enable omni.graph.ui_nodes
in the Extension Manager.
Inputs#
Name |
Type |
Description |
Default |
---|---|---|---|
Widget Identifier (widgetIdentifier) |
|
A unique identifier identifying the widget. This should be specified in the UI creation node such as OgnSlider. |
Outputs#
Name |
Type |
Description |
Default |
---|---|---|---|
Value Changed (valueChanged) |
|
Executed when the value of the widget is changed |
|
New Value (newValue) |
|
The new value of the widget |