UMG - UListView with additional grid layout

Is someone aware of an existing


UListView

implementation, which supports a “grid” layout in addition to the horizontal and vertical orientation? I can build my own with e.g.


UWrapBox

with custom selection rules (select one, multiple children etc), but maybe there is already an implementation? Thanks!