ELidarPointCloudDuplicateHandling

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "LidarPointCloudSettings.h"

Syntax

enum ELidarPointCloudDuplicateHandling
{
    Ignore,
    SelectFirst,
    SelectBrighter,
}

Values

Name

Description

Ignore

Keeps any duplicates found

SelectFirst

Keeps the first point and skips any further duplicates

SelectBrighter

Selects the brightest of the duplicates

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