Navigation
API > API/Runtime > API/Runtime/Core
Scratch variables shared across multiple calls to FindMostIndependentMutuallyReachableVertexSet
| Name | FMutuallyReachableVertexSetContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Algo/KahnTopologicalSort.h |
| Include Path | #include "Algo/KahnTopologicalSort.h" |
Syntax
struct FMutuallyReachableVertexSetContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Culprits | TSet< FKahnHandle > | Algo/KahnTopologicalSort.h | ||
| Cycle | TArray< FKahnHandle > | Algo/KahnTopologicalSort.h | ||
| MaximalMRVS | TSet< FKahnHandle > | Algo/KahnTopologicalSort.h | ||
| Stack | TArray< FKahnHandle > | Algo/KahnTopologicalSort.h | ||
| VisitedDependencies | TSet< FKahnHandle > | Algo/KahnTopologicalSort.h | ||
| VisitedReferences | TSet< FKahnHandle > | Algo/KahnTopologicalSort.h |