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