Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
- FRefCountedObject
- FBatchedElementParameters
- FIESLightProfileBatchedElementParameters
- FMeshPaintBatchedElementParameters
- FMeshPaintDilateBatchedElementParameters
- FMipLevelBatchedElementParameters
- FDllHandle
- FGeometryCollectionResults
- FGPUProfilerEventNodeStats
- FGPUProfilerEventNode
- FGPUSortManager
- FMemoryImageSection
- FNiagaraGPURendererCount
- FStaticLightingMapping
- FStaticLightingTextureMapping
- FBSPSurfaceStaticLighting
- FStaticLightingGlobalVolumeMapping
- FStaticMeshStaticLightingTextureMapping
- FStaticLightingTextureMapping_InstancedStaticMesh
- FStaticLightingMesh
- FBSPSurfaceStaticLighting
- FStaticMeshStaticLightingMesh
- FStaticLightingMesh_InstancedStaticMesh
- HHitProxy
- HActor
- HTranslucentActor
- HBaseTrailProxy
- HMotionTrailProxy
- HBoneHitProxy
- HBSPBrushVert
- HIKRetargetEditorBoneProxy
- HIKRetargetEditorChainProxy
- HIKRetargetEditorRootProxy
- HIKRigEditorBoneProxy
- HIKRigEditorGoalProxy
- HInstancedStaticMeshInstance
- HModel
- HObject
- HSelectionCriterionHitProxy
- HStaticMeshVert
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include | #include "Templates/RefCounting.h" |
Syntax
class FRefCountedObject
Remarks
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.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRefCountedObject
(
const FRefCountedObject& Rhs |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRefCountedObject & | operator=
(
const FRefCountedObject& Rhs |