FDerivedDataBackendInterface::CachedDataProbablyExists

Synchronous test for the existence of a cache item

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataBackendInterface.h"

Syntax

bool CachedDataProbablyExists
(
    const TCHAR * CacheKey
)

Remarks

Synchronous test for the existence of a cache item

Returns

true if the data probably will be found, this can't be guaranteed because of concurrency in the backends, corruption, etc

Parameters

Parameter

Description

CacheKey

Alphanumeric+underscore key of this cache item

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