Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TSharedRef
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedRef & | operator=
(
TSharedRef const& InSharedRef |
Assignment operator replaces this shared reference with the specified shared reference. |
![]() |
TSharedRef & | operator=
(
TSharedRef&& InSharedRef |
|
![]() |
TSharedRef & | operator=
(
SharedPointerInternals::TRawPtrProxy< OtherType > const& InRawPtrProxy |
NOTE: The following is an Unreal extension to standard shared_ptr behavior. |
![]() |
TSharedRef & | operator=
(
SharedPointerInternals::TRawPtrProxyWithDeleter< OtherType, DeleterType > const& InRawPtrProxy |
NOTE: The following is an Unreal extension to standard shared_ptr behavior. |
![]() |
TSharedRef & | operator=
(
SharedPointerInternals::TRawPtrProxyWithDeleter< OtherType, DeleterType >&& InRawPtrProxy |
NOTE: The following is an Unreal extension to standard shared_ptr behavior. |
![]() |
void | operator=
(
FIntrusiveUnsetOptionalState |