TWeakPtr

Overload list

Windows
MacOS
Linux
Name Description

Public function

TWeakPtr

NOTE: FNullTag parameter is an Unreal extension to standard shared_ptr behavior.

Public function

TWeakPtr

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

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

Public function

TWeakPtr

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

Constructs a weak pointer from a shared pointer

Public function

TWeakPtr

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

Constructs a weak pointer from a weak pointer of another type.

Public function

TWeakPtr

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

Public function

TWeakPtr

(
    TWeakPtr const& InWeakPtr
)

Public function

TWeakPtr

(
    TWeakPtr&& InWeakPtr
)

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