UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AlgoImpl::FMutuallyReachableVertexSetContext Struct Reference

#include <KahnTopologicalSort.h>

Public Attributes

TSet< FKahnHandleVisitedReferences
 
TSet< FKahnHandleVisitedDependencies
 
TSet< FKahnHandleMaximalMRVS
 
TSet< FKahnHandleCulprits
 
TArray< FKahnHandleStack
 
TArray< FKahnHandleCycle
 

Detailed Description

Scratch variables shared across multiple calls to FindMostIndependentMutuallyReachableVertexSet

Member Data Documentation

◆ Culprits

TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Culprits

◆ Cycle

TArray<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Cycle

◆ MaximalMRVS

TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::MaximalMRVS

◆ Stack

TArray<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::Stack

◆ VisitedDependencies

TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::VisitedDependencies

◆ VisitedReferences

TSet<FKahnHandle> AlgoImpl::FMutuallyReachableVertexSetContext::VisitedReferences

The documentation for this struct was generated from the following file: