ELidarPointCloudScalingMethod

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "LidarPointCloudShared.h"

Syntax

enum ELidarPointCloudScalingMethod
{
    PerNode,
    PerNodeAdaptive,
    PerPoint,
    FixedScreenSize,
}

Values

Name

Description

PerNode

Points are scaled based on the estimated density of their containing node.

PerNodeAdaptive

Similar to PerNode, but the density is calculated adaptively based on the current view.

PerPoint

Points are scaled based on their individual calculated depth.

FixedScreenSize

Sprites will be rendered using screen-space scaling method.

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