Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FPipelineFileCacheManager
Description
Open the user pipeline file cache for the specified name and platform. The user cache is always created even if the file was not present when opened. Name is the name used when opening the file, the key value for the user cache is held within UserCacheName. returns true if the file was opened.
| Name | OpenUserPipelineFileCache |
| 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 OpenUserPipelineFileCache
(
const FString & Key,
const FString & CacheName,
EShaderPlatform Platform,
FGuid & OutGameFileGuid
)