mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
26 lines
491 B
C++
26 lines
491 B
C++
#include "FortSocialImportPanel.h"
|
|
|
|
void UFortSocialImportPanel::ShowPanel() {
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool UFortSocialImportPanel::GetSocialPlatform(ESocialImportPanelPlatform& OutPlatform) const {
|
|
return false;
|
|
}
|
|
|
|
UFortSocialImportPanel::UFortSocialImportPanel() {
|
|
this->Switcher_AddFriends = NULL;
|
|
this->Button_Import = NULL;
|
|
this->Button_Cancel = NULL;
|
|
this->Button_Add = NULL;
|
|
this->Button_NotNow = NULL;
|
|
this->Button_OptOut = NULL;
|
|
this->Border_OuterBorder = NULL;
|
|
}
|
|
|