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

16 lines
358 B
C++

#include "BarrierWidgetBase.h"
void UBarrierWidgetBase::OnMutatorObjectUpdated(const FGameplayMutatorObjectDataArray& MutatorArray) {
}
void UBarrierWidgetBase::OnHandleSpectatingChanged(AFortPlayerStateZone* SpectatingTarget) {
}
void UBarrierWidgetBase::OnGamePhaseChanged(EAthenaGamePhase GamePhase) {
}
UBarrierWidgetBase::UBarrierWidgetBase() {
}