Navigation
API > API/Runtime > API/Runtime/Core
Description
Convert UniqueRange and GetElementDependencies into handles, dependency count, dependencies, and referencers
| Name | AlgoImpl::KahnTopologicalSort_CreateWorkingGraph |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Algo/KahnTopologicalSort.h |
| Include Path | #include "Algo/KahnTopologicalSort.h" |
namespace AlgoImpl
{
template<typename RangeType, typename GetElementDependenciesType>
void AlgoImpl::KahnTopologicalSort_CreateWorkingGraph
(
FKahnContext & Context,
RangeType & UniqueRange,
GetElementDependenciesType GetElementDependencies,
TSet< FKahnHandle > & OutInitialIndependents
)
}