Append String (Deprecated)
Creates a new token or string by appending the given token or string. token[] inputs will be appended element-wise.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Suffix (inputs:suffix) |
|
The string to be appended |
None |
Value (inputs:value) |
|
The string(s) to be appended to |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Value (outputs:value) |
|
The new string(s) |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.AppendString |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
hidden |
true |
uiName |
Append String (Deprecated) |
Categories |
function,internal:test |
Generated Class Name |
OgnAppendStringDatabase |
Python Module |
omni.graph.nodes |