Get Graph Target#
Access the target prim the graph is being executed on. If the graph is executing itself, this will output the prim path of the graph. Otherwise the graph is being executed via instancing, then this will output the prim path of the target instance.
Installation#
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Target Path (inputs:targetPath) |
|
Deprecated. Do not use. |
|
Metadata |
hidden = true |
Outputs#
Name |
Type |
Descripton |
Default |
---|---|---|---|
Prim Path (outputs:primPath) |
|
The target prim path |
None |
Metadata#
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.GraphTarget |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Get Graph Target |
Categories |
sceneGraph |
Generated Class Name |
OgnGraphTargetDatabase |
Python Module |
omni.graph.nodes |