Navigation
API > API/Runtime > API/Runtime/RenderCore
| Name | FSCWErrorCode |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderCompilerCore.h |
| Include Path | #include "ShaderCompilerCore.h" |
Syntax
struct FSCWErrorCode
Enums
Public
| Name | Remarks |
|---|---|
| ECode |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ECode Get() |
Returns the global SCW error code. | ShaderCompilerCore.h | |
static const FString & GetInfo() |
Returns the global SCW error code information string. Empty string if not set. | ShaderCompilerCore.h | |
static bool IsSet() |
Returns true if the SCW global error code has been set. Equivalent to 'Get() != NotSet'. | ShaderCompilerCore.h | |
| Sets the global SCW error code if it hasn't been set before. | ShaderCompilerCore.h | ||
static void Reset() |
Resets the global SCW error code to NotSet. | ShaderCompilerCore.h |