FDerivedDataBackendInterface::GetCachedData

Synchronous retrieve of a cache item

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataBackendInterface.h"

Syntax

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

Remarks

Synchronous retrieve of a cache item

Returns

true if any data was found, and in this case OutData is non-empty

Parameters

Parameter

Description

CacheKey

Alphanumeric+underscore key of this cache item

OutData

Buffer to receive the results, if any were found

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