Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
| Name | FLidarPointCloudPoint |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudShared.h |
| Include Path | #include "LidarPointCloudShared.h" |
Syntax
USTRUCT (BlueprintType )
struct FLidarPointCloudPoint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLidarPointCloudPoint
(
const FVector3f& Location, |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint
(
const FVector3f& Location, |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint
(
const FVector3f& Location, |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint
(
const FVector3f& Location, |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint
(
const FVector3f& Location, |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint
(
const float& X, |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint
(
const float& X, |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint
(
const float& X, |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint
(
const FLidarPointCloudPoint& Other |
Questionable behavior here - the copy constructor only copies part of the state but the assignment operator copies it all. | LidarPointCloudShared.h | |
FLidarPointCloudPoint
(
const FVector3f& Location |
LidarPointCloudShared.h | ||
| LidarPointCloudShared.h | |||
FLidarPointCloudPoint
(
const FLidarPointCloudPoint_Legacy& Other |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint
(
const float& X, |
LidarPointCloudShared.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSelected | uint8 | LidarPointCloudShared.h | ||
| bVisible | uint8 | LidarPointCloudShared.h |
|
|
| ClassificationID | uint8 | Valid range is 0 - 31. | LidarPointCloudShared.h | |
| Color | FColor | LidarPointCloudShared.h |
|
|
| Location | FVector3f | LidarPointCloudShared.h |
|
|
| Normal | FLidarPointCloudNormal | LidarPointCloudShared.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bMarkedForDeletion | uint8 | LidarPointCloudShared.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFrom
(
const FLidarPointCloudPoint& Other |
LidarPointCloudShared.h | ||
FLidarPointCloudPoint Transform
(
const FTransform3f& Transform |
LidarPointCloudShared.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLidarPointCloudPoint & operator=
(
const FLidarPointCloudPoint& |
LidarPointCloudShared.h | ||
bool operator==
(
const FLidarPointCloudPoint& P |
LidarPointCloudShared.h |