FDerivedDataCacheInterface::Put

Puts data into the cache. This is fire-and-forget and typically asynchronous.

Windows
MacOS
Linux

Deprecated

  • 'Put' 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

void Put
(
    const TCHAR * CacheKey,
    TArray< uint8 > & Data,
    bool bPutEvenIfExists
)

Remarks

Puts data into the cache. This is fire-and-forget and typically asynchronous.

Parameters

Parameter

Description

CacheKey

Key to identify the data

Data

Data to put in the cache under this key

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