Write Variable
Node that writes a value to a variable
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec In (inputs:execIn) |
|
Signal to the graph that this node is ready to be executed. |
None |
Graph (inputs:graph) |
|
Ignored. Do not use |
None |
Metadata |
hidden = true |
||
Target Path (inputs:targetPath) |
|
Ignored. Do not use. |
None |
Metadata |
hidden = true |
||
Value (inputs:value) |
|
The new value to be written |
None |
Variable Name (inputs:variableName) |
|
The name of the graph variable to use. |
|
Metadata |
hidden = true |
||
Metadata |
literalOnly = 1 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec Out (outputs:execOut) |
|
Signal to the graph that execution can continue downstream. |
None |
Value (outputs:value) |
|
The value written to the variable. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.core.WriteVariable |
Version |
2 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
hidden |
true |
uiName |
Write Variable |
Categories |
internal |
Generated Class Name |
OgnWriteVariableDatabase |
Python Module |
omni.graph.nodes |