Navigation
API > API/Runtime > API/Runtime/Core
Proxy structure for implicitly converting raw pointers to shared/weak pointers
| Name | TRawPtrProxy |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
Syntax
template<class ObjectType>
struct TRawPtrProxy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRawPtrProxy
(
TYPE_OF_NULLPTR |
Construct implicitly from a nullptr | Templates/SharedPointerInternals.h | |
TRawPtrProxy
(
ObjectType* InObject |
Construct explicitly from an object | Templates/SharedPointerInternals.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Object | ObjectType * | The object pointer | Templates/SharedPointerInternals.h |