![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <KahnTopologicalSort.h>
Public Attributes | |
| TSet< FKahnHandle > | VisitedReferences |
| TSet< FKahnHandle > | VisitedDependencies |
| TSet< FKahnHandle > | MaximalMRVS |
| TSet< FKahnHandle > | Culprits |
| TArray< FKahnHandle > | Stack |
| TArray< FKahnHandle > | Cycle |
Scratch variables shared across multiple calls to FindMostIndependentMutuallyReachableVertexSet
| TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Culprits |
| TArray<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Cycle |
| TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::MaximalMRVS |
| TArray<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Stack |
| TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::VisitedDependencies |
| TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::VisitedReferences |