mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
28 lines
1.3 KiB
C++
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;
|
|
}
|
|
|