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)

token

Unique identifier for the widget. This is only valid within the current graph.

Widget Path (widgetPath)

token

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)

token

Name of the property to read.

Outputs

Name

Type

Description

Default

Value (value)

bool, int, double, string

The value of the property.