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

13 lines
419 B
C++

#include "FortVoiceSpeakerContainerWidget.h"
UFortVoiceSpeakerContainerWidget::UFortVoiceSpeakerContainerWidget() {
this->CustomSpeakerWidgetClass = NULL;
this->MaxSimultaneousUsers = 3;
this->bShowIndicatorsForSquadMembers = true;
this->bCurrentChannelDisplayEnabled = true;
this->DynamicEntry_Speakers = NULL;
this->Panel_ChannelContainer = NULL;
this->Text_ChannelDisplayName = NULL;
}