Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FSCWErrorCode
Description
Sets the global SCW error code if it hasn't been set before. Call Reset first before setting a new value. Returns true on success, otherwise the error code has already been set.
| Name | Report |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderCompilerCore.h |
| Include Path | #include "ShaderCompilerCore.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/ShaderCore.cpp |
static void Report
(
ECode Code,
const FStringView & Info
)