Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRawPtrProxyWithDeleter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRawPtrProxyWithDeleter
(
ObjectType* InObject, |
Construct implicitly from an object and a custom deleter | Templates/SharedPointerInternals.h | |
TRawPtrProxyWithDeleter
(
ObjectType* InObject, |
Construct implicitly from an object and a custom deleter | Templates/SharedPointerInternals.h |
TRawPtrProxyWithDeleter(ObjectType *, const DeleterType &)
Description
Construct implicitly from an object and a custom deleter
| Name | TRawPtrProxyWithDeleter |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
TRawPtrProxyWithDeleter
(
ObjectType * InObject,
const DeleterType & InDeleter
)
TRawPtrProxyWithDeleter(ObjectType *, DeleterType &&)
Description
Construct implicitly from an object and a custom deleter
| Name | TRawPtrProxyWithDeleter |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
TRawPtrProxyWithDeleter
(
ObjectType * InObject,
DeleterType && InDeleter
)