Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudImportResults
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPoint
(
const FVector& Location, |
IO/LidarPointCloudFileIO.h | ||
void AddPoint
(
const float& X, |
IO/LidarPointCloudFileIO.h | ||
void AddPoint
(
const float& X, |
IO/LidarPointCloudFileIO.h |
AddPoint(const FVector &, const float &, const float &, const float &, const float &)
| Name | AddPoint |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO.h |
| Include Path | #include "IO/LidarPointCloudFileIO.h" |
void AddPoint
(
const FVector & Location,
const float & R,
const float & G,
const float & B,
const float & A
)
AddPoint(const float &, const float &, const float &, const float &, const float &, const float &, const float &)
| Name | AddPoint |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO.h |
| Include Path | #include "IO/LidarPointCloudFileIO.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/IO/LidarPointCloudFileIO.cpp |
void AddPoint
(
const float & X,
const float & Y,
const float & Z,
const float & R,
const float & G,
const float & B,
const float & A
)
AddPoint(const float &, const float &, const float &, const float &, const float &, const float &, const float &, const float &, const float &, const float &)
| Name | AddPoint |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO.h |
| Include Path | #include "IO/LidarPointCloudFileIO.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/IO/LidarPointCloudFileIO.cpp |
void AddPoint
(
const float & X,
const float & Y,
const float & Z,
const float & R,
const float & G,
const float & B,
const float & A,
const float & NX,
const float & NY,
const float & NZ
)