GetAsynchronous

Overload list

Windows
MacOS
Linux
Name Description

Public function

uint32

 

GetAsynchronous

(
    FDerivedDataPluginInterface* D...
)

Starts the async process of checking the cache and if the item is present, retrieving the cached results, otherwise telling the deriver to build the data and then updating the cache If the plugin does not support threading, all of the above will be completed before the call returns.

Public function

uint32

 

GetAsynchronous

(
    const TCHAR* CacheKey
)

'GetAsynchronous' without a DebugContext is deprecated. Please provide a DebugContext!

Public function

uint32

 

GetAsynchronous

(
    const TCHAR* CacheKey,
    FStringView DebugContext
)

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

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