Files
2026-04-22 15:51:07 +02:00

22 lines
506 B
C++

#include "FortCreativePlayOptions.h"
bool UFortCreativePlayOptions::ShouldShowImportPlatformFriendsOption() {
return false;
}
void UFortCreativePlayOptions::SetMatchmakingWidget(UFortAthenaMatchmakingWidget* InWidget) {
}
void UFortCreativePlayOptions::ImportPlatformFriends() {
}
void UFortCreativePlayOptions::HandleCancelClicked() {
}
UFortCreativePlayOptions::UFortCreativePlayOptions() {
this->CreativeOptionsServers = NULL;
this->PlayButton = NULL;
this->CancelButton = NULL;
}