Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/Rendering
References
| Module | LidarPointCloudRuntime |
| Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/Rendering/LidarPointCloudRendering.h |
| Include | #include "Rendering/LidarPointCloudRendering.h" |
Syntax
struct FLidarPointCloudProxyUpdateDataNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< class FLidarPointCloudRenderBuffer > | DataCache | Holds render data pointers for this node This allows us to avoid exposing potentially invalid DataNode pointer in Render Thread | |
| int64 | NumVisiblePoints | ||
| TSharedPtr< class FLidarPointCloudRayTracingGeometry > | RayTracingGeometry | ||
| TSharedPtr< class FLidarPointCloudVertexFactory > | VertexFactory | ||
| uint8 | VirtualDepth |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLidarPointCloudProxyUpdateDataNode
(
uint8 VirtualDepth, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | BuildDataCache
(
bool bUseStaticBuffers, |
Passthrough method |