Length

Overview

The Length Node.

Length returns the length of a String.

Scope: Project, Scene, Function, Prefab.

Attributes

The Length Node Attributes.
Attribute
Type
Description

String

String

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

Inputs

Input
Type
Description

Pulse Input (►)

Pulse

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

String

String

String whose length you wish to return.

Outputs

Output
Type
Description

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

Was this helpful?