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 Set
&40;
int32 Value
&41;
Remarks
Sets the counter to a specific value and returns the old value. The old value
Parameters
| Name | Description |
|---|---|
| Value | Value to set the counter to |