Navigation
API > API/Runtime > API/Runtime/Core
Base class implementing thread-safe reference counting.
| Name | FRefCountBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
Syntax
class FRefCountBase : private UE::Private::TTransactionalAtomicRefCount< uint32 >
Inheritance Hierarchy
- TTransactionalAtomicRefCount → FRefCountBase
Derived Classes
FRefCountBase derived class hierarchy
- IMPCollector
- FRefCountedErrorDetails
- FFile
- FHairStrandsInstance
- FPakFile
- FPendingShaderMapCompileResults
- FRDGPooledBuffer
- FRDGPooledTexture
- FSection
- FSharedShaderCompilerEnvironment
- FSkeletalMeshLODRenderData
- FStaticMeshLODResources
- ICookArtifact
- IDeterminismHelper
- IPathTracingSpatialTemporalDenoiser::IHistory
- UCookOnTheFlyServer::FPollable
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Templates/RefCounting.h | |||
FRefCountBase
(
const FRefCountBase& Rhs |
Templates/RefCounting.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FRefCountBase() |
Templates/RefCounting.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | UE::Private::TTransactionalAtomicRefCount< 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 |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DeleteThis
(
const Super* This |
Templates/RefCounting.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRefCountBase & operator=
(
const FRefCountBase& Rhs |
Templates/RefCounting.h |