Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RenderCore/Public/ShaderCompilerCore.h |
Include |
#include "ShaderCompilerCore.h" |
struct FShaderCompilerError
A shader compiler error or warning.
Name | Description | |
---|---|---|
|
FShaderCompilerError ( |
|
|
FShaderCompilerError ( |
|
|
FShaderCompilerError |
|
|
FShaderCompilerError |
Name | Description | ||
---|---|---|---|
|
ExtractSourceLocation() |
Extracts the file path and source line from StrippedErrorMessage to ErrorVirtualFilePath and ErrorLineString. |
|
|
GetErrorString ( |
Returns the error message with source file and source line (if present). |
|
|
GetErrorStringWithLineMarker() |
Returns the error message with source file and source line (if present), as well as a line marker separated with a LINE_TERMINATOR. |
|
|
GetErrorStringWithSourceLocation() |
Returns the error message with source file and source line (if present), as well as a line marker separated with a LINE_TERMINATOR. |
|
|
GetShaderSourceFilePath() |
Returns the path of the underlying source file relative to the process base dir. |
|
|
HasLineMarker() |
Returns true if this error message has a marker string for the highlighted source line where the error occurred. |