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 operator&45;&61;
&40;
DiffType Value
&41;
Remarks
Performs Element -= Value, returning a copy of the new value of the element. A copy of the new, decremented value.
Parameters
Name | Description |
---|---|
Value | The value to subtract from the element. |