std::shared_ptr versus TSharedPtr<>

I’m refactoring some code into UE. There’s a fair amount of standard C++ library usage in here.

I’m aware from googling around that the UE implementations tend to be a tiny bit faster, but are there any other reasons why I shouldn’t leave the code as-is?