Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
Include |
#include "Templates/SharedPointer.h" |
template<typename OtherType, typename DeleterType, typename>
TSharedPtr & operator=
(
SharedPointerInternals::TRawPtrProxyWithDeleter< OtherType, DeleterType > && InRawPtrProxy
)
Assignment operator replaces this shared pointer with the specified shared pointer. The object currently referenced by this shared pointer will no longer be referenced and will be deleted if there are no other referencers.
Parameter |
Description |
---|---|
InRawPtrProxy |
Proxy object used to assign the object (see MakeShareable helper function) |