EDSTextureUtilsError

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithUtils.h

Include

#include "DatasmithUtils.h"

Syntax

enum EDSTextureUtilsError
{
    NoError              = 0,
    FileNotFound         = -1,
    InvalidFileType      = -2,
    FileReadIssue        = -3,
    InvalidData          = -4,
    FreeImageNotFound    = -5,
    FileNotSaved         = -6,
    ResizeFailed         = -7,
}

Values

Name

Description

NoError

FileNotFound

InvalidFileType

FileReadIssue

InvalidData

FreeImageNotFound

FileNotSaved

ResizeFailed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss