OmniGraph Node omni.graph.ui.ReadWidgetProperty

omni.graph.ui.ReadWidgetProperty Properties

Name

Value

Version

1

Extension

omni.graph.ui

Has State?

False

Implementation Language

Python

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Read Widget Property (BETA)

__categories

graph:action,ui

__language

Python

Generated Class Name

OgnReadWidgetPropertyDatabase

Python Module

omni.graph.ui

omni.graph.ui.ReadWidgetProperty Description

Read the value of a widget’s property (height, tooltip, etc).

omni.graph.ui.ReadWidgetProperty Inputs

Name

Type

Default

Required?

Descripton

inputs:propertyName

token

Y

Name of the property to read.

uiName

Property Name

inputs:widgetIdentifier

token

Y

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

uiName

Widget Identifier

inputs:widgetPath

token

Y

Full path to the widget. If present this will be used insted of ‘widgetIdentifier’. Unlike ‘widgetIdentifier’ this is valid across all graphs.

uiName

Widget Path

omni.graph.ui.ReadWidgetProperty Outputs

Name

Type

Default

Required?

Descripton

outputs:value

[‘bool’, ‘double’, ‘int’, ‘string’]

None

Y

The value of the property.

uiName

Value