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 enable omni.graph.nodes in the Extension Manager.
Inputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Bundle To Examine (inputs:data) |
|
Collection of attributes from which to extract names |
None |
Sort Output (inputs: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 |
Descripton |
Default |
---|---|---|---|
Attribute Names (outputs:output) |
|
Names of all of the attributes contained in the input bundle |
None |
Metadata#
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.GetAttributeNames |
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 |