Read OmniGraph Value#
Imports a data value from the Fabric cache that is located at the given path and attribute name. This is for data that is not already present in OmniGraph as that data can be accessed through a direct connection to the underlying OmniGraph node.
Installation#
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Name (inputs:name) |
|
The name of the attribute to be queried |
|
Path (inputs:path) |
|
The path to the Fabric data bucket in which the attribute being queried lives. |
Outputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Value (outputs:value) |
|
The attribute value |
None |
Metadata#
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.ReadOmniGraphValue |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Read OmniGraph Value |
Categories |
sceneGraph |
Generated Class Name |
OgnReadOmniGraphValueDatabase |
Python Module |
omni.graph.nodes |