Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataCacheInterface > API/Developer/DerivedDataCache/FDerivedDataCacheInterface/BuildCacheKey
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
| Include | #include "DerivedDataCacheInterface.h" |
static FString BuildCacheKey
&40;
const TCHAR &42; PluginName,
const TCHAR &42; VersionString,
const TCHAR &42; PluginSpecificCacheKeySuffix
&41;
Remarks
Static function to build a cache key out of the plugin name, versions and plugin specific info Assembled cache key
Parameters
| Name | Description |
|---|---|
| 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 |