Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/SpatialAlgo > API/Plugins/PCG/SpatialAlgo/UPCGOctreeQueries
| Type | Name | Description | |
|---|---|---|---|
| const FPCGPoint * | GetClosestPoint
(
const UPCGPointData* InPointData, |
Get the closest point to a given position within the search distance, If bInDiscardCenter is true, will reject any points that are exactly at the center. | |
| void | GetClosestPoint
(
const UPCGPointData* InPointData, |
Get the closest point to a given position within the search distance. |