FShaderPermutationParameters

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RenderCore

Header

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

Include

#include "Shader.h"

Syntax

struct FShaderPermutationParameters

Variables

Name Description

Public variable

const EShaderPe...

 

Flags

Flags that describe the permutation.

Public variable

const int32

 

PermutationId

Unique permutation identifier of the material shader type.

Public variable

const EShaderPl...

 

Platform

Shader platform to compile to.

Constructors

Name Description

Public function

FShaderPermutationParameters

(
    EShaderPlatform InPlatform,
    int32 InPermutationId,
    EShaderPermutationFlags InFlags
)

Default to include editor-only shaders, to maintain backwards-compatibility.

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