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