mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
13 lines
333 B
C++
13 lines
333 B
C++
#include "FortSocialSettingToggle.h"
|
|
|
|
void UFortSocialSettingToggle::HandleRotated(int32 SelectedIndex) {
|
|
}
|
|
|
|
UFortSocialSettingToggle::UFortSocialSettingToggle() : UUserWidget(FObjectInitializer::Get()) {
|
|
this->Rotator_Text = NULL;
|
|
this->Text_ParamName = NULL;
|
|
this->Button_Left = NULL;
|
|
this->Button_Right = NULL;
|
|
}
|
|
|