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

#include <DirectedGraphUtils.h>

Public Attributes

TArray< int32Vertices
 
TArray< FDirectedEdgeEdges
 

Detailed Description

A strongly connected component contains a subgraph of strongly connected vertices and their corresponding edges.

Member Data Documentation

◆ Edges

TArray<FDirectedEdge> UE::MathCore::Graph::FStronglyConnectedComponent::Edges

Edges in the strongly connected component.

◆ Vertices

TArray<int32> UE::MathCore::Graph::FStronglyConnectedComponent::Vertices

Vertices in the strongly connected component.


The documentation for this struct was generated from the following file: