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