Navigation
API > API/Runtime > API/Runtime/Core
Some variables shared with subfunctions
| Name | FKahnContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Algo/KahnTopologicalSort.h |
| Include Path | #include "Algo/KahnTopologicalSort.h" |
Syntax
struct FKahnContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Dependencies | TArray< TArray< FKahnHandle > > | Algo/KahnTopologicalSort.h | ||
| DependencyCount | TArray< int32 > | Algo/KahnTopologicalSort.h | ||
| MRVSContext | TOptional< FMutuallyReachableVertexSetContext > | Algo/KahnTopologicalSort.h | ||
| Referencers | TArray< TArray< FKahnHandle > > | Algo/KahnTopologicalSort.h | ||
| RemainingVertices | TSet< FKahnHandle > | Algo/KahnTopologicalSort.h |