Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TAtomic
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Sets the element to a specific value, returning a copy of the value. |
Templates/Atomic.h |
|
|
|
Templates/Atomic.h |
|
|
|
Templates/Atomic.h |
|
operator=(T)
Description
Sets the element to a specific value, returning a copy of the value.
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include Path |
#include "Templates/Atomic.h" |
T operator=
(
T Value
)
A copy of Value.
Parameters
| Name |
Remarks |
| Value |
The value to set the element to. |
operator=(TAtomic &&)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include Path |
#include "Templates/Atomic.h" |
TAtomic & operator=
(
TAtomic &&
)
operator=(const TAtomic &)
| |
|
| Name |
operator= |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include Path |
#include "Templates/Atomic.h" |
TAtomic & operator=
(
const TAtomic &
)