应用 ListView,在Unreal UI界面开发中用途非常广泛,基本只要你使用列表,就得需要用ListView.比如排行榜100个列表,界面上只需要显示出10个,我们肯定不能生成100个ui实例,只生成肉眼所见的实例个数,然后反复使用.直接上效果图. 通用WidgetReflector 得出Widget只生成4条. 分析 /** Set the list of items to display within this listview */ template <typename ItemOb