Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TAtomic
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAtomic () |
Default initializes the element type. | Templates/Atomic.h | |
constexpr TAtomic
(
T Arg |
Initializes the element type with the given argument types.This constructor is not atomic. | Templates/Atomic.h | |
| Non-copyable and non-movable. | Templates/Atomic.h | ||
| Templates/Atomic.h |
TAtomic()
Description
Default initializes the element type. NOTE: This will leave the value uninitialized if it has no constructor.
| Name | TAtomic |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include Path | #include "Templates/Atomic.h" |
TAtomic()
TAtomic(T)
Description
Initializes the element type with the given argument types.
This constructor is not atomic.
| Name | TAtomic |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include Path | #include "Templates/Atomic.h" |
constexpr TAtomic
(
T Arg
)
Parameters
| Name | Remarks |
|---|---|
| Arg | The value to initialize the element counter to |
TAtomic(TAtomic &&)
Description
Non-copyable and non-movable.
| Name | TAtomic |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include Path | #include "Templates/Atomic.h" |
TAtomic
(
TAtomic &&
)
TAtomic(const TAtomic &)
| Name | TAtomic |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include Path | #include "Templates/Atomic.h" |
TAtomic
(
const TAtomic &
)