#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& 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; }