Navigation
API > API/Runtime > API/Runtime/Core
A virtual interface for ref counted objects to implement.
| Name | IRefCountedObject |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
Syntax
class IRefCountedObject
Derived Classes
IRefCountedObject derived class hierarchy
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRefCountedObject() |
Templates/RefCounting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddRef() |
Templates/RefCounting.h | ||
FReturnedRefCountValue GetRefCount() |
Templates/RefCounting.h | ||
FReturnedRefCountValue Release() |
Templates/RefCounting.h |