TMeshAABBTree3::FindNearestPoint

Convenience function that calls FindNearestTriangle and then finds nearest point

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/MeshAABBTree3.h

Include

#include "Spatial/MeshAABBTree3.h"

Syntax

virtual FVector3d FindNearestPoint
(
    const FVector3d & Point,
    const FQueryOptions & Options
) const

Remarks

Convenience function that calls FindNearestTriangle and then finds nearest point

Returns

nearest point to Point, or Point itself if a nearest point was not found

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss