Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Algo/KahnTopologicalSort.h |
| Include | #include "Algo/KahnTopologicalSort.h" |
Syntax
struct FKahnContext
Remarks
Some variables shared with subfunctions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TArray< FKahnHandle > > | Dependencies | ||
| TArray< int32 > | DependencyCount | ||
| TOptional< FMutuallyReachableVertexSetContext > | MRVSContext | ||
| TArray< TArray< FKahnHandle > > | Referencers | ||
| TSet< FKahnHandle > | RemainingVertices |