Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TAtomicBase_Basic
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
Include | #include "Templates/Atomic.h" |
T Exchange
&40;
T Value
&41;
Remarks
Sets the element to a specific value, returning a copy of the previous value. A copy of the previous value.
Parameters
Name | Description |
---|---|
Value | The value to set the element to. |