Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FThreadSafeCounter64
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/ThreadSafeCounter64.h |
| Include | #include "HAL/ThreadSafeCounter64.h" |
int64 Add
&40;
int64 Amount
&41;
Remarks
Adds an amount and returns the old value. the old value
Parameters
| Name | Description |
|---|---|
| Amount | Amount to increase the counter by |