#include "FortLobbyPlayerPanel.h" void UFortLobbyPlayerPanel::ClosePanel() { } UFortLobbyPlayerPanel::UFortLobbyPlayerPanel() { this->ManageModalClass = NULL; this->Button_AddFriend = NULL; this->Button_InviteParty = NULL; this->Button_Manage = NULL; this->Button_Close = NULL; this->Banner_Player = NULL; this->RichText_PlayerName = NULL; this->Text_InviteSent = NULL; this->Image_PlatformIcon = NULL; }