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