Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FShaderPermutationParameters
- FGlobalShaderPermutationParameters
- FOpenColorIOShaderPermutationParameters
- FMaterialShaderPermutationParameters
- FMeshMaterialShaderPermutationParameters
- FNiagaraShaderPermutationParameters
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include | #include "Shader.h" |
Syntax
struct FShaderPermutationParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| const EShaderPermutationFlags | Flags | Flags that describe the permutation. | |
| const int32 | PermutationId | Unique permutation identifier of the material shader type. | |
| const EShaderPlatform | Platform | Shader platform to compile to. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FShaderPermutationParameters
(
EShaderPlatform InPlatform, |
Default to include editor-only shaders, to maintain backwards-compatibility. |