Navigation
Unreal Engine C++ API Reference > Runtime > Core > UObject > TWeakObjectPtr > TWeakObjectPtr
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 |