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 AddExchange
&40;
DiffType Value
&41;
Remarks
Adds Value to Element and returns a copy of the previous value of the element. A copy of the previous, unincremented value.
Parameters
Name | Description |
---|---|
Value | The value to add to the element. |