Navigation
Unreal Engine C++ API Reference > Plugins > LidarPointCloudRuntime > FLidarPointCloudOctree
References
Module | LidarPointCloudRuntime |
Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudOctree.h |
Include | #include "LidarPointCloudOctree.h" |
Syntax
struct FSharedLODData
Remarks
Stores shared per-LOD node data.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FVector3f | Extent | |
![]() |
float | GridSize | |
![]() |
FVector3f | GridSize3D | |
![]() |
float | NormalizationMultiplier | |
![]() |
float | Radius | |
![]() |
float | RadiusSq | |
![]() |
float | Size |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FSharedLODData
(
const FVector3f& InExtent |