Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates > API/Runtime/Core/Templates/TSharedPtr
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedPtr & | NOTE: The following is an Unreal extension to standard shared_ptr behavior. | |
![]() |
TSharedPtr & | operator=
(
TSharedPtr const& InSharedPtr |
Assignment operator replaces this shared pointer with the specified shared pointer. |
![]() |
TSharedPtr & | operator=
(
TSharedPtr&& InSharedPtr |
|
![]() |
TSharedPtr & | operator=
(
SharedPointerInternals::TRawPtrProxy< OtherType > const& InRawPtrProxy |
NOTE: The following is an Unreal extension to standard shared_ptr behavior. |
![]() |
TSharedPtr & | operator=
(
SharedPointerInternals::TRawPtrProxyWithDeleter< OtherType, DeleterType > const& InRawPtrProxy |
NOTE: The following is an Unreal extension to standard shared_ptr behavior. |
![]() |
TSharedPtr & | operator=
(
SharedPointerInternals::TRawPtrProxyWithDeleter< OtherType, DeleterType >&& InRawPtrProxy |
NOTE: The following is an Unreal extension to standard shared_ptr behavior. |