Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctree
| Type | Name | Description | |
|---|---|---|---|
| void | GetPointsInBox
(
TArray< const FLidarPointCloudPoint* >& SelectedPoints, |
Populates the array with the list of pointers to points within the given box. | |
| void | GetPointsInBox
(
TArray64< const FLidarPointCloudPoint* >& SelectedPoints, |
Populates the array with the list of pointers to points within the given box. | |
| void | GetPointsInBox
(
TArray< FLidarPointCloudPoint* >& SelectedPoints, |
Populates the array with the list of pointers to points within the given box. | |
| void | GetPointsInBox
(
TArray64< FLidarPointCloudPoint* >& SelectedPoints, |
Populates the array with the list of pointers to points within the given box. |