Write Setting
Node that writes a value to a kit application setting. Issues an error if input::value type does not match setting type.
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 |
Setting Path (inputs:settingPath) |
|
The path of the setting to be modified |
|
Value (inputs:value) |
|
The new value to be written |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec Out (outputs:execOut) |
|
Signal to the graph that execution can continue downstream. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.WriteSetting |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Write Setting |
Categories |
sceneGraph |
Generated Class Name |
OgnWriteSettingDatabase |
Python Module |
omni.graph.nodes |