Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > TAtomic > operator=
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
Include | #include "Templates/Atomic.h" |
T operator&61;
&40;
T Value
&41;
Remarks
Sets the element to a specific value, returning a copy of the value. A copy of Value.
Parameters
Name | Description |
---|---|
Value | The value to set the element to. |