Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataCacheInterface
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
Include | #include "DerivedDataCacheInterface.h" |
void AddToAsyncCompletionCounter
(
int32 Addend
)
Remarks
Adds or subtracts a number from the thread safe counter which tracks outstanding async requests. This is used to ensure everything is complete prior to shutdown.