Files
2026-04-22 15:51:07 +02: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;
}