Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThreadSafeCounter
Description
Decrement and return new value.
| Name | Decrement |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/ThreadSafeCounter.h |
| Include Path | #include "HAL/ThreadSafeCounter.h" |
int32 Decrement()
the new, decremented value
See Also
-
Increment
-
Reset
-
Set
-
Subtract