UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MathCore::Graph Namespace Reference

Namespaces

namespace  Private
 

Classes

struct  FDirectedTreeElement
 
struct  FStronglyConnectedComponent
 

Typedefs

using FDirectedEdge = TTuple< int32, int32 >
 
using FDirectedTree = TMap< int32, FDirectedTreeElement >
 

Typedef Documentation

◆ FDirectedEdge

A pair of int32s represent a directed edge. The first value represents the source vertex, and the second value represents the destination vertex.

◆ FDirectedTree

A directed tree graph representation.