Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FThreadSafeCounter
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/ThreadSafeCounter.h |
| Include | #include "HAL/ThreadSafeCounter.h" |
int32 Add
(
int32 Amount
)
Remarks
Adds an amount and returns the old value. the old value
Parameters
| Name | Description |
|---|---|
| Amount | Amount to increase the counter by |