Sequence:GetSequence

Last updated 5 August 2026

Sequence:GetSequence gives you a list of all available Sequences in the current Project.

It also allows you to convert between Sequence index, ResourceID and Name.

Pin Info

Input 1: Emit [Bang]

Input 1: Set [ResourceId, Int, String]

Input 2: Emit count [Bang]

1-Emit[Bang]: Emits RID, Index and Name of the selected Sequence.

1-Set[ResourceID]: Sets the Node selection to the corresponding sequence.

1-Set[Int]: Sets the Node selection to the sequence with this Index*.

1-Set[String]: Sets the Node selection to the sequence with this Name**.

2-Emit count[Bang]: Emits the total amount of Sequences in this Project.

Output 1: Id [ResourceId]

Output 1: Idx [Int]

Output 1: Name [String]

Output 2: Count [Int]

1-Id[ResouceId]: Emits the Sequence ResourceId,which can be used in other nodes to reference the same Sequence.

1-Idx[Int]: Emits the Numbered Index* of this Node.

1-Name[String]: Emits the Name of the selected Sequence.

2-Count[Int]: Emits the total amount of Sequences in the Project.

Node Parameters

Dropdown: Lists all available Sequences by name in alphabetical order when selection is changed, RID, Index* and and Name are Emitted.