![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SegmentTree3.h>
Public Attributes | |
| double | RayParam |
| double | SegmentParam |
| double | SegmentDist |
| double | Metric |
Information on a nearest-segment returned by query functions
| double UE::Geometry::FSegmentTree3::FRayNearestSegmentInfo::Metric |
distance metric at nearest points
| double UE::Geometry::FSegmentTree3::FRayNearestSegmentInfo::RayParam |
Parameter at point on ray closest to identified nearest segment
| double UE::Geometry::FSegmentTree3::FRayNearestSegmentInfo::SegmentDist |
Distance between ray point at RayParam and segment point at SegmentParam
| double UE::Geometry::FSegmentTree3::FRayNearestSegmentInfo::SegmentParam |
Parameter at point on nearest segment closest to the ray