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

27 lines
703 B
C++

#include "FortTeamMemberManage.h"
void UFortTeamMemberManage::SetRepresentingTeamMember(int32 LocalTeamMemberIndex) {
}
void UFortTeamMemberManage::OnBannerEditorClosed() {
}
UFortTeamMemberManage::UFortTeamMemberManage() {
this->Banner_PlayerBanner = NULL;
this->Text_PlayerName = NULL;
this->PowerRating_MemberPowerRating = NULL;
this->VBox_Buttons = NULL;
this->Button_EditBanner = NULL;
this->Button_LeaveParty = NULL;
this->Button_MakePartyLeader = NULL;
this->Button_Whisper = NULL;
this->Button_Kick = NULL;
this->Button_ViewProfile = NULL;
this->Button_Mute = NULL;
this->Button_Unmute = NULL;
this->Button_ToggleParticipation = NULL;
}