Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataCacheInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString BuildCacheKey
(
const TCHAR* PluginName, |
Static function to build a cache key out of the plugin name, versions and plugin specific info | DerivedDataCacheInterface.h | |
static FString BuildCacheKey
(
FStringView PluginName, |
DerivedDataCacheInterface.h |
BuildCacheKey(const TCHAR , const TCHAR , const TCHAR *)
Description
Static function to build a cache key out of the plugin name, versions and plugin specific info
| Name | BuildCacheKey |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
| Include Path | #include "DerivedDataCacheInterface.h" |
static FString BuildCacheKey
(
const TCHAR * PluginName,
const TCHAR * VersionString,
const TCHAR * PluginSpecificCacheKeySuffix
)
Assembled cache key
Parameters
| Name | Remarks |
|---|---|
| PluginName | Name of the derived data type |
| VersionString | Version string of the derived data |
| PluginSpecificCacheKeySuffix | GUIDS and / or Hashes, etc to uniquely identify the specific cache entry |
BuildCacheKey(FStringView, FStringView, FStringView)
| Name | BuildCacheKey |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
| Include Path | #include "DerivedDataCacheInterface.h" |
static FString BuildCacheKey
(
FStringView PluginName,
FStringView VersionString,
FStringView PluginSpecificCacheKeySuffix
)