mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 12:33:25 +00:00
18 lines
425 B
C++
18 lines
425 B
C++
#include "FortLocalUserEntry.h"
|
|
|
|
|
|
UWidget* UFortLocalUserEntry::HandleGetMenuContent() {
|
|
return NULL;
|
|
}
|
|
|
|
UFortLocalUserEntry::UFortLocalUserEntry() {
|
|
this->LocalUserSettingsMenuClass = NULL;
|
|
this->LocalUserSettingsMenu = NULL;
|
|
this->SocialAvatarIcon = NULL;
|
|
this->Image_Crown = NULL;
|
|
this->Text_UserName = NULL;
|
|
this->Text_VoiceChannel = NULL;
|
|
this->MenuAnchor_LocalUserSettingMenu = NULL;
|
|
}
|
|
|