LidarPointCloudMeshing::CalculateNormals

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/Meshing/LidarPointCloudMeshing.h

Include

#include "Meshing/LidarPointCloudMeshing.h"

Source

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/Meshing/LidarPointCloudMeshing.cpp

Syntax

namespace LidarPointCloudMeshing
{
    void LidarPointCloudMeshing::CalculateNormals
    (
        FLidarPointCloudOctree * Octree,
        FThreadSafeBool * bCancelled,
        int32 Quality,
        float Tolerance,
        TArray64< FLidarPointCloudPoint * > & InPointSelection
    )
}

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