Navigation
Unreal Engine C++ API Reference > 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 | |
---|---|---|---|
![]() |
Construct implicitly from a nullptr | ||
![]() |
TRawPtrProxy
(
ObjectType* InObject |
Construct explicitly from an object |