Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TSharedPtr > API/Runtime/Core/Templates/TSharedPtr/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
Include | #include "Templates/SharedPointer.h" |
template<typename OtherType, typename DeleterType, typename>
TSharedPtr
&40;
SharedPointerInternals::TRawPtrProxyWithDeleter< OtherType, DeleterType > const & InRawPtrProxy
&41;
Remarks
Constructs a shared pointer using a proxy reference to a raw pointer. (See MakeShareable())
Parameters
Name | Description |
---|---|
InRawPtrProxy | Proxy raw pointer that contains the object that the new shared pointer will reference |