![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <KahnTopologicalSort.h>
Public Attributes | |
| TSet< FKahnHandle > | RemainingVertices |
| TArray< TArray< FKahnHandle > > | Referencers |
| TArray< TArray< FKahnHandle > > | Dependencies |
| TArray< int32 > | DependencyCount |
| TOptional< FMutuallyReachableVertexSetContext > | MRVSContext |
Some variables shared with subfunctions
| TArray<TArray<FKahnHandle> > AlgoImpl::FKahnContext::Dependencies |
| TOptional<FMutuallyReachableVertexSetContext> AlgoImpl::FKahnContext::MRVSContext |
| TArray<TArray<FKahnHandle> > AlgoImpl::FKahnContext::Referencers |
| TSet<FKahnHandle> AlgoImpl::FKahnContext::RemainingVertices |