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
USTRUCT&40;BlueprintType&41;
struct FLidarPointCloudPoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8: 1 | bSelected | ||
| uint8: 1 | bVisible | ||
| uint8: 5 | ClassificationID | Valid range is 0 - 31. | |
| FColor | Color | ||
| FVector3f | Location | ||
| FLidarPointCloudNormal | Normal |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLidarPointCloudPoint
(
const FVector3f& Location, |
|||
FLidarPointCloudPoint
(
const FVector3f& Location, |
|||
FLidarPointCloudPoint
(
const float& X, |
|||
FLidarPointCloudPoint
(
const float& X, |
|||
FLidarPointCloudPoint
(
const FVector3f& Location |
|||
FLidarPointCloudPoint
(
const FLidarPointCloudPoint& Other |
Questionable behavior here - the copy constructor only copies part of the state but the assignment operator copies it all. | ||
FLidarPointCloudPoint
(
const FLidarPointCloudPoint_Legacy& Other |
|||
FLidarPointCloudPoint
(
const float& X, |
|||
FLidarPointCloudPoint
(
const float& X, |
|||
FLidarPointCloudPoint
(
const FVector3f& Location, |
|||
FLidarPointCloudPoint
(
const FVector3f& Location, |
|||
FLidarPointCloudPoint
(
const FVector3f& Location, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CopyFrom
(
const FLidarPointCloudPoint& Other |
||
| FLidarPointCloudPoint | Transform
(
const FTransform3f& Transform |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FLidarPointCloudPoint & | operator=
(
const FLidarPointCloudPoint& |
||
| bool | operator==
(
const FLidarPointCloudPoint& P |