mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
13 lines
301 B
C++
13 lines
301 B
C++
#include "FortSocialImportButton.h"
|
|
|
|
|
|
void UFortSocialImportButton::HandleDynamicSocialImportDialogClosed() {
|
|
}
|
|
|
|
UFortSocialImportButton::UFortSocialImportButton() {
|
|
this->ActivePanel = NULL;
|
|
this->DesiredPanelType = ESocialImportPanelType::Athena;
|
|
this->SocialImportPanelClass = NULL;
|
|
}
|
|
|