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 enable omni.graph.ui_nodes in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Widget Identifier (inputs:widgetIdentifier)

token

A unique identifier identifying the widget. This should be specified in the UI creation node such as OgnSlider.

Metadata

literalOnly = 1

Outputs

Name

Type

Descripton

Default

New Value (outputs:newValue)

['bool', 'float', 'int', 'string']

The new value of the widget

None

Value Changed (outputs:valueChanged)

execution

When the value of the widget is changed, signal to the graph that execution can continue downstream.

None

Metadata

Name

Value

Unique ID

omni.graph.ui_nodes.OnWidgetValueChanged

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 Value Changed (BETA)

Categories

internal:test

Generated Class Name

OgnOnWidgetValueChangedDatabase

Python Module

omni.graph.ui_nodes