Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
References
| Module | LidarPointCloudRuntime |
| Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudShared.h |
| Include | #include "LidarPointCloudShared.h" |
Syntax
struct FLidarPointCloudComponentRenderParams
Remarks
Convenience struct to group all component's rendering params into one
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDrawNodeBounds | ||
| float | BoundsScale | ||
| FVector3f | BoundsSize | ||
| bool | bOwnedByEditor | ||
| bool | bShouldRenderFacingNormals | ||
| bool | bUseFrustumCulling | ||
| bool | bUseScreenSizeScaling | ||
| TMap< int32, FLinearColor > | ClassificationColors | ||
| ELidarPointCloudColorationMode | ColorSource | ||
| FVector3f | ColorTint | ||
| float | ComponentScale | ||
| FVector4f | Contrast | ||
| FLinearColor | ElevationColorBottom | ||
| FLinearColor | ElevationColorTop | ||
| FVector4f | Gamma | ||
| float | GapFillingStrength | ||
| float | IntensityInfluence | ||
| FVector3f | LocationOffset | ||
| UMaterialInterface * | Material | ||
| int32 | MaxDepth | ||
| int32 | MinDepth | ||
| FVector4f | Offset | ||
| ELidarPointCloudSpriteShape | PointShape | ||
| float | PointSize | ||
| float | PointSizeBias | ||
| FVector4f | Saturation | ||
| ELidarPointCloudScalingMethod | ScalingMethod |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | UpdateFromComponent
(
ULidarPointCloudComponent* Component |