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 |
|
Collection of attributes from which to extract names |
|
sort |
|
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 |
|
Names of all of the attributes contained in the input bundle |