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

30 lines
640 B
C++

#include "FortCreativeMoreInfoPanel.h"
void UFortCreativeMoreInfoPanel::OnPublishComplete(const FString& Result) {
}
void UFortCreativeMoreInfoPanel::HandlePreviewClicked() {
}
void UFortCreativeMoreInfoPanel::HandleClearClicked() {
}
void UFortCreativeMoreInfoPanel::HandleAcceptClicked() {
}
UFortCreativeMoreInfoPanel::UFortCreativeMoreInfoPanel() {
this->FilteredTextEntryWidget_Name = NULL;
this->FilteredTextEntryWidget_0 = NULL;
this->FilteredTextEntryWidget_1 = NULL;
this->FilteredTextEntryWidget_2 = NULL;
this->Button_Apply = NULL;
this->Button_Preview = NULL;
this->Button_Clear = NULL;
}