Navigation
Unreal Engine C++ API Reference > Plugins > LidarPointCloudRuntime
References
Module | LidarPointCloudRuntime |
Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudShared.h |
Include | #include "LidarPointCloudShared.h" |
Syntax
struct FLidarPointCloudClippingVolumeParams
Remarks
Used to pass clipping information for async processing, to avoid accessing UObjects in non-GT
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FBox | Bounds | |
![]() |
ELidarClippingVolumeMode | Mode | |
![]() |
FMatrix | PackedShaderData | |
![]() |
int32 | Priority |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FLidarPointCloudClippingVolumeParams
(
const ALidarClippingVolume* ClippingVolume |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator<
(
const FLidarPointCloudClippingVolumeParams& O |