UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Iteration.h File Reference

Go to the source code of this file.

Enumerations

enum class  EIteration { Break , Continue }
 

Enumeration Type Documentation

◆ EIteration

enum class EIteration
strong

Enum that can be used as an explicit result for iterations. E.g. as the return value of visitor functions.

Enumerator
Break 

The loop should be stopped.

Continue 

The loop should continue.