How to optimize performance for a particularly intensive UMG widget?

For such a large number of buttons it is better to use a List View or even a Tile View (аs stated in the documentation “a ListView that presents the contents as a set of tiles all uniformly sized”). Such widgets use virtualization of displayed content (draw only what is in the visible area) but require more effort to configure them properly.

1 Like