mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +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;
|
|
}
|
|
|