Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGOctreeQueries
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FPCGPoint * GetFarthestPoint
(
const UPCGPointData* InPointData, |
Get the farthest point from a given position within the search distance. Returns null if not found. | SpatialAlgo/PCGOctreeQueries.h | |
static void GetFarthestPoint
(
const UPCGPointData* InPointData, |
Get the farthest point from a given position, within the search distance. | SpatialAlgo/PCGOctreeQueries.h |
|
GetFarthestPoint(const UPCGPointData *, const FVector &, const double)
Description
Get the farthest point from a given position within the search distance. Returns null if not found.
| Name | GetFarthestPoint |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/SpatialAlgo/PCGOctreeQueries.h |
| Include Path | #include "SpatialAlgo/PCGOctreeQueries.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/SpatialAlgo/PCGOctreeQueries.cpp |
static const FPCGPoint * GetFarthestPoint
(
const UPCGPointData * InPointData,
const FVector & InCenter,
const double InSearchDistance
)
GetFarthestPoint(const UPCGPointData *, const FVector &, bool &, FPCGPoint &, const double)
Description
Get the farthest point from a given position, within the search distance.
| Name | GetFarthestPoint |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/SpatialAlgo/PCGOctreeQueries.h |
| Include Path | #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
)