Insert String
Insert a string into a base string at an index.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Index (inputs:index) |
|
The index of the string in the range [0, stringLength]. Index will be clamped to the valid range. |
0 |
String (inputs:string) |
|
The base string. |
None |
Value (inputs:value) |
|
The string to insert. |
None |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
String (outputs:string) |
|
The modified string. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.InsertString |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Insert String |
Categories |
function |
Generated Class Name |
OgnInsertStringDatabase |
Python Module |
omni.graph.nodes |