Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudOctreeNode
| Type | Name | Description | |
|---|---|---|---|
| void | InsertPoints
(
const FLidarPointCloudPoint* Points, |
Attempts to insert given points to this node or passes it to the children, otherwise. | |
| void | InsertPoints
(
FLidarPointCloudPoint** Points, |
Attempts to insert given points to this node or passes it to the children, otherwise. |