Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
References
| Module | LidarPointCloudRuntime |
| Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudLODManager.h |
| Include | #include "LidarPointCloudLODManager.h" |
Syntax
struct FLidarPointCloudViewData
Remarks
Stores View data required to calculate LODs for Lidar Point Clouds
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasFocus | ||
| bool | bPIE | ||
| bool | bSkipMinScreenSize | ||
| bool | bValid | ||
| float | ScreenSizeFactor | ||
| FVector | ViewDirection | ||
| FConvexVolume | ViewFrustum | ||
| FVector | ViewOrigin |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLidarPointCloudViewData
(
bool bCompute |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Compute () |
||
| bool | ComputeFromEditorViewportClient
(
FViewportClient* ViewportClient |