TWeakUIntrfacePtr

Windows
MacOS
Linux

References

Module

Composure

Header

/Engine/Plugins/Compositing/Composure/Source/Composure/Public/EditorSupport/WeakUInterfacePtr.h

Include

#include "EditorSupport/WeakUInterfacePtr.h"

Syntax

template<class T>
class TWeakUIntrfacePtr

Constructors

Name Description

Public function

TWeakUIntrfacePtr

(
    UObject* InObject
)

Public function

TWeakUIntrfacePtr

(
    const TWeakUIntrfacePtr< U >& Rhs
)

Functions

Name Description

Public function Const

T *

 

Get()

Public function Const

TWeakObjectP...

 

GetObject()

Public function Const

bool

 

IsValid()

Public function Const

void

 

Reset()

Operators

Name Description

Public function Const

T &

 

operator*()

Public function Const

T *

 

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