Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
Type
typedef int32 FKahnHandle
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Algo/KahnTopologicalSort.h |
| Include | #include "Algo/KahnTopologicalSort.h" |
Remarks
KahnTopologicalSort converts vertices and edges from ElementType to indexes of the vertex in the original UniqueRange of ElementType. FKahnHandle is how vertices are represented during the graph algorithm