Get Attribute Names From Bundle

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

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

data

bundle

Collection of attributes from which to extract names

sort

bool

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.

True

Outputs

Name

Type

Description

Default

output

token[]

Names of all of the attributes contained in the input bundle