FDerivedDataBackendInterface::PutCachedData

Asynchronous, fire-and-forget placement of a cache item

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataBackendInterface.h"

Syntax

void PutCachedData
(
    const TCHAR * CacheKey,
    TArray< uint8 > & InData,
    bool bPutEvenIfExists
)

Remarks

Asynchronous, fire-and-forget placement of a cache item

Parameters

Parameter

Description

CacheKey

Alphanumeric+underscore key of this cache item

InData

Buffer containing the data to cache, can be destroyed after the call returns, immediately

bPutEvenIfExists

If true, then do not attempt skip the put even if CachedDataProbablyExists returns true

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