TShaderTypePermutation

Define a shader permutation uniquely according to its type, and permutation id.

Windows
MacOS
Linux

References

Module

RenderCore

Header

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

Include

#include "Shader.h"

Syntax

template<typename MetaShaderType>
struct TShaderTypePermutation

Remarks

Define a shader permutation uniquely according to its type, and permutation id.

Variables

Name Description

Public variable

const int32

 

PermutationId

Public variable

MetaShaderType ...

 

Type

Constructors

Name Description

Public function

TShaderTypePermutation

(
    MetaShaderType* InType,
    int32 InPermutationId
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const TShaderTypePermutation& Othe...
)

Public function Const

bool

 

operator==

(
    const TShaderTypePermutation& Othe...
)

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