Write Widget Property (BETA)

Set 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

Write (write)

execution

Input execution to write the value to the widget’s property.

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 write to.

Value (value)

any

The value to write to the property.

Outputs

Name

Type

Description

Default

written

execution

Executed when the value has been successfully written.