ULidarPointCloudBlueprintLibrary::CreatePointCloudFromData

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

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Lidar Point Cloud",
          Meta=(Latent, WorldContext="WorldContextObject", LatentInfo="LatentInfo", ExpandEnumAsExecs="AsyncMode", DisplayName="Create Lidar Point Cloud From Data"))
static void CreatePointCloudFromData
(
    UObject * WorldContextObject,
    const TArray< FLidarPointCloudPoint > & Points,
    bool bUseAsync,
    FLatentActionInfo LatentInfo,
    ELidarPointCloudAsyncMode & AsyncMode,
    float & Progress,
    ULidarPointCloud *& PointCloud
)

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