Navigation
Unreal Engine C++ API Reference > Plugins > LidarPointCloudRuntime > FLidarPointCloudOctree
Type | Name | Description | |
---|---|---|---|
![]() |
void | InsertPoints
(
FLidarPointCloudPoint* Points, |
Inserts group of points into the Octree structure, internally thread-safe. |
![]() |
void | InsertPoints
(
const FLidarPointCloudPoint* Points, |
Inserts group of points into the Octree structure, internally thread-safe. |
![]() |
void | InsertPoints
(
FLidarPointCloudPoint** Points, |
Inserts group of points into the Octree structure, internally thread-safe. |