Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Parameterization > API/Runtime/GeometryCore/Parameterization/TMeshDijkstra
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Parameterization/MeshDijkstra.h |
| Include | #include "Parameterization/MeshDijkstra.h" |
Syntax
struct FSeedPoint
Remarks
FSeedPoint defines a seed point passed to the various compute methods below
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ExternalID | Client-defined integer ID for this seed point (not used internally) | |
| int32 | PointID | Point ID for this seed point, must be a valid point ID in the input PointSet | |
| double | StartDistance | Initial distance for this seed point |