TWeakInterfacePtr

Overload list

Windows
MacOS
Linux
Name Description

Public function

TWeakInterfacePtr()

Construct a new default weak pointer, pointing to null object.

Public function

TWeakInterfacePtr

(
    U* Object
)

Construct from an object pointer

Public function

TWeakInterfacePtr

(
    T* Interface
)

Construct from an interface pointer

Public function

TWeakInterfacePtr

(
    T& Interface
)

Please use the constructor that takes a 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