Navigation
API > API/Editor > API/Editor/LandscapeEditor
| Name | ELandscapeImportExportMode |
| Type | enum |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h |
| Include Path | #include "LandscapeEditorObject.h" |
Syntax
enum ELandscapeImportExportMode
{
LoadedOnly,
All,
}
Values
| Name | Remarks |
|---|---|
| LoadedOnly | Import and export only loaded landscape proxies. |
| All | Import and export the whole world loading & unloading regions as required. |