Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int AppendEdge
(
const FEdge& E |
Curve/DynamicGraph.h | ||
int AppendEdge
(
const FIndex2i& ev, |
Curve/DynamicGraph.h | ||
int AppendEdge
(
int v0, |
Curve/DynamicGraph.h |
AppendEdge(const FEdge &)
| Name | AppendEdge |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Curve/DynamicGraph.h |
| Include Path | #include "Curve/DynamicGraph.h" |
int AppendEdge
(
const FEdge & E
)
AppendEdge(const FIndex2i &, int)
| Name | AppendEdge |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Curve/DynamicGraph.h |
| Include Path | #include "Curve/DynamicGraph.h" |
int AppendEdge
(
const FIndex2i & ev,
int GID
)
AppendEdge(int, int, int)
| Name | AppendEdge |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Curve/DynamicGraph.h |
| Include Path | #include "Curve/DynamicGraph.h" |
int AppendEdge
(
int v0,
int v1,
int GID
)