FShader::ValidateCompiledResult

Can be overridden by [FShader](API\Runtime\RenderCore\FShader) subclasses to determine whether compilation is valid.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "Shader.h"

Syntax

static bool ValidateCompiledResult
(
    EShaderPlatform InPlatform,
    const FShaderParameterMap & InParameterMap,
    TArray< FString > & OutError
)

Remarks

Can be overridden by FShader subclasses to determine whether compilation is valid.

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