mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
23 lines
643 B
C++
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() {
|
|
}
|
|
|