Back to search
PatternGold tierBest Practices

All exec input pins are 'execute', all exec output pins are 'then'

Updated 6mo ago
UE 5.3UE 5.4UE 5.5UE 5.6UE 5.7#exec#pin-names#connections

Reference

Universal UE5 Blueprint rule: exec input = 'execute', exec output = 'then'. Exceptions: Branch outputs are 'True' and 'False'. Sequence outputs are 'then 0', 'then 1', 'then 2', etc. ForLoop outputs are 'Loop Body' and 'Completed'.