mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-09-02 04:03:46 +00:00
13 lines
419 B
C++
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;
|
|
}
|
|
|