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