Navigation
| Name | MathCore |
| Type | Runtime |
| Location | /Engine/Source/Runtime/MathCore/ |
| Module Build Rules | MathCore.Build.cs |
Structs
| Name | Remarks |
|---|---|
| FDirectedTreeElement | An element in a directed tree with references to children of a vertex. |
| FStronglyConnectedComponent | A strongly connected component contains a subgraph of strongly connected vertices and their corresponding edges. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDirectedEdge | TTuple< int32, int32 > | A pair of int32s represent a directed edge. | Graph/DirectedGraphUtils.h |
| FDirectedTree | TMap< int32, FDirectedTreeElement > | A directed tree graph representation. | Graph/DirectedGraphUtils.h |