Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMeshDijkstra
Information about each active/computed point
| Name | FGraphNode |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Parameterization/MeshDijkstra.h |
| Include Path | #include "Parameterization/MeshDijkstra.h" |
Syntax
struct FGraphNode
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bFrozen | bool | Parameterization/MeshDijkstra.h | ||
| GraphDistance | double | Parameterization/MeshDijkstra.h | ||
| ParentPointID | int32 | Parameterization/MeshDijkstra.h | ||
| PointID | int32 | Parameterization/MeshDijkstra.h | ||
| SeedPointID | int32 | Parameterization/MeshDijkstra.h |