GetSynchronous

Overload list

Windows
MacOS
Linux
Name Description

Public function

bool

 

GetSynchronous

(
    const TCHAR* CacheKey,
    TArray< uint8 >& OutData
)

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

Public function

bool

 

GetSynchronous

(
    FDerivedDataPluginInterface* D...,
    TArray< uint8 >& OutData,
    bool* bDataWasBuilt
)

Synchronously checks the cache and if the item is present, it returns the cached results, otherwise tells the deriver to build the data and then updates the cache

Public function

bool

 

GetSynchronous

(
    const TCHAR* CacheKey,
    TArray< uint8 >& OutData,
    FStringView DebugContext
)

Synchronously checks the cache and if the item is present, it returns the cached results, otherwise it returns false.

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