Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMeshDijkstra
| |
|
| Name |
FComputedPoint |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/GeometryCore/Public/Parameterization/MeshDijkstra.h |
| Include Path |
#include "Parameterization/MeshDijkstra.h" |
Syntax
struct FComputedPoint
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bSeedPoint |
bool |
|
Parameterization/MeshDijkstra.h |
|
| GraphDistance |
double |
|
Parameterization/MeshDijkstra.h |
|
| PointID |
int32 |
|
Parameterization/MeshDijkstra.h |
|
| SeedIndex |
int32 |
|
Parameterization/MeshDijkstra.h |
|