UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DirectedGraphUtils.cpp File Reference

Classes

struct  UE::MathCore::Graph::Private::FDepthFirstSortInfo
 
struct  UE::MathCore::Graph::Private::FTarjanVertexInfo
 
struct  UE::MathCore::Graph::Private::FTarjanAlgoImplSettings
 
class  UE::MathCore::Graph::Private::FTarjanAlgoImpl
 

Namespaces

namespace  UE
 
namespace  UE::MathCore
 
namespace  UE::MathCore::Graph
 
namespace  UE::MathCore::Graph::Private
 

Functions

bool UE::MathCore::Graph::Private::DepthFirstTopologicalSortVisit (int32 InVertex, TMap< int32, FDepthFirstSortInfo > &InSortInfos, TArray< int32 > &OutReverseOrder)