ESCWErrorCode

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/ShaderCompilerCore.h

Include

#include "ShaderCompilerCore.h"

Syntax

enum ESCWErrorCode
{
    NotSet                          = -1,
    Success,
    GeneralCrash,
    BadShaderFormatVersion,
    BadInputVersion,
    BadSingleJobHeader,
    BadPipelineJobHeader,
    CantDeleteInputFile,
    CantSaveOutputFile,
    NoTargetShaderFormatsFound,
    CantCompileForSpecificFormat,
    CrashInsidePlatformCompiler,
}

Values

Name

Description

NotSet

Success

GeneralCrash

BadShaderFormatVersion

BadInputVersion

BadSingleJobHeader

BadPipelineJobHeader

CantDeleteInputFile

CantSaveOutputFile

NoTargetShaderFormatsFound

CantCompileForSpecificFormat

CrashInsidePlatformCompiler

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