Length

Overview

Length returns the length of a String.

Scope: Project, Scene, Function, Prefab.

Attributes

AttributeTypeDescription

String

String

String whose length you wish to return, if none is given in the Input Socket.

Inputs

InputTypeDescription

Pulse Input (►)

Pulse

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

String

String

String whose length you wish to return.

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.

Length

Int

Length of the String received.

Last updated