Files
UnrealEvent/Project/Source/FortniteUI/Private/AthenaSpectatorPlayerListBase.cpp
2026-04-22 15:51:07 +02:00

14 lines
412 B
C++

#include "AthenaSpectatorPlayerListBase.h"
void UAthenaSpectatorPlayerListBase::SetSortMethod(ESpectatorPlayerListSortMethod InNewSortMethod) {
}
void UAthenaSpectatorPlayerListBase::FocusListView(UAthenaRemotePlayerViewData* ItemToFocus) {
}
UAthenaSpectatorPlayerListBase::UAthenaSpectatorPlayerListBase() {
this->ListView = NULL;
this->CurrentSortMethod = ESpectatorPlayerListSortMethod::Count;
}