Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudLODManager
References
Module | LidarPointCloudRuntime |
Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudLODManager.h |
Include | #include "LidarPointCloudLODManager.h" |
Syntax
struct FRegisteredProxy
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bSkip | If true, this proxy will be skipped. Used to avoid point duplication in PIE |
![]() |
TWeakObjectPtr< ULidarPointCloudComponent > | Component | |
![]() |
FLidarPointCloudComponentRenderParams | ComponentRenderParams | |
![]() |
FTransform | LastComponentTransform | Used to detect transform changes without the need of callbacks from the SceneProxy |
![]() |
FLidarPointCloudOctree * | Octree | |
![]() |
TWeakObjectPtr< ULidarPointCloud > | PointCloud | |
![]() |
TWeakPtr< FLidarPointCloudSceneProxyWrapper, ESPMode::ThreadSafe > | SceneProxyWrapper | |
![]() |
TSharedPtr< FLidarPointCloudTraversalOctree, ESPMode::ThreadSafe > | TraversalOctree | |
![]() |
FLidarPointCloudViewData | ViewData |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRegisteredProxy
(
TWeakObjectPtr< ULidarPointCloudComponent > Component, |