Fix common ui input settings, equipment menu initialization order
This commit is contained in:
@@ -37,13 +37,6 @@ void UInventoryScreenWidget::NativeOnActivated()
|
||||
CloseMenu();
|
||||
}
|
||||
|
||||
void UInventoryScreenWidget::NativeOnDeactivated()
|
||||
{
|
||||
Super::NativeOnDeactivated();
|
||||
|
||||
CloseMenu();
|
||||
}
|
||||
|
||||
void UInventoryScreenWidget::HandleSlotClicked(UEquipmentSlotWidget* SlotWidget)
|
||||
{
|
||||
if (!EquipmentSlotMenuWidget || !SlotWidget)
|
||||
|
||||
Reference in New Issue
Block a user