Upper

Overview

The Upper Node converts a String to uppercase letters.

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

AttributeTypeDescription

String

String

The String to be converted to uppercase, if none is received in the Input Socket.

Inputs

InputTypeDescription

Pulse Input (►)

Pulse

A standard Input Pulse, to trigger the execution of the Node.

String

String

The String to be converted to uppercase.

Outputs

OutputTypeDescription

Pulse Output (►)

Pulse

A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.

Result

String

The String converted to uppercase.

See Also

Last updated