FDerivedDataBackendInterface::TryToPrefetch

Synchronous attempt to make sure the cached data will be available as optimally as possible.

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataBackendInterface.h"

Syntax

bool TryToPrefetch
(
    const TCHAR * CacheKey
)

Remarks

Synchronous attempt to make sure the cached data will be available as optimally as possible. This is left up to the implementation to implement or just skip.

Returns

true if any steps were performed to optimize future retrieval

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