How to programmatically create a listview

Hi all,

I’ve been searching for a way in which to programmatically create a ListView or any of it’s derived forms (TileView etc).

I’ve been able to successfully create the widget with:

UTileView* Test = WidgetTree->ConstructWidget(UTileView::StaticClass());

However it renders as

No EntryWidgetClass specified on this list

All widget’s derived from ListView require a presentation widget reference (EntryWidgetClass) which I’ve only found able to be set in the editor itself. Is there a way of setting this via CPP?