Navigation
API > API/Plugins > API/Plugins/Composure > API/Plugins/Composure/TWeakUIntrfacePtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TWeakUIntrfacePtr
(
UObject* InObject |
EditorSupport/WeakUInterfacePtr.h | ||
TWeakUIntrfacePtr
(
const TWeakUIntrfacePtr< U >& Rhs |
EditorSupport/WeakUInterfacePtr.h |
TWeakUIntrfacePtr(UObject *)
| Name | TWeakUIntrfacePtr |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Public/EditorSupport/WeakUInterfacePtr.h |
| Include Path | #include "EditorSupport/WeakUInterfacePtr.h" |
TWeakUIntrfacePtr
(
UObject * InObject
)
TWeakUIntrfacePtr(const TWeakUIntrfacePtr< U > &)
| Name | TWeakUIntrfacePtr |
| Type | function |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Public/EditorSupport/WeakUInterfacePtr.h |
| Include Path | #include "EditorSupport/WeakUInterfacePtr.h" |
template<class U>
TWeakUIntrfacePtr
(
const TWeakUIntrfacePtr < U > & Rhs
)