Fix common ui input settings, equipment menu initialization order

This commit is contained in:
2026-05-27 20:52:56 +03:00
parent 435bb68f7e
commit 979c08659a
12 changed files with 27 additions and 31 deletions
@@ -37,13 +37,6 @@ void UInventoryScreenWidget::NativeOnActivated()
CloseMenu();
}
void UInventoryScreenWidget::NativeOnDeactivated()
{
Super::NativeOnDeactivated();
CloseMenu();
}
void UInventoryScreenWidget::HandleSlotClicked(UEquipmentSlotWidget* SlotWidget)
{
if (!EquipmentSlotMenuWidget || !SlotWidget)