Files
FNGameProj/Source/FortniteGame/Private/AthenaQuickChatLeafEntry.cpp
T
2024-06-07 01:17:09 +02:00

10 lines
282 B
C++

#include "AthenaQuickChatLeafEntry.h"
FAthenaQuickChatLeafEntry::FAthenaQuickChatLeafEntry() {
bPopulateBrushFromContextObject = false;
FilterType = EAthenaQuickChatFilteringType::AlwaysVisible;
EmojiItemDefinition = NULL;
TeamCommType = ETeamMemberState::None;
}