UMG UScrollBox clipping event child still in visible area.

I’m creating an inventory system similar to Diablo’s, featuring a grid-based inventory with items that occupy multiple slots. Here is my inventory widget setup:

The issue is that when I scroll down, the items disappear even though they are still within the visible rectangle of the ScrollBox, while the grid slots remain visible. Does anyone know what’s causing this?

This is my mistake. The issue is that I miscalculated the size of the item, which led to the problem.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.