Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CalculateNormals
(
FLatentActionInfo LatentInfo |
Calculates Normals for this point cloud | LidarPointCloud.h |
|
void CalculateNormals
(
TArray64< FLidarPointCloudPoint* >* Points, |
Calculates Normals for the provided points If a nullptr is passed as Points, the calculation will be executed on the whole cloud. | LidarPointCloud.h |
CalculateNormals(FLatentActionInfo)
Description
Calculates Normals for this point cloud
| Name | CalculateNormals |
| 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 |
UFUNCTION (BlueprintCallable, Category="Lidar Point Cloud", Meta=(Latent, LatentInfo="LatentInfo"))
void CalculateNormals
(
FLatentActionInfo LatentInfo
)
CalculateNormals(TArray64< FLidarPointCloudPoint > , TFunction< void(void)>)
Description
Calculates Normals for the provided points If a nullptr is passed as Points, the calculation will be executed on the whole cloud.
| Name | CalculateNormals |
| 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 CalculateNormals
(
TArray64< FLidarPointCloudPoint * > * Points,
TFunction< void(void)> CompletionCallback
)