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 FMutuallyReachableVertexSetContext
Remarks
Scratch variables shared across multiple calls to FindMostIndependentMutuallyReachableVertexSet
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< FKahnHandle > | Culprits | ||
| TArray< FKahnHandle > | Cycle | ||
| TSet< FKahnHandle > | MaximalMRVS | ||
| TArray< FKahnHandle > | Stack | ||
| TSet< FKahnHandle > | VisitedDependencies | ||
| TSet< FKahnHandle > | VisitedReferences |