Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TReferenceControllerWithDeleter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Non-copyable. | Templates/SharedPointerInternals.h | ||
TReferenceControllerWithDeleter
(
ObjectType* InObject, |
Templates/SharedPointerInternals.h |
TReferenceControllerWithDeleter(const TReferenceControllerWithDeleter &)
Description
Non-copyable.
| Name | TReferenceControllerWithDeleter |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
TReferenceControllerWithDeleter
(
const TReferenceControllerWithDeleter &
)
TReferenceControllerWithDeleter(ObjectType *, DeleterType &&)
| Name | TReferenceControllerWithDeleter |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
TReferenceControllerWithDeleter
(
ObjectType * InObject,
DeleterType && Deleter
)