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