Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TAtomicBase_Integral
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
Include | #include "Templates/Atomic.h" |
T AndExchange
&40;
const T Value
&41;
Remarks
Performs Element &= Value, returning a copy of the previous value of the element. A copy of the previous value.
Parameters
Name | Description |
---|---|
Value | The value to and the element with. |