FDerivedDataCacheInterface::AddToAsyncCompletionCounter

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

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataCacheInterface.h"

Syntax

void AddToAsyncCompletionCounter
(
    int32 Addend
)

Remarks

Adds or subtracts a number from the thread safe counter which tracks outstand async requests. This is used to ensure everything is complete prior to shutdown.

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