Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/IO
References
| Module | LidarPointCloudRuntime |
| Header | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO.h |
| Include | #include "IO/LidarPointCloudFileIO.h" |
Syntax
struct FLidarPointCloudImportResults
Remarks
Stores the results of the import process
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | Bounds | ||
| TArray< uint8 > | ClassificationsImported | Contains the list of imported classification IDs | |
| FVector | OriginalCoordinates | ||
| TArray64< FLidarPointCloudPoint > | Points |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLidarPointCloudImportResults
(
FThreadSafeBool* bInCancelled, |
|||
FLidarPointCloudImportResults
(
FThreadSafeBool* bInCancelled, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddPoint
(
const FVector& Location, |
||
| void | AddPoint
(
const float& X, |
||
| void | AddPoint
(
const float& X, |
||
| void | AddPointsBulk
(
TArray64< FLidarPointCloudPoint >& InPoints |
||
| void | CenterPoints () |
||
| void | IncrementProgressCounter
(
uint64 Increment |
||
| void | InitializeOctree
(
const FBox& InBounds |
||
| bool | IsCancelled () |
||
| void | ProcessBuffer
(
TArray64< FLidarPointCloudPoint >* InPoints |
||
| void | SetMaxProgressCounter
(
uint64 MaxCounter |
||
| void | SetPointCount
(
const uint64& InTotalPointCount |