Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
- IRefCountedObject
- FRenderAssetUpdate
- TRenderAssetUpdate
- ICustomVisibilityQuery
- IExecutionResource
- FQueuedThreadPoolWrapper::FScheduledWork
- ITemporalUpscaler::IHistory
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
Include | #include "Templates/RefCounting.h" |
Syntax
class IRefCountedObject
Remarks
A virtual interface for ref counted objects to implement.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | AddRef () |
|
![]() ![]() |
uint32 | GetRefCount () |
|
![]() ![]() |
uint32 | Release () |