Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Algo
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Algo/KahnTopologicalSort.h |
| Include | #include "Algo/KahnTopologicalSort.h" |
namespace AlgoImpl
{
const TSet < FKahnHandle > & AlgoImpl::FindMostIndependentMutuallyReachableVertexSet
(
FKahnContext & Context
)
}
Remarks
Called when there is a MutuallyReachableVertexSet (aka no vertices are independent). It returns the most-independent maximal MutuallyReachableVertexSet.