Unreal Coding Standard for for loops

Not to get bogged down in details, but I could not find the Unreal’s coding standard for “for loops”.
Is it the same as if statements with the opening brace on a new line?

If you mean for Range-based for, a new feature of C+±11, it’s here:

for any for statement, yes, the opening brace is on a new line vertically-aligned with the closing brace.

Privacy & Terms