FDerivedDataCacheInterface::GetAsynchronous

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

Windows
MacOS
Linux

Deprecated

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

uint32 GetAsynchronous
(
    const TCHAR * CacheKey
)

Remarks

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

Returns

a handle that can be used for PollAsynchronousCompletion, WaitAsynchronousCompletion and GetAsynchronousResults

Parameters

Parameter

Description

CacheKey

Key to identify the data

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