UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Geometry::FSegmentTree3::FRayNearestSegmentInfo Struct Reference

#include <SegmentTree3.h>

Public Attributes

double RayParam
 
double SegmentParam
 
double SegmentDist
 
double Metric
 

Detailed Description

Information on a nearest-segment returned by query functions

Member Data Documentation

◆ Metric

double UE::Geometry::FSegmentTree3::FRayNearestSegmentInfo::Metric

distance metric at nearest points

◆ RayParam

double UE::Geometry::FSegmentTree3::FRayNearestSegmentInfo::RayParam

Parameter at point on ray closest to identified nearest segment

◆ SegmentDist

double UE::Geometry::FSegmentTree3::FRayNearestSegmentInfo::SegmentDist

Distance between ray point at RayParam and segment point at SegmentParam

◆ SegmentParam

double UE::Geometry::FSegmentTree3::FRayNearestSegmentInfo::SegmentParam

Parameter at point on nearest segment closest to the ray


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