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 FLidarPointCloudNormal
Remarks
3D vector represented using only a single byte per component
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | X | ||
| uint8 | Y | ||
| uint8 | Z |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLidarPointCloudNormal
(
const FVector3f& Normal |
|||
FLidarPointCloudNormal
(
const FPlane& Normal |
|||
FLidarPointCloudNormal
(
const float& X, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
||
| void | Reset () |
||
| void | SetFromFloats
(
const float& InX, |
||
| void | SetFromVector
(
const FVector3f& Normal |
||
| FVector3f | ToVector () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FLidarPointCloudNormal& Other |