Any change in behavior if you use a Shared Ptr?
SNew(SListView< TSharedPtr >)
instead of
SNew(SListView)
Rama