Navigation
API > API/Plugins > API/Plugins/ShaderAuditCore > API/Plugins/ShaderAuditCore/FShaderAuditSession
Description
Look up per-shader bytecode metadata by OutputHash. Returns false if no bytecode database is loaded or the hash is unknown.
| Name | GetShaderBytecodeInfo |
| Type | function |
| Header File | /Engine/Plugins/Developer/ShaderToolkit/Source/ShaderAuditCore/Public/ShaderAuditSession.h |
| Include Path | #include "ShaderAuditSession.h" |
| Source | /Engine/Plugins/Developer/ShaderToolkit/Source/ShaderAuditCore/Private/ShaderAuditSession.cpp |
bool GetShaderBytecodeInfo
(
const FShaderHash & Hash,
uint8 & OutFrequency,
uint32 & OutCompressedSize,
uint32 & OutUncompressedSize
) const