Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud
| Type | Name | Description | |
|---|---|---|---|
| void | InsertPoints
(
const TArray< FLidarPointCloudPoint >& Points, |
Inserts group of points into the Octree structure, multi-threaded. | |
| bool | InsertPoints
(
FLidarPointCloudPoint* InPoints, |
Inserts group of points into the Octree structure, multi-threaded. | |
| bool | InsertPoints
(
const FLidarPointCloudPoint* InPoints, |
Inserts group of points into the Octree structure, multi-threaded. | |
| bool | InsertPoints
(
FLidarPointCloudPoint** InPoints, |
Inserts group of points into the Octree structure, multi-threaded. |