Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates > TWeakPtr
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
Include | #include "Templates/SharedPointer.h" |
void Reset&40;&41;
Remarks
Resets this weak pointer, removing a weak reference to the object. If there are no other shared or weak references to the object, then the tracking object will be destroyed.