OmniGraph Node omni.graph.nodes.GetAttributeNames

omni.graph.nodes.GetAttributeNames Properties

Name

Value

Version

1

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Get Attribute Names From Bundle

__categories

bundle

Generated Class Name

OgnGetAttrNamesDatabase

Python Module

omni.graph.nodes

omni.graph.nodes.GetAttributeNames Description

Retrieves the names of all of the attributes contained in the input bundle, optionally sorted.

omni.graph.nodes.GetAttributeNames Inputs

Name

Type

Default

Required?

Descripton

inputs:data

bundle

None

Y

Collection of attributes from which to extract names

uiName

Bundle To Examine

inputs:sort

bool

True

Y

If true, the names will be output in sorted order (default, for consistency). If false, the order is not be guaranteed to be consistent between systems or over time, so do not rely on the order downstream in this case.

uiName

Sort Output

__default

true

omni.graph.nodes.GetAttributeNames Outputs

Name

Type

Default

Required?

Descripton

outputs:output

token[]

None

Y

Names of all of the attributes contained in the input bundle

uiName

Attribute Names