Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetPointsInConvexVolume
(
TArray< FLidarPointCloudPoint* >& SelectedPoints, |
Populates the array with the list of points within the given convex volume. | LidarPointCloudOctree.h | |
void GetPointsInConvexVolume
(
TArray64< FLidarPointCloudPoint* >& SelectedPoints, |
LidarPointCloudOctree.h |
GetPointsInConvexVolume(TArray< FLidarPointCloudPoint * > &, const FConvexVolume &, const bool &)
Description
Populates the array with the list of points within the given convex volume.
| Name | GetPointsInConvexVolume |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path | #include "LidarPointCloudOctree.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
void GetPointsInConvexVolume
(
TArray< FLidarPointCloudPoint * > & SelectedPoints,
const FConvexVolume & ConvexVolume,
const bool & bVisibleOnly
)
GetPointsInConvexVolume(TArray64< FLidarPointCloudPoint * > &, const FConvexVolume &, const bool &)
| Name | GetPointsInConvexVolume |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
| Include Path | #include "LidarPointCloudOctree.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp |
void GetPointsInConvexVolume
(
TArray64< FLidarPointCloudPoint * > & SelectedPoints,
const FConvexVolume & ConvexVolume,
const bool & bVisibleOnly
)