Navigation
API > API/Plugins > API/Plugins/MeshPartitionEditor > API/Plugins/MeshPartitionEditor/FHeightmapImporter
Description
Execute the import operation. If an FPackageSourceControlHelper is provided, newly created packages will also be added to source control. Returns true if the operation succeeded, false otherwise. Note: On failure, a diagnostic error message can be retrieved with `GetErrorText_.
| Name | Import |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Public/MeshPartitionHeightmapImporter.h |
| Include Path | #include "MeshPartitionHeightmapImporter.h" |
| Source | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartitionEditor/Private/MeshPartitionHeightmapImporter.cpp |
bool Import
(
FPackageSourceControlHelper * InSourceControlHelper
)