Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetVisibilityOfPointsByRay
(
const bool& bNewVisibility, |
LidarPointCloud.h |
|
|
void SetVisibilityOfPointsByRay
(
bool bNewVisibility, |
Sets visibility of points hit by the given ray. | LidarPointCloud.h |
|
SetVisibilityOfPointsByRay(const bool &, const FLidarPointCloudRay &, const float &)
| Name | SetVisibilityOfPointsByRay |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
UFUNCTION (BlueprintCallable, Category="Lidar Point Cloud")
void SetVisibilityOfPointsByRay
(
const bool & bNewVisibility,
const FLidarPointCloudRay & Ray,
const float & Radius
)
SetVisibilityOfPointsByRay(bool, FVector, FVector, float)
Description
Sets visibility of points hit by the given ray.
| Name | SetVisibilityOfPointsByRay |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
UFUNCTION (BlueprintCallable, Category="Lidar Point Cloud")
void SetVisibilityOfPointsByRay
(
bool bNewVisibility,
FVector Origin,
FVector Direction,
float Radius
)