FDerivedDataCacheInterface::GetSynchronous

Synchronously checks the cache and if the item is present, it returns the cached results, otherwise it returns false

Windows
MacOS
Linux

Deprecated

  • 'GetSynchronous' without a DebugContext is deprecated. Please provide a DebugContext!

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataCacheInterface.h"

Syntax

bool GetSynchronous
(
    const TCHAR * CacheKey,
    TArray< uint8 > & OutData
)

Remarks

Synchronously checks the cache and if the item is present, it returns the cached results, otherwise it returns false

Returns

true if the data was retrieved from the cache

Parameters

Parameter

Description

CacheKey

Key to identify the data

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