Verse Library verse

12 Single For Expression

Iterates over two collections simultaneously, useful for pairing related items or processing multiple data sets in lockstep.

extracted-snippets/documentation/en-us/uefn/for-in-verse/12-single-for-expression.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/for-in-verse
# Local doc:  epic-docs/documentation/en-us/uefn/for-in-verse.md
# Section:    Single For Expression
expression0
for (Item : Collection, Item2 : Collection2):
    expression1
expression2
Copy full snippet

Comments

    Sign in to vote, comment, or suggest an edit. Sign in