![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DirectedGraphUtils.h>
Public Attributes | |
| TArray< int32 > | Vertices |
| TArray< FDirectedEdge > | Edges |
A strongly connected component contains a subgraph of strongly connected vertices and their corresponding edges.
| TArray<FDirectedEdge> UE::MathCore::Graph::FStronglyConnectedComponent::Edges |
Edges in the strongly connected component.
Vertices in the strongly connected component.