Navigation
API > API/Runtime > API/Runtime/DatasmithCore
| |
|
| Name |
EDSTextureUtilsError |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithUtils.h |
| Include Path |
#include "DatasmithUtils.h" |
Syntax
enum EDSTextureUtilsError
{
NoError = 0,
FileNotFound = -1,
InvalidFileType = -2,
FileReadIssue = -3,
InvalidData = -4,
FreeImageNotFound = -5,
FileNotSaved = -6,
ResizeFailed = -7,
}
Values
| Name |
Remarks |
| NoError |
|
| FileNotFound |
|
| InvalidFileType |
|
| FileReadIssue |
|
| InvalidData |
|
| FreeImageNotFound |
|
| FileNotSaved |
|
| ResizeFailed |
|