![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RefCounting.h>
Inheritance diagram for FRefCountedObject:Public Member Functions | |
| FRefCountedObject () | |
| virtual | ~FRefCountedObject () |
| FRefCountedObject (const FRefCountedObject &Rhs)=delete | |
| FRefCountedObject & | operator= (const FRefCountedObject &Rhs)=delete |
| FReturnedRefCountValue | AddRef () const |
| uint32 | Release () const |
| uint32 | GetRefCount () const |
The base class of reference counted objects.
This class should not be used for new code as it does not use atomic operations to update the reference count.
|
inline |
|
inlinevirtual |
|
delete |
|
inline |
|
inline |
|
delete |
|
inline |