Navigation
API > API/Runtime > API/Runtime/RuntimeAssetCache > API/Runtime/RuntimeAssetCache/FRuntimeAssetCacheInterface
Description
Adds a number from the thread safe counter which tracks outstanding async requests. This is used to ensure everything is complete prior to shutdown.
| Name | AddToAsyncCompletionCounter |
| Type | function |
| Header File | /Engine/Source/Runtime/RuntimeAssetCache/Public/RuntimeAssetCacheInterface.h |
| Include Path | #include "RuntimeAssetCacheInterface.h" |
void AddToAsyncCompletionCounter
(
int32 Addend
)
Parameters
| Name | Remarks |
|---|---|
| Value | to add to counter. Can be negative. |