Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Curve
Inheritance Hierarchy
- FDynamicGraph
- FDynamicGraphN
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Curve/DynamicGraph.h |
| Include | #include "Curve/DynamicGraph.h" |
Syntax
class FDynamicGraphN : public UE::Geometry::FDynamicGraph
Remarks
Implementation of DGraph that has no dimensionality, ie no data stored for vertices besides indices.
Functions
| Type | Name | Description | |
|---|---|---|---|
| int | AppendVertex () |
Overridden from FDynamicGraph
| Type | Name | Description | |
|---|---|---|---|
| int | append_new_split_vertex
(
int A, |
Internal used in SplitEdge |