ILandscapeHeightmapFileFormat::Export

Export a file (if supported)

Windows
MacOS
Linux

References

Module

LandscapeEditor

Header

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

Include

#include "LandscapeFileFormatInterface.h"

Syntax

virtual void Export
(
    const TCHAR * HeightmapFilename,
    TArrayView< const uint16 > Data,
    FLandscapeFileResolution DataResolution,
    FVector Scale
) const

Remarks

Export a file (if supported)

Parameters

Parameter

Description

HeightmapFilename

path to the file to export to

Data

raw data to export

DataResolution

resolution of Data

Scale

scale of the landscape data, in centimeters

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