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