![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Namespaces | |
| namespace | Private |
Classes | |
| struct | FDirectedTreeElement |
| struct | FStronglyConnectedComponent |
Typedefs | |
| using | FDirectedEdge = TTuple< int32, int32 > |
| using | FDirectedTree = TMap< int32, FDirectedTreeElement > |
A pair of int32s represent a directed edge. The first value represents the source vertex, and the second value represents the destination vertex.
A directed tree graph representation.