Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TWeakPtr
Type | Name | Description | |
---|---|---|---|
![]() |
TWeakPtr & | NOTE: The following is an Unreal extension to standard shared_ptr behavior. | |
![]() |
TWeakPtr & | Assignment operator adds a weak reference to the object referenced by the specified weak pointer | |
![]() |
TWeakPtr & | ||
![]() |
TWeakPtr & | Assignment operator adds a weak reference to the object referenced by the specified weak pointer. | |
![]() |
TWeakPtr & | ||
![]() |
TWeakPtr & | operator=
(
TSharedRef< OtherType, Mode > const& InSharedRef |
NOTE: The following is an Unreal extension to standard shared_ptr behavior. |
![]() |
TWeakPtr & | operator=
(
TSharedPtr< OtherType, Mode > const& InSharedPtr |
Assignment operator sets this weak pointer from a shared pointer |