Navigation
API > API/Runtime > API/Runtime/Core
Flags for behavior of TopologicalSort; see the function comment in TopologicalSort.h
| Name | Algo::ETopologicalSort |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Algo/KahnTopologicalSort.h |
| Include Path | #include "Algo/KahnTopologicalSort.h" |
Syntax
namespace Algo
{
enum ETopologicalSort
{
None,
AllowCycles,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| AllowCycles |