Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TAtomicBase_Arithmetic
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include | #include "Templates/Atomic.h" |
T SubExchange
(
DiffType Value
)
Remarks
Subtracts Value from Element and returns a copy of the previous value of the element. A copy of the previous, undecremented value.
Parameters
| Name | Description |
|---|---|
| Value | The value to subtract from the element. |