FDerivedDataCacheInterface::GetAsynchronous

Starts the async process of checking the cache and if the item is present, retrieving the cached results.

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataCacheInterface.h"

Syntax

uint32 GetAsynchronous
(
    const TCHAR * CacheKey,
    FStringView DebugContext
)

Remarks

Starts the async process of checking the cache and if the item is present, retrieving the cached results.

Prefer to use a FDerivedDataPluginInterface instead of generating the key directly.

Returns

A handle that can be used for PollAsynchronousCompletion, WaitAsynchronousCompletion, and GetAsynchronousResults.

Parameters

Parameter

Description

CacheKey

Key to identify the data.

DebugContext

A string used to describe the data being generated. Typically the path to the object that it is generated from is sufficient.

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