Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSharedPtr
Description
Resets this shared pointer, removing a reference to the object. If there are no other shared references to the object then it 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()