Navigation
API > API/Runtime > API/Runtime/Core
| Name | TTransactionalAtomicRefCount |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
Syntax
template<typename AtomicType>
class TTransactionalAtomicRefCount
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RefCount | std::atomic< AtomicType > | Templates/RefCounting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
AtomicType AddRef() |
Templates/RefCounting.h | ||
AtomicType GetRefCount() |
Templates/RefCounting.h | ||
AtomicType Release() |
Templates/RefCounting.h |