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