Navigation
API > API/Editor > API/Editor/LandscapeEditor
| Name | ELandscapeImportLayerError |
| Type | enum |
| Header File | /Engine/Source/Editor/LandscapeEditor/Public/LandscapeEditorObject.h |
| Include Path | #include "LandscapeEditorObject.h" |
Syntax
enum ELandscapeImportLayerError
{
None,
MissingLayerInfo,
FileNotFound,
FileSizeMismatch,
CorruptFile,
ColorPng,
}
Values
| Name | Remarks |
|---|---|
| None | |
| MissingLayerInfo | |
| FileNotFound | |
| FileSizeMismatch | |
| CorruptFile | |
| ColorPng |