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