Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloudBlueprintLibrary
Description
Returns new Point Cloud object created from the data provided. Warning: If using Async, make sure the data does not get invalidated during processing!
| Name | CreatePointCloudFromData |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloud.cpp |
UFUNCTION (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
)