![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ShaderCompilerJobTypes.h>
Public Member Functions | |
| FShaderCompileJobKey (const FShaderType *InType=nullptr, const FVertexFactoryType *InVFType=nullptr, int32 InPermutationId=0) | |
| uint32 | MakeHash (uint32 Id) const |
| RENDERCORE_API FString | ToString () const |
Public Attributes | |
| const FShaderType * | ShaderType |
| const FVertexFactoryType * | VFType |
| int32 | PermutationId |
Friends | |
| bool | operator== (const FShaderCompileJobKey &Lhs, const FShaderCompileJobKey &Rhs) |
| bool | operator!= (const FShaderCompileJobKey &Lhs, const FShaderCompileJobKey &Rhs) |
|
inlineexplicit |
| FString FShaderCompileJobKey::ToString | ( | ) | const |
|
friend |
|
friend |
| int32 FShaderCompileJobKey::PermutationId |
| const FShaderType* FShaderCompileJobKey::ShaderType |
| const FVertexFactoryType* FShaderCompileJobKey::VFType |