Navigation
API > API/Plugins > API/Plugins/AvalancheCore
Indicates how iteration should be handled
| Name | UE::Ava::EControlFlow |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheCore/Public/AvaEnums.h |
| Include Path | #include "AvaEnums.h" |
Syntax
namespace UE
{
namespace Ava
{
enum EControlFlow
{
Continue,
Break,
}
}
}
Values
| Name | Remarks |
|---|---|
| Continue | Continue iteration |
| Break | Break iteration |