Navigation
API > API/Editor > API/Editor/LandscapeEditor > API/Editor/LandscapeEditor/ILandscapeFileFormat > API/Editor/LandscapeEditor/ILandscapeFileFormat/Export
References
| Module | LandscapeEditor |
| Header | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeFileFormatInterface.h |
| Include | #include "LandscapeFileFormatInterface.h" |
virtual void Export
&40;
const TCHAR &42; Filename,
FName LayerName,
TArrayView< const T > Data,
FLandscapeFileResolution DataResolution,
FVector Scale
&41; const
Remarks
Export a file (if supported)
Parameters
| Name | Description |
|---|---|
| Filename | path to the file to export to |
| LayerName | name of layer being exported (in case of Heightmap this will be NAME_None) |
| Data | raw data to export |
| DataResolution | resolution of Data |
| Scale | scale of the landscape data, in centimeters |