FShaderPermutationParameters

Choose your operating system:

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.