Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/PipelineFileCache.h |
| Include | #include "PipelineFileCache.h" |
Syntax
struct FPSOUsageData
Remarks
FPipelineFileCacheManager: The RHI-level backend for FShaderPipelineCache, responsible for tracking PSOs and their usage stats as well as dealing with the pipeline cache files. It is not expected that games or end-users invoke this directly, they should be calling FShaderPipelineCache which exposes this functionality in a usable form.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | EngineFlags | ||
| uint32 | PSOHash | ||
| uint64 | UsageMask |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPSOUsageData
(
uint32 InPSOHash, |