Single linked list builder for some cases where we want to migrate from raw ptrs to [TObjectPtr](API\Runtime\Core\TObjectPtr) In the existing cases, the start ptr is [TObjectPtr](API\Runtime\Core\TObjectPtr) and the links are raw pointers.
Single linked list builder for some cases where we want to migrate from raw ptrs to TObjectPtr In the existing cases, the start ptr is TObjectPtr and the links are raw pointers. We wish to migrate the links to TObjectPtr.
Allow construction from raw ptr because call sites were handling the type mismatch between the head and next ptrs in lists by converting the TObjectPtr to a raw ptr with MutableView.