AddUnboundShaderParameterError

Adds an error to CompilerOutput.Error about a shader parameters that could not be bound.

Unreal Engine C++ API Reference > Developer > ShaderCompilerCommon

References

   
Module ShaderCompilerCommon
Header /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h
Include #include "ShaderCompilerCommon.h"
Source /Engine/Source/Developer/ShaderCompilerCommon/Private/ShaderCompilerCommon.cpp
void AddUnboundShaderParameterError  
(  
    const [FShaderCompilerInput](API\Runtime\RenderCore\FShaderCompilerInput) & CompilerInput,  
    const [FShaderParameterParser](API\Runtime\RenderCore\FShaderParameterParser) & ShaderParameterParser,  
    const [FString](API\Runtime\Core\Containers\FString) & ParameterBindingName,  
    [FShaderCompilerOutput](API\Runtime\RenderCore\FShaderCompilerOutput) & CompilerOutput  
)  

Remarks

Adds an error to CompilerOutput.Error about a shader parameters that could not be bound.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library