Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudImportSettings_A-
Description
Scans the given file and searches for Min and Max values within the given columns. Optionally, attempts to find the best color range match for the given MinMax pair
| Name | ReadFileMinMaxColumns |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO_ASCII.h |
| Include Path | #include "IO/LidarPointCloudFileIO_ASCII.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/IO/LidarPointCloudFileIO_ASCII.cpp |
FVector2D ReadFileMinMaxColumns
(
TArray< int32 > ColumnsToScan,
bool bBestMatch
)