Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject > API/Runtime/Core/UObject/TWeakObjectPtr > API/Runtime/Core/UObject/TWeakObjectPtr/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h |
Include | #include "UObject/WeakObjectPtrTemplates.h" |
template<typename OtherT, typename>
TWeakObjectPtr
&40;
const TWeakObjectPtr< OtherT, TWeakObjectPtrBase > & Other
&41;
Remarks
Construct from another weak pointer of another type, intended for derived-to-base conversions
Parameters
Name | Description |
---|---|
Other | weak pointer to copy from |