Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/FLidarPointCloudFileIOHandler
Description
Performs validation checks and corrections on the provided ImportSettings object using the given Filename. Returns true if the resulting object is valid.
| Name | ValidateImportSettings |
| 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 |
virtual bool ValidateImportSettings
(
TSharedPtr< FLidarPointCloudImportSettings > & ImportSettings,
const FString & Filename
)