Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
Used for ULidarPointCloud::CreateFromXXXX calls
| Name | FLidarPointCloudAsyncParameters |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
Syntax
struct FLidarPointCloudAsyncParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLidarPointCloudAsyncParameters
(
bool bUseAsync, |
LidarPointCloud.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseAsync | bool | Should the creation use async operation | LidarPointCloud.h | |
| CompletionCallback | TFunction< void(bool)> | Called once, when the operation completes. | LidarPointCloud.h | |
| ProgressCallback | TFunction< void(float)> | Called every time at least 1% progress is generated. The parameter is within 0.0 - 1.0 range. | LidarPointCloud.h |