Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloudComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyColorToFirstPointByRay
(
const FColor& NewColor, |
LidarPointCloudComponent.h |
|
|
void ApplyColorToFirstPointByRay
(
FColor NewColor, |
Applies the given color to the first point hit by the given ray | LidarPointCloudComponent.h |
|
ApplyColorToFirstPointByRay(const FColor &, FLidarPointCloudRay, float, bool)
| Name | ApplyColorToFirstPointByRay |
| 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 ApplyColorToFirstPointByRay
(
const FColor & NewColor,
FLidarPointCloudRay Ray,
float Radius,
bool bVisibleOnly
)
ApplyColorToFirstPointByRay(FColor, FVector, FVector, float, bool)
Description
Applies the given color to the first point hit by the given ray
| Name | ApplyColorToFirstPointByRay |
| 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 ApplyColorToFirstPointByRay
(
FColor NewColor,
FVector Origin,
FVector Direction,
float Radius,
bool bVisibleOnly
)