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