FDerivedDataCacheInterface::BuildCacheKey

Static function to build a cache key out of the plugin name, versions and plugin specific info

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h

Include

#include "DerivedDataCacheInterface.h"

Syntax

static 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

Returns

Assembled cache key

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss