EShaderPermutationFlags

Flags that can specialize shader permutations compiled for specific platforms.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "Shader.h"

Syntax

enum EShaderPermutationFlags
{
    None                 = 0u,
    HasEditorOnlyData    = (1u << 0),
}

Values

Name

Description

None

HasEditorOnlyData

Remarks

Flags that can specialize shader permutations compiled for specific platforms.

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