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

9 lines
232 B
C++

#include "FortSocialUserTreeView.h"
UFortSocialUserTreeView::UFortSocialUserTreeView() {
this->PartyMemberEntryWidgetClass = NULL;
this->TeamMemberEntryWidgetClass = NULL;
this->JoinablePartyEntryWidgetClass = NULL;
}