Files
2026-04-22 15:51:07 +02:00

23 lines
643 B
C++

#include "FortItemDetailsPanel.h"
void UFortItemDetailsPanel::SetItemToDetail(const UFortItem* NewItemToDetail) {
}
void UFortItemDetailsPanel::SetItemToCompareWith(const UFortItem* NewItemToCompareWith) {
}
void UFortItemDetailsPanel::HandleItemToDetailChanged(bool bItemChanged, bool bAmmoChanged, bool bIngredientsChanged) {
}
void UFortItemDetailsPanel::HandleItemToCompareWithChanged(bool bItemChanged, bool bAmmoChanged, bool bIngredientsChanged) {
}
void UFortItemDetailsPanel::HandleCursorModeChanged(bool bCursorModeEnabled, FName ActionName, UUserWidget* CustomWidget) {
}
UFortItemDetailsPanel::UFortItemDetailsPanel() {
}