Navigation
API > API/Editor > API/Editor/LandscapeEditor
| Name | ELandscapeImportResult |
| Type | enum |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeFileFormatInterface.h |
| Include Path | #include "LandscapeFileFormatInterface.h" |
Syntax
enum ELandscapeImportResult
{
Success = 0,
Warning,
Error,
}
Values
| Name | Remarks |
|---|---|
| Success | |
| Warning | |
| Error |