Hi, I am interested to generate a SListView from a text array. I have this code:
TArray<TSharedPtr<FText>> Items2;
TSharedPtr< SListView< TSharedPtr<FText> > > ListViewWidget2;
Let’s suppose I already know what items I want for Items2 array, how should I construct it ? Any help is appreciated. Thankyou!