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

21 lines
560 B
C++

#include "FortLeaveDialog.h"
void UFortLeaveDialog::SetupLeaveDialog(const FText& InTitle, const FText& InDescription, bool bInShowPartyOptions) {
}
void UFortLeaveDialog::CloseDialog() {
}
UFortLeaveDialog::UFortLeaveDialog() {
this->VBox_PartyOptions = NULL;
this->PartyRadioButtonGroup = NULL;
this->Text_Title = NULL;
this->Text_Description = NULL;
this->Button_LeavePartyRadio = NULL;
this->Button_StayWithPartyRadio = NULL;
this->Button_Leave = NULL;
this->Button_Cancel = NULL;
this->Button_MobileClose = NULL;
}