On Widget Clicked (BETA)
Event node which fires when a UI widget with the specified identifier is clicked. This node should be used in combination with UI creation nodes such as OgnButton.
Installation
To use this node enable omni.graph.ui_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Widget Identifier (inputs:widgetIdentifier) |
|
A unique identifier identifying the widget. This should be specified in the UI creation node such as OgnButton. |
|
Metadata |
literalOnly = 1 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Clicked (outputs:clicked) |
|
When the widget is clicked, signal to the graph that execution can continue downstream. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.ui_nodes.OnWidgetClicked |
Version |
1 |
Extension |
omni.graph.ui_nodes |
Has State? |
True |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
tests |
hidden |
True |
uiName |
On Widget Clicked (BETA) |
Categories |
internal:test |
Generated Class Name |
OgnOnWidgetClickedDatabase |
Python Module |
omni.graph.ui_nodes |