Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/SpatialAlgo > API/Plugins/PCG/SpatialAlgo/UPCGOctreeQueries > API/Plugins/PCG/SpatialAlgo/UPCGOctreeQueries/GetFarthestPoint
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/SpatialAlgo/PCGOctreeQueries.h |
| Include | #include "SpatialAlgo/PCGOctreeQueries.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/SpatialAlgo/PCGOctreeQueries.cpp |
UFUNCTION (BlueprintCallable, Category=PointData)
static void GetFarthestPoint
(
const UPCGPointData * InPointData,
const FVector & InCenter,
bool & bOutFound,
FPCGPoint & OutPoint,
const double InSearchDistance
)
Remarks
Get the farthest point from a given position, within the search distance.