Navigation
API > API/Runtime > API/Runtime/MathCore
A strongly connected component contains a subgraph of strongly connected vertices and their corresponding edges.
| Name | FStronglyConnectedComponent |
| Type | struct |
| Header File | /Engine/Source/Runtime/MathCore/Public/Graph/DirectedGraphUtils.h |
| Include Path | #include "Graph/DirectedGraphUtils.h" |
Syntax
struct FStronglyConnectedComponent
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Edges | TArray< FDirectedEdge > | Edges in the strongly connected component. | Graph/DirectedGraphUtils.h | |
| Vertices | TArray< int32 > | Vertices in the strongly connected component. | Graph/DirectedGraphUtils.h |