ILandscapeWeightmapFileFormat::Import

Import a file

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

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

Include

#include "LandscapeFileFormatInterface.h"

Syntax

FLandscapeWeightmapImportData Import
(
    const TCHAR * WeightmapFilename,
    FName LayerName,
    FLandscapeFileResolution ExpectedResolution
) const

Remarks

Import a file

Returns

imported data and (optional) error message

Parameters

Parameter

Description

HeightmapFilename

path to the file to import

LayerName

name of layer that is being imported

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