FDerivedDataCacheInterface::AddToAsyncCompletionCounter

Adds or subtracts a number from the thread safe counter which tracks outstanding async requests.

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library