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