Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FPipelineFileCacheManager
Description
Open the pipeline file cache for the specfied name and platform. If successful, the GUID of the game file will be returned in OutGameFileGuid
| Name | OpenPipelineFileCache |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/PipelineFileCache.h |
| Include Path | #include "PipelineFileCache.h" |
| Source | /Engine/Source/Runtime/RHI/Private/PipelineFileCache.cpp |
static bool OpenPipelineFileCache
(
const FString & Key,
const FString & CacheName,
EShaderPlatform Platform,
FGuid & OutGameFileGuid
)