Navigation
API > API/Runtime > API/Runtime/Core
Proxy structure for implicitly converting raw pointers to shared/weak pointers
| Name | TRawPtrProxyWithDeleter |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
Syntax
template<class ObjectType, typename DeleterType>
struct TRawPtrProxyWithDeleter
Constructors
| 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 |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Deleter | DeleterType | The deleter object | Templates/SharedPointerInternals.h | |
| Object | ObjectType * | The object pointer | Templates/SharedPointerInternals.h |