FShader::ShouldCompilePermutation

Can be overridden by [FShader](API\Runtime\RenderCore\FShader) subclasses to determine whether a specific permutation should be compiled.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "Shader.h"

Syntax

static bool ShouldCompilePermutation
(
    const FShaderPermutationParameters &
)

Remarks

Can be overridden by FShader subclasses to determine whether a specific permutation should be compiled.

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