FLidarPointCloudAsyncParameters

Used for ULidarPointCloud::CreateFromXXXX calls

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "LidarPointCloud.h"

Syntax

struct FLidarPointCloudAsyncParameters

Remarks

Used for ULidarPointCloud::CreateFromXXXX calls

Variables

Name Description

Public variable

bool

 

bUseAsync

Should the creation use async operation

Public variable

TFunction< void...

 

CompletionCallback

Called once, when the operation completes.

Public variable

TFunction< void...

 

ProgressCallback

Called every time at least 1% progress is generated. The parameter is within 0.0 - 1.0 range.

Constructors

Name Description

Public function

FLidarPointCloudAsyncParameters

(
    bool bUseAsync,
    TFunction< void> ProgressCal...,
    TFunction< void)> CompletionCa...
)

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