Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/WeakInterfacePtr.h |
Include |
#include "UObject/WeakInterfacePtr.h" |
TWeakInterfacePtr
(
T * Interface
)
Construct from an interface pointer
Parameter |
Description |
---|---|
Interface |
The interface pointer to create a weak pointer to. There must be a UObject behind the interface. |