Knowledge base
Knowledge base
Knowledge base
Free, anonymous browsing of Unreal Engine Blueprint examples, node references, and best practices. The same content the WoalzCraft plugin uses to generate Blueprints.
23 results for sequence
A sequence-of-sequences with named sections — perfect for attack combos, dialogue cuts, etc. Triggers via PlayAnimMontage.
Add more output pins as needed. Pin names: Then 0, Then 1, etc.
SequenceUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoRuns each output pin in order. Useful when you want multiple actions in a single tick without nesting.
Exec outputs are named 'then 0', 'then 1', 'then 2' etc. NOT 'Then_0' or 'Output_0'.
SequenceUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoA single recorded animation clip. Plays at a fixed rate. Looped via the state machine.
string
ForEachLoopWithBreakUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoAn unordered collection with unique elements. (The Set node for writing variables is a separate concept — see the entry for 'Set'.)
ShuffleUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoA graph of animation states connected by transitions. Each state plays a sequence/blend; transitions fire on rule conditions.