UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TopologicalSort.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "HAL/Platform.h"
8
9namespace Algo
10{
30 template <typename RangeType, typename GetElementDependenciesType>
36}
#define UE_REWRITE
Definition Platform.h:747
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ParallelSort.h:13
ETopologicalSort
Definition KahnTopologicalSort.h:55
bool KahnTopologicalSort(RangeType &&UniqueRange, GetElementDependenciesType GetElementDependencies, ETopologicalSort Flags)
Definition KahnTopologicalSort.h:63
UE_REWRITE bool TopologicalSort(RangeType &&UniqueRange, GetElementDependenciesType GetElementDependencies, ETopologicalSort Flags=ETopologicalSort::None)
Definition TopologicalSort.h:31