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