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

10 lines
306 B
C++

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