TWeakInterfacePtr

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/WeakInterfacePtr.h

Include

#include "UObject/WeakInterfacePtr.h"

Syntax

template<class TInterface>
struct TWeakInterfacePtr

Constructors

Name Description

Public function

TWeakInterfacePtr()

Public function

TWeakInterfacePtr

(
    const UObject* Object
)

Public function

TWeakInterfacePtr

(
    TInterface& Interace
)

Functions

Name Description

Public function Const

UObject *...

 

GetObject()

Public function Const

bool

 

IsStale

(
    bool bEvenIfPendingKill,
    bool bThreadsafeTest
)

Public function Const

bool

 

IsValid()

Public function Const

bool

 

IsValid

(
    bool bEvenIfPendingKill,
    bool bThreadsafeTest
)

Public function

TScriptInter...

 

ToScriptInterface()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const TWeakInterfacePtr< TInterface...
)

Public function Const

TInterface &

 

operator*()

Public function

void

 

operator=

(
    const TWeakInterfacePtr< TInterface...
)

Public function

void

 

operator=

(
    const TScriptInterface< TInterface ...
)

Public function Const

bool

 

operator==

(
    const TWeakInterfacePtr< TInterface...
)

Public function

bool

 

operator==

(
    const UObject* Other
)

Public function Const

TInterface &...

 

operator->()

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