Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderCompilerError
Description
Extracts the file path and source line for each error from the error message. Propagates highlighted line and marker to all errors pertaining to the same source location.
| Name | ExtractSourceLocations |
| 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 ExtractSourceLocations
(
TArray < FShaderCompilerError > & InOutErrors
)