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

28 lines
1.3 KiB
C++

#include "FortMcpProfileCreative.h"
/*
void UFortMcpProfileCreative::UpdatePlotPublishInfo_Implementation(const FString& PlotItemId, const FString& LinkCode, int32 LinkVersion, FDedicatedServerUrlContext& Context) {
}
void UFortMcpProfileCreative::SetLastUsedCreativePlot_Implementation(const FString& PlotItemId, FDedicatedServerUrlContext& Context) {
}
void UFortMcpProfileCreative::SetCreativePlotMetadata_Implementation(const FString& PlotItemId, const FString& Locale, const FString& Title, const FString& Tagline, const FString& YoutubeVideoId, const FString& Introduction, FDedicatedServerUrlContext& Context) {
}
void UFortMcpProfileCreative::RestoreDeletedIsland_Implementation(const FString& PlotItemId, FDedicatedServerUrlContext& Context) {
}
void UFortMcpProfileCreative::ModifyCreativePlotPermissions_Implementation(const FString& PlotItemId, EFortCreativePlotPermission Permission, const TArray<FString>& AccountIds, FDedicatedServerUrlContext& Context) {
}
void UFortMcpProfileCreative::DeleteIsland_Implementation(const FString& PlotItemId, FDedicatedServerUrlContext& Context) {
}
void UFortMcpProfileCreative::CreateNewIsland_Implementation(const FString& TemplateId, FDedicatedServerUrlContext& Context) {
}
*/
UFortMcpProfileCreative::UFortMcpProfileCreative() {
this->bEnablePublishing = true;
}