Navigation
API > API/Editor > API/Editor/LandscapeEditor
References
| Module | LandscapeEditor |
| Header | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorModule.h |
| Include | #include "LandscapeEditorModule.h" |
Syntax
template<class T>
class ILandscapeFileFormat
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Note: Even though this is an interface class we need a virtual destructor as derived objects are deleted via a pointer to this interface |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Export
(
const TCHAR* Filename, |
||
| void | Export
(
const TCHAR* Filename, |
Export a file (if supported) | |
| const FLandscapeFileTypeInfo & | GetInfo () |
Gets info about this format | |
| FLandscapeImportData< T > | Import
(
const TCHAR* Filename, |
||
| FLandscapeImportData< T > | Import
(
const TCHAR* Filename, |
Import a file | |
| FLandscapeFileInfo | Validate
(
const TCHAR* Filename |
||
| FLandscapeFileInfo | Validate a file for Import Gives the file format the opportunity to reject a file or return warnings as well as return information about the file for the import UI (e.g. resolution and scale) |