Navigation
API > API/Runtime > API/Runtime/Core
Pointer atomic implementation - allows arithmetic with PTRINT.
| Name | TAtomicBase_Pointer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include Path | #include "Templates/Atomic.h" |
Syntax
template<typename T>
struct TAtomicBase_Pointer : public TAtomicBase_Arithmetic< T, PTRINT >
Inheritance Hierarchy
- TAtomicBase_Basic → TAtomicBase_Arithmetic → TAtomicBase_Pointer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Templates/Atomic.h | |||
constexpr TAtomicBase_Pointer
(
T Value |
Templates/Atomic.h |