FLidarPointCloudOctreeNode::InsertPoints

Attempts to insert given points to this node or passes it to the children, otherwise.

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h

Include

#include "LidarPointCloudOctree.h"

Source

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloudOctree.cpp

Syntax

void InsertPoints
(
    const FLidarPointCloudPoint * Points,
    const int64 & Count,
    ELidarPointCloudDuplicateHandling DuplicateHandling,
    const FVector & Translation
)

Remarks

Attempts to insert given points to this node or passes it to the children, otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss