ILandscapeHeightmapFileFormat::Import

Import a file

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

/Engine/Source/Editor/LandscapeEditor/Public/LandscapeFileFormatInterface.h

Include

#include "LandscapeFileFormatInterface.h"

Syntax

FLandscapeHeightmapImportData Import
(
    const TCHAR * HeightmapFilename,
    FLandscapeFileResolution ExpectedResolution
) const

Remarks

Import a file

Returns

imported data and (optional) error message

Parameters

Parameter

Description

HeightmapFilename

path to the file to import

ExpectedResolution

resolution selected in the import UI (mostly for the benefit of .raw)

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