Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TSharedPtr > TSharedPtr
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 > && 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 |