![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Shader.h>
Public Member Functions | |
| TShaderTypePermutation (MetaShaderType *InType, int32 InPermutationId) | |
| bool | operator== (const TShaderTypePermutation &Other) const |
| bool | operator!= (const TShaderTypePermutation &Other) const |
Public Attributes | |
| MetaShaderType *const | Type |
| const int32 | PermutationId |
Friends | |
| uint32 | GetTypeHash (const TShaderTypePermutation &Var) |
Define a shader permutation uniquely according to its type, and permutation id.
|
inline |
|
inline |
|
inline |
|
friend |
| const int32 TShaderTypePermutation< MetaShaderType >::PermutationId |
| MetaShaderType* const TShaderTypePermutation< MetaShaderType >::Type |