FDerivedDataCacheInterface::GetAsynchronousResults

Retrieves the results from an async lookup / build.

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataCacheInterface.h"

Syntax

bool GetAsynchronousResults
(
    uint32 Handle,
    TArray< uint8 > & OutData,
    bool * bDataWasBuilt
)

Remarks

Retrieves the results from an async lookup / build. MUST only be called after the results are known to be ready by one of the aforementioned calls.

Returns

true if the data was retrieved from the cache or the deriver built the data successfully. false can only occur if the plugin returns false.

Parameters

Parameter

Description

Handle

Handle returned from GetAsynchronous.

OutData

Array to receive the output results.

bDataWasBuilt

if non-null, set to true if the data returned had to be built instead of retrieved from the DDC. Used for stat tracking.

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