OmniGraph Node omni.graph.ui.OnWidgetClicked

omni.graph.ui.OnWidgetClicked Properties

Name

Value

Version

1

Extension

omni.graph.ui

Has State?

True

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

On Widget Clicked (BETA)

__categories

graph:action,ui

__language

Python

Generated Class Name

OgnOnWidgetClickedDatabase

Python Module

omni.graph.ui

omni.graph.ui.OnWidgetClicked Description

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.

omni.graph.ui.OnWidgetClicked Inputs

Name

Type

Default

Required?

Descripton

inputs:widgetIdentifier

token

Y

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

literalOnly

1

uiName

Widget Identifier

omni.graph.ui.OnWidgetClicked Outputs

Name

Type

Default

Required?

Descripton

outputs:clicked

execution

None

Y

Executed when the widget is clicked

uiName

Clicked