Append String

Creates a new token or string by concatenating the inputs. 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

A (inputs:a)

['string', 'token', 'token[]']

The string(s) to be appended to. This input determines the output type.

None

B (inputs:b)

['string', 'token', 'token[]']

The string to be appended.

None

Outputs

Name

Type

Descripton

Default

Value (outputs:value)

['string', 'token', 'token[]']

The new string(s).

None

Metadata

Name

Value

Unique ID

omni.graph.nodes.BuildString

Version

2

Extension

omni.graph.nodes

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Append String

Categories

function

Generated Class Name

OgnBuildStringDatabase

Python Module

omni.graph.nodes