Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TWeakPtr > operator=
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
Include | #include "Templates/SharedPointer.h" |
TWeakPtr & operator=
(
TWeakPtr const & InWeakPtr
)
Remarks
Assignment operator adds a weak reference to the object referenced by the specified weak pointer
Parameters
Name | Description |
---|---|
InWeakPtr | The weak pointer for the object to assign |