Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FThreadSafeCounter64
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/ThreadSafeCounter64.h |
Include | #include "HAL/ThreadSafeCounter64.h" |
int64 Subtract
(
int64 Amount
)
Remarks
Subtracts an amount and returns the old value. the old value
Parameters
Name | Description |
---|---|
Amount | Amount to decrease the counter by |