Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TWeakPtr
Description
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.
| Name | Reset |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointer.h |
| Include Path | #include "Templates/SharedPointer.h" |
void Reset()