FDerivedDataCacheInterface::CachedDataProbablyExists

Returns true if the data associated with the key is likely to exist in the cache.

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataCacheInterface.h"

Syntax

bool CachedDataProbablyExists
(
    const TCHAR * CacheKey
)

Remarks

Returns true if the data associated with the key is likely to exist in the cache. Even if this function returns true, a get for this key may still fail!

Parameters

Parameter

Description

CacheKey

Key to see if data probably exists.

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