FDerivedDataBackendInterface::WouldCache

Allows the DDC backend to determine if it wants to cache the provided data.

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataBackendInterface.h"

Syntax

bool WouldCache
(
    const TCHAR * CacheKey,
    TArrayView< const uint8 > InData
)

Remarks

Allows the DDC backend to determine if it wants to cache the provided data. Reasons for returning false could be a slow connection, a file size limit, etc.

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