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

28 lines
537 B
C++

#include "FortItemView.h"
void UFortItemView::UnregisterInputActions() {
}
void UFortItemView::SetSettings(const FFortItemViewSettings& Settings) {
}
void UFortItemView::SetSceneComponentToAffect(USceneComponent* Component) {
}
void UFortItemView::SetOwningPanel(UCommonActivatablePanel* Panel) {
}
void UFortItemView::RestoreInitialTransform() {
}
void UFortItemView::RegisterInputActions() {
}
FFortItemViewSettings UFortItemView::GetSettings() const {
return FFortItemViewSettings{};
}
UFortItemView::UFortItemView() {
}