Quick question, couldn’t find anything on it
I’ve got this function override, little issue, the FGeometry& InGeometry parameter is of local size x 500 y 400, while the real grid border is let’s say x 250 y 200, it doesn’t update accordingly, does anyone know what the issue could be? I’m on UE5.1
bool UInventoryGridWidget::NativeOnDragOver(const FGeometry& InGeometry, const FDragDropEvent& InDragDropEvent,
UDragDropOperation* InOperation)