Files
FNGameProj/Source/FortniteUI/Private/FortSquadSelectionMenu.cpp
2024-01-21 00:41:14 +01:00

21 lines
570 B
C++

#include "FortSquadSelectionMenu.h"
void UFortSquadSelectionMenu::HandleMemberEntryClicked(UCommonButton* MemberEntryButton, int32 EntryIdx) {
}
void UFortSquadSelectionMenu::HandleExitAction(bool& bPassThrough) {
}
UFortSquadSelectionMenu::UFortSquadSelectionMenu() {
this->ButtonGroup = NULL;
this->TeamEntryBox_Squads = NULL;
this->Button_ConfirmMove = NULL;
this->Button_CancelMove = NULL;
this->RichText_ActionPrompt = NULL;
this->Button_ChangeParticipation = NULL;
this->Switcher_Buttons = NULL;
this->Mobile_Overlay = NULL;
}