Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataCacheInterface > BuildCacheKey
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
Include | #include "DerivedDataCacheInterface.h" |
static [FString](API\Runtime\Core\Containers\FString) BuildCacheKey ( const TCHAR * PluginName, const TCHAR * VersionString, const TCHAR * PluginSpecificCacheKeySuffix )
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 |