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

17 lines
437 B
C++

#include "AthenaBroadcastKillFeedBase.h"
void UAthenaBroadcastKillFeedBase::OnToggleShowKillFeed(bool bShowKillFeed) {
}
void UAthenaBroadcastKillFeedBase::OnTimelineScrubbed() {
}
void UAthenaBroadcastKillFeedBase::AddKillFeedEntry(const FAthenaBroadcastKillFeedEntryInfo& KillFeedEntryInfo) {
}
UAthenaBroadcastKillFeedBase::UAthenaBroadcastKillFeedBase() {
this->KillFeedEntryBox = NULL;
this->TimeToShowEntry = 6.00f;
}