Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TReferenceControllerWithDeleter |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path |
#include "Templates/SharedPointerInternals.h" |
Syntax
template<typename ObjectType, typename DeleterType, ESPMode Mode>
class TReferenceControllerWithDeleter :
private SharedPointerInternals::TDeleterHolder< DeleterType > ,
public SharedPointerInternals::TReferenceControllerBase< Mode >
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Non-copyable. |
Templates/SharedPointerInternals.h |
|
|
|
Templates/SharedPointerInternals.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Object |
ObjectType * |
The object associated with this reference counter. |
Templates/SharedPointerInternals.h |
|
Functions
Public
Overridden from TReferenceControllerBase
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void DestroyObject()
|
Destroys the object associated with this reference counter. |
Templates/SharedPointerInternals.h |
|
Operators