ULidarPointCloud::CreateFromData

Returns new Point Cloud object created from the data provided.

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "LidarPointCloud.h"

Source

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

Syntax

static ULidarPointCloud * CreateFromData
(
    TArray< FLidarPointCloudPoint * > & Points,
    const FLidarPointCloudAsyncParameters & AsyncParameters
)

Remarks

Returns new Point Cloud object created from the data provided. Warning: If using Async, make sure the data does not get invalidated during processing!

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