operator=

Overload list

Windows
MacOS
Linux
Name Description

Public function

TWeakPtr &

 

operator=

NOTE: The following is an Unreal extension to standard shared_ptr behavior.

Public function

TWeakPtr &

 

operator=

(
    TWeakPtr const& InWeakPtr
)

Assignment operator adds a weak reference to the object referenced by the specified weak pointer

Public function

TWeakPtr &

 

operator=

(
    TWeakPtr&& InWeakPtr
)

Public function

TWeakPtr &

 

operator=

(
    TWeakPtr< OtherType, Mode > const&...
)

Assignment operator adds a weak reference to the object referenced by the specified weak pointer.

Public function

TWeakPtr &

 

operator=

(
    TWeakPtr< OtherType, Mode >&& InWe...
)

Public function

TWeakPtr &

 

operator=

(
    TSharedRef< OtherType, Mode > const...
)

NOTE: The following is an Unreal extension to standard shared_ptr behavior.

Public function

TWeakPtr &

 

operator=

(
    TSharedPtr< OtherType, Mode > const...
)

Assignment operator sets this weak pointer from a shared pointer

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss