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

19 lines
506 B
C++

#include "AthenaSpectatorNameplateLayerBase.h"
void UAthenaSpectatorNameplateLayerBase::OnTeamColorVisibleChanged(bool bVisible) {
}
void UAthenaSpectatorNameplateLayerBase::OnSquadIdsVisibilityChanged(bool bSquadIdsVisible) {
}
void UAthenaSpectatorNameplateLayerBase::OnPlayerDataAdded(UAthenaRemotePlayerViewData* InPlayerData) {
}
UAthenaSpectatorNameplateLayerBase::UAthenaSpectatorNameplateLayerBase() {
this->NameplateWidgetClass = NULL;
this->BroadcastNameplateWidgetClass = NULL;
}