UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMetalCompiledShaderKey Struct Reference

#include <MetalCompiledShaderKey.h>

Public Member Functions

 FMetalCompiledShaderKey (uint32 InCodeSize, uint32 InCodeCRC, uint32 InConstants)
 

Public Attributes

uint32 CodeSize
 
uint32 CodeCRC
 
uint32 Constants
 

Friends

bool operator== (const FMetalCompiledShaderKey &A, const FMetalCompiledShaderKey &B)
 
uint32 GetTypeHash (const FMetalCompiledShaderKey &Key)
 

Constructor & Destructor Documentation

◆ FMetalCompiledShaderKey()

FMetalCompiledShaderKey::FMetalCompiledShaderKey ( uint32  InCodeSize,
uint32  InCodeCRC,
uint32  InConstants 
)
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FMetalCompiledShaderKey Key)
friend

◆ operator==

bool operator== ( const FMetalCompiledShaderKey A,
const FMetalCompiledShaderKey B 
)
friend

Member Data Documentation

◆ CodeCRC

uint32 FMetalCompiledShaderKey::CodeCRC

◆ CodeSize

uint32 FMetalCompiledShaderKey::CodeSize

◆ Constants

uint32 FMetalCompiledShaderKey::Constants

The documentation for this struct was generated from the following file: