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

#include <KahnTopologicalSort.h>

Public Attributes

TSet< FKahnHandleRemainingVertices
 
TArray< TArray< FKahnHandle > > Referencers
 
TArray< TArray< FKahnHandle > > Dependencies
 
TArray< int32DependencyCount
 
TOptional< FMutuallyReachableVertexSetContextMRVSContext
 

Detailed Description

Some variables shared with subfunctions

Member Data Documentation

◆ Dependencies

TArray<TArray<FKahnHandle> > AlgoImpl::FKahnContext::Dependencies

◆ DependencyCount

TArray<int32> AlgoImpl::FKahnContext::DependencyCount

◆ MRVSContext

TOptional<FMutuallyReachableVertexSetContext> AlgoImpl::FKahnContext::MRVSContext

◆ Referencers

TArray<TArray<FKahnHandle> > AlgoImpl::FKahnContext::Referencers

◆ RemainingVertices

TSet<FKahnHandle> AlgoImpl::FKahnContext::RemainingVertices

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