Read Widget Property (BETA)
Read the value of a widget’s property (height, tooltip, etc).
Installation
To use this Node, you must enable omni.graph.ui_nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
Widget Identifier (widgetIdentifier) |
|
Unique identifier for the widget. This is only valid within the current graph. |
|
Widget Path (widgetPath) |
|
Full path to the widget. If present this will be used insted of ‘widgetIdentifier’. Unlike ‘widgetIdentifier’ this is valid across all graphs. |
|
Property Name (propertyName) |
|
Name of the property to read. |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Value (value) |
|
The value of the property. |