UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::TIncrementalMeshDijkstra< PointSetType >::FSeedPoint Struct Reference

#include <IncrementalMeshDijkstra.h>

Public Attributes

int32 ExternalID = -1
 
int32 PointID = 0
 
double StartDistance = 0
 

Detailed Description

template<class PointSetType>
struct UE::Geometry::TIncrementalMeshDijkstra< PointSetType >::FSeedPoint

FSeedPoint defines a seed point passed to the various compute methods below

Member Data Documentation

◆ ExternalID

template<class PointSetType >
int32 UE::Geometry::TIncrementalMeshDijkstra< PointSetType >::FSeedPoint::ExternalID = -1

Client-defined integer ID for this seed point (not used internally)

◆ PointID

template<class PointSetType >
int32 UE::Geometry::TIncrementalMeshDijkstra< PointSetType >::FSeedPoint::PointID = 0

Point ID for this seed point, must be a valid point ID in the input PointSet

◆ StartDistance

template<class PointSetType >
double UE::Geometry::TIncrementalMeshDijkstra< PointSetType >::FSeedPoint::StartDistance = 0

Initial distance for this seed point


The documentation for this struct was generated from the following file: