Navigation
API > API/Runtime > API/Runtime/Core
Not-thread-safe specialization
| Name | TRefCountingMixin< T, ERefCountingMode::NotThreadSafe > |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
Syntax
namespace TRefCountingMixin< T, ERefCountingMode
{
template<typename T>
class TRefCountingMixin< T, ERefCountingMode::NotThreadSafe >
}
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RefCount | uint32 | Templates/RefCounting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReturnedRefCountValue AddRef() |
Templates/RefCounting.h | ||
uint32 GetRefCount() |
Templates/RefCounting.h | ||
uint32 Release() |
Templates/RefCounting.h | ||
| Templates/RefCounting.h | |||
TRefCountingMixin
(
const TRefCountingMixin& |
Templates/RefCounting.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void StaticDestroyMixin
(
const TRefCountingMixin* This |
Templates/RefCounting.h | ||
static void StaticDestroyObject
(
const T* Obj |
Templates/RefCounting.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRefCountingMixin & operator=
(
const TRefCountingMixin& |
Templates/RefCounting.h |