FShaderCompilerError::HasLineMarker

Returns true if this error message has a marker string for the highlighted source line where the error occurred.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/ShaderCore.h

Include

#include "ShaderCore.h"

Syntax

bool HasLineMarker() const

Remarks

Returns true if this error message has a marker string for the highlighted source line where the error occurred. Example: /Engine/Private/MySourceFile.usf(120): error: undeclared identifier 'a' float b = a; ^

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss