Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloudComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemovePointsInBox
(
const FBox& Box, |
LidarPointCloudComponent.h |
|
|
void RemovePointsInBox
(
FVector Center, |
Removes all points within the given box | LidarPointCloudComponent.h |
|
RemovePointsInBox(const FBox &, const bool &)
| Name | RemovePointsInBox |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
| Include Path | #include "LidarPointCloudComponent.h" |
UFUNCTION (BlueprintCallable, Category="Lidar Point Cloud")
void RemovePointsInBox
(
const FBox & Box,
const bool & bVisibleOnly
)
RemovePointsInBox(FVector, FVector, bool)
Description
Removes all points within the given box
| Name | RemovePointsInBox |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
| Include Path | #include "LidarPointCloudComponent.h" |
UFUNCTION (BlueprintCallable, Category="Lidar Point Cloud")
void RemovePointsInBox
(
FVector Center,
FVector Extent,
bool bVisibleOnly
)