UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DirectedGraphUtils.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Classes

struct  UE::MathCore::Graph::FStronglyConnectedComponent
 
struct  UE::MathCore::Graph::FDirectedTreeElement
 

Namespaces

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

Typedefs

using UE::MathCore::Graph::FDirectedEdge = TTuple< int32, int32 >
 
using UE::MathCore::Graph::FDirectedTree = TMap< int32, FDirectedTreeElement >