mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 19:27:55 +00:00
19 lines
506 B
C++
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;
|
|
}
|
|
|