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