Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud
| Type | Name | Description | |
|---|---|---|---|
| void | CalculateNormals
(
FLatentActionInfo LatentInfo |
Calculates Normals for this point cloud | |
| 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. |