FLidarPointCloudFileIOHandler::ValidateImportSettings

Performs validation checks and corrections on the provided ImportSettings object using the given Filename.

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO.h

Include

#include "IO/LidarPointCloudFileIO.h"

Source

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/IO/LidarPointCloudFileIO.cpp

Syntax

virtual bool ValidateImportSettings
(
    TSharedPtr< FLidarPointCloudImportSettings > & ImportSettings,
    const FString & Filename
)

Remarks

Performs validation checks and corrections on the provided ImportSettings object using the given Filename. Returns true if the resulting object is valid.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss