Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/UnrealEd/UHT/FileHelpers.gen.cpp

1380 lines
116 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "FileHelpers.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeFileHelpers() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UPackage_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UWorld_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UEditorLoadingAndSavingUtils();
UNREALED_API UClass* Z_Construct_UClass_UEditorLoadingAndSavingUtils_NoRegister();
UNREALED_API UEnum* Z_Construct_UEnum_UnrealEd_EReloadPackagesInteractionMode();
UPackage* Z_Construct_UPackage__Script_UnrealEd();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UEditorLoadingAndSavingUtils Function ExportScene ************************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics
{
struct EditorLoadingAndSavingUtils_eventExportScene_Parms
{
bool bExportSelectedActorsOnly;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Exports the current scene \n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Exports the current scene" },
};
#endif // WITH_METADATA
// ********** Begin Function ExportScene constinit property declarations ***************************
static void NewProp_bExportSelectedActorsOnly_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bExportSelectedActorsOnly;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ExportScene constinit property declarations *****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ExportScene Property Definitions **************************************
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::NewProp_bExportSelectedActorsOnly_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventExportScene_Parms*)Obj)->bExportSelectedActorsOnly = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::NewProp_bExportSelectedActorsOnly = { "bExportSelectedActorsOnly", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventExportScene_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::NewProp_bExportSelectedActorsOnly_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::NewProp_bExportSelectedActorsOnly,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::PropPointers) < 2048);
// ********** End Function ExportScene Property Definitions ****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "ExportScene", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::EditorLoadingAndSavingUtils_eventExportScene_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::EditorLoadingAndSavingUtils_eventExportScene_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execExportScene)
{
P_GET_UBOOL(Z_Param_bExportSelectedActorsOnly);
P_FINISH;
P_NATIVE_BEGIN;
UEditorLoadingAndSavingUtils::ExportScene(Z_Param_bExportSelectedActorsOnly);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function ExportScene **************************
// ********** Begin Class UEditorLoadingAndSavingUtils Function FullyLoadAssets ********************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics
{
struct EditorLoadingAndSavingUtils_eventFullyLoadAssets_Parms
{
TArray<UObject*> Assets;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Fully loads the given assets, so that UE no longer has a write lock on their on-disk files.\n\x09 *\n\x09 * @param Assets Array of assets to fully load.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Fully loads the given assets, so that UE no longer has a write lock on their on-disk files.\n\n@param Assets Array of assets to fully load." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Assets_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function FullyLoadAssets constinit property declarations ***********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Assets_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Assets;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function FullyLoadAssets constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function FullyLoadAssets Property Definitions **********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::NewProp_Assets_Inner = { "Assets", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::NewProp_Assets = { "Assets", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventFullyLoadAssets_Parms, Assets), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Assets_MetaData), NewProp_Assets_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::NewProp_Assets_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::NewProp_Assets,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::PropPointers) < 2048);
// ********** End Function FullyLoadAssets Property Definitions ************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "FullyLoadAssets", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::EditorLoadingAndSavingUtils_eventFullyLoadAssets_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::EditorLoadingAndSavingUtils_eventFullyLoadAssets_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execFullyLoadAssets)
{
P_GET_TARRAY_REF(UObject*,Z_Param_Out_Assets);
P_FINISH;
P_NATIVE_BEGIN;
UEditorLoadingAndSavingUtils::FullyLoadAssets(Z_Param_Out_Assets);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function FullyLoadAssets **********************
// ********** Begin Class UEditorLoadingAndSavingUtils Function FullyLoadPackages ******************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics
{
struct EditorLoadingAndSavingUtils_eventFullyLoadPackages_Parms
{
TArray<UPackage*> Packages;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Fully loads the given packages, so that UE no longer has a write lock on their on-disk files.\n\x09 *\n\x09 * @param Packages Array of packages to fully load.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Fully loads the given packages, so that UE no longer has a write lock on their on-disk files.\n\n@param Packages Array of packages to fully load." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Packages_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function FullyLoadPackages constinit property declarations *********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Packages_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Packages;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function FullyLoadPackages constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function FullyLoadPackages Property Definitions ********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::NewProp_Packages_Inner = { "Packages", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPackage_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::NewProp_Packages = { "Packages", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventFullyLoadPackages_Parms, Packages), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Packages_MetaData), NewProp_Packages_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::NewProp_Packages_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::NewProp_Packages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::PropPointers) < 2048);
// ********** End Function FullyLoadPackages Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "FullyLoadPackages", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::EditorLoadingAndSavingUtils_eventFullyLoadPackages_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::EditorLoadingAndSavingUtils_eventFullyLoadPackages_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execFullyLoadPackages)
{
P_GET_TARRAY_REF(UPackage*,Z_Param_Out_Packages);
P_FINISH;
P_NATIVE_BEGIN;
UEditorLoadingAndSavingUtils::FullyLoadPackages(Z_Param_Out_Packages);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function FullyLoadPackages ********************
// ********** Begin Class UEditorLoadingAndSavingUtils Function GetDirtyContentPackages ************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics
{
struct EditorLoadingAndSavingUtils_eventGetDirtyContentPackages_Parms
{
TArray<UPackage*> OutDirtyPackages;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Appends array with all currently dirty content packages.\n\x09 *\n\x09 * @param OutDirtyPackages Array to append dirty packages to.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Appends array with all currently dirty content packages.\n\n@param OutDirtyPackages Array to append dirty packages to." },
};
#endif // WITH_METADATA
// ********** Begin Function GetDirtyContentPackages constinit property declarations ***************
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutDirtyPackages_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutDirtyPackages;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetDirtyContentPackages constinit property declarations *****************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetDirtyContentPackages Property Definitions **************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::NewProp_OutDirtyPackages_Inner = { "OutDirtyPackages", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPackage_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::NewProp_OutDirtyPackages = { "OutDirtyPackages", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventGetDirtyContentPackages_Parms, OutDirtyPackages), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::NewProp_OutDirtyPackages_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::NewProp_OutDirtyPackages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::PropPointers) < 2048);
// ********** End Function GetDirtyContentPackages Property Definitions ****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "GetDirtyContentPackages", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::EditorLoadingAndSavingUtils_eventGetDirtyContentPackages_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::EditorLoadingAndSavingUtils_eventGetDirtyContentPackages_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execGetDirtyContentPackages)
{
P_GET_TARRAY_REF(UPackage*,Z_Param_Out_OutDirtyPackages);
P_FINISH;
P_NATIVE_BEGIN;
UEditorLoadingAndSavingUtils::GetDirtyContentPackages(Z_Param_Out_OutDirtyPackages);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function GetDirtyContentPackages **************
// ********** Begin Class UEditorLoadingAndSavingUtils Function GetDirtyMapPackages ****************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics
{
struct EditorLoadingAndSavingUtils_eventGetDirtyMapPackages_Parms
{
TArray<UPackage*> OutDirtyPackages;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Appends array with all currently dirty map packages.\n\x09 *\n\x09 * @param OutDirtyPackages Array to append dirty packages to.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Appends array with all currently dirty map packages.\n\n@param OutDirtyPackages Array to append dirty packages to." },
};
#endif // WITH_METADATA
// ********** Begin Function GetDirtyMapPackages constinit property declarations *******************
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutDirtyPackages_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutDirtyPackages;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetDirtyMapPackages constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetDirtyMapPackages Property Definitions ******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::NewProp_OutDirtyPackages_Inner = { "OutDirtyPackages", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPackage_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::NewProp_OutDirtyPackages = { "OutDirtyPackages", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventGetDirtyMapPackages_Parms, OutDirtyPackages), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::NewProp_OutDirtyPackages_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::NewProp_OutDirtyPackages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::PropPointers) < 2048);
// ********** End Function GetDirtyMapPackages Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "GetDirtyMapPackages", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::EditorLoadingAndSavingUtils_eventGetDirtyMapPackages_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::EditorLoadingAndSavingUtils_eventGetDirtyMapPackages_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execGetDirtyMapPackages)
{
P_GET_TARRAY_REF(UPackage*,Z_Param_Out_OutDirtyPackages);
P_FINISH;
P_NATIVE_BEGIN;
UEditorLoadingAndSavingUtils::GetDirtyMapPackages(Z_Param_Out_OutDirtyPackages);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function GetDirtyMapPackages ******************
// ********** Begin Class UEditorLoadingAndSavingUtils Function ImportScene ************************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics
{
struct EditorLoadingAndSavingUtils_eventImportScene_Parms
{
FString Filename;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\x09\n\x09 * Imports a file such as (FBX or obj) and spawns actors f into the current level\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Imports a file such as (FBX or obj) and spawns actors f into the current level" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Filename_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function ImportScene constinit property declarations ***************************
static const UECodeGen_Private::FStrPropertyParams NewProp_Filename;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ImportScene constinit property declarations *****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ImportScene Property Definitions **************************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::NewProp_Filename = { "Filename", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventImportScene_Parms, Filename), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Filename_MetaData), NewProp_Filename_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::NewProp_Filename,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::PropPointers) < 2048);
// ********** End Function ImportScene Property Definitions ****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "ImportScene", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::EditorLoadingAndSavingUtils_eventImportScene_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::EditorLoadingAndSavingUtils_eventImportScene_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execImportScene)
{
P_GET_PROPERTY(FStrProperty,Z_Param_Filename);
P_FINISH;
P_NATIVE_BEGIN;
UEditorLoadingAndSavingUtils::ImportScene(Z_Param_Filename);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function ImportScene **************************
// ********** Begin Class UEditorLoadingAndSavingUtils Function LoadMap ****************************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics
{
struct EditorLoadingAndSavingUtils_eventLoadMap_Parms
{
FString Filename;
UWorld* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Loads the specified map. Does not prompt the user to save the current map.\n\x09 *\n\x09 * @param\x09""Filename\x09\x09Level package filename, including path.\n\x09 * @return\x09\x09\x09\x09\x09true if the map was loaded successfully.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Loads the specified map. Does not prompt the user to save the current map.\n\n@param Filename Level package filename, including path.\n@return true if the map was loaded successfully." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Filename_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function LoadMap constinit property declarations *******************************
static const UECodeGen_Private::FStrPropertyParams NewProp_Filename;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function LoadMap constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function LoadMap Property Definitions ******************************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::NewProp_Filename = { "Filename", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventLoadMap_Parms, Filename), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Filename_MetaData), NewProp_Filename_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventLoadMap_Parms, ReturnValue), Z_Construct_UClass_UWorld_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::NewProp_Filename,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::PropPointers) < 2048);
// ********** End Function LoadMap Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "LoadMap", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::EditorLoadingAndSavingUtils_eventLoadMap_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::EditorLoadingAndSavingUtils_eventLoadMap_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execLoadMap)
{
P_GET_PROPERTY(FStrProperty,Z_Param_Filename);
P_FINISH;
P_NATIVE_BEGIN;
*(UWorld**)Z_Param__Result=UEditorLoadingAndSavingUtils::LoadMap(Z_Param_Filename);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function LoadMap ******************************
// ********** Begin Class UEditorLoadingAndSavingUtils Function LoadMapWithDialog ******************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics
{
struct EditorLoadingAndSavingUtils_eventLoadMapWithDialog_Parms
{
UWorld* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Prompts the user to save the current map if necessary, the presents a load dialog and\n\x09 * loads a new map if selected by the user.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Prompts the user to save the current map if necessary, the presents a load dialog and\nloads a new map if selected by the user." },
};
#endif // WITH_METADATA
// ********** Begin Function LoadMapWithDialog constinit property declarations *********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function LoadMapWithDialog constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function LoadMapWithDialog Property Definitions ********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventLoadMapWithDialog_Parms, ReturnValue), Z_Construct_UClass_UWorld_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::PropPointers) < 2048);
// ********** End Function LoadMapWithDialog Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "LoadMapWithDialog", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::EditorLoadingAndSavingUtils_eventLoadMapWithDialog_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::EditorLoadingAndSavingUtils_eventLoadMapWithDialog_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execLoadMapWithDialog)
{
P_FINISH;
P_NATIVE_BEGIN;
*(UWorld**)Z_Param__Result=UEditorLoadingAndSavingUtils::LoadMapWithDialog();
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function LoadMapWithDialog ********************
// ********** Begin Class UEditorLoadingAndSavingUtils Function NewBlankMap ************************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics
{
struct EditorLoadingAndSavingUtils_eventNewBlankMap_Parms
{
bool bSaveExistingMap;
UWorld* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
};
#endif // WITH_METADATA
// ********** Begin Function NewBlankMap constinit property declarations ***************************
static void NewProp_bSaveExistingMap_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSaveExistingMap;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function NewBlankMap constinit property declarations *****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function NewBlankMap Property Definitions **************************************
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::NewProp_bSaveExistingMap_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventNewBlankMap_Parms*)Obj)->bSaveExistingMap = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::NewProp_bSaveExistingMap = { "bSaveExistingMap", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventNewBlankMap_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::NewProp_bSaveExistingMap_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventNewBlankMap_Parms, ReturnValue), Z_Construct_UClass_UWorld_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::NewProp_bSaveExistingMap,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::PropPointers) < 2048);
// ********** End Function NewBlankMap Property Definitions ****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "NewBlankMap", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::EditorLoadingAndSavingUtils_eventNewBlankMap_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::EditorLoadingAndSavingUtils_eventNewBlankMap_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execNewBlankMap)
{
P_GET_UBOOL(Z_Param_bSaveExistingMap);
P_FINISH;
P_NATIVE_BEGIN;
*(UWorld**)Z_Param__Result=UEditorLoadingAndSavingUtils::NewBlankMap(Z_Param_bSaveExistingMap);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function NewBlankMap **************************
// ********** Begin Class UEditorLoadingAndSavingUtils Function NewMapFromTemplate *****************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics
{
struct EditorLoadingAndSavingUtils_eventNewMapFromTemplate_Parms
{
FString PathToTemplateLevel;
bool bSaveExistingMap;
UWorld* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PathToTemplateLevel_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function NewMapFromTemplate constinit property declarations ********************
static const UECodeGen_Private::FStrPropertyParams NewProp_PathToTemplateLevel;
static void NewProp_bSaveExistingMap_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSaveExistingMap;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function NewMapFromTemplate constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function NewMapFromTemplate Property Definitions *******************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::NewProp_PathToTemplateLevel = { "PathToTemplateLevel", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventNewMapFromTemplate_Parms, PathToTemplateLevel), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PathToTemplateLevel_MetaData), NewProp_PathToTemplateLevel_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::NewProp_bSaveExistingMap_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventNewMapFromTemplate_Parms*)Obj)->bSaveExistingMap = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::NewProp_bSaveExistingMap = { "bSaveExistingMap", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventNewMapFromTemplate_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::NewProp_bSaveExistingMap_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventNewMapFromTemplate_Parms, ReturnValue), Z_Construct_UClass_UWorld_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::NewProp_PathToTemplateLevel,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::NewProp_bSaveExistingMap,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::PropPointers) < 2048);
// ********** End Function NewMapFromTemplate Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "NewMapFromTemplate", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::EditorLoadingAndSavingUtils_eventNewMapFromTemplate_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::EditorLoadingAndSavingUtils_eventNewMapFromTemplate_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execNewMapFromTemplate)
{
P_GET_PROPERTY(FStrProperty,Z_Param_PathToTemplateLevel);
P_GET_UBOOL(Z_Param_bSaveExistingMap);
P_FINISH;
P_NATIVE_BEGIN;
*(UWorld**)Z_Param__Result=UEditorLoadingAndSavingUtils::NewMapFromTemplate(Z_Param_PathToTemplateLevel,Z_Param_bSaveExistingMap);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function NewMapFromTemplate *******************
// ********** Begin Class UEditorLoadingAndSavingUtils Function ReloadPackages *********************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics
{
struct EditorLoadingAndSavingUtils_eventReloadPackages_Parms
{
TArray<UPackage*> PackagesToReload;
bool bOutAnyPackagesReloaded;
FText OutErrorMessage;
EReloadPackagesInteractionMode InteractionMode;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Helper function that attempts to reload the specified top-level packages.\n\x09 *\n\x09 * @param\x09PackagesToReload\x09\x09The list of packages that should be reloaded\n\x09 * @param\x09""bOutAnyPackagesReloaded\x09True if the set of loaded packages was changed\n\x09 * @param\x09OutErrorMessage\x09\x09\x09""An error message specifying any problems with reloading packages\n\x09 * @param\x09InteractionMode\x09\x09\x09Whether the function is allowed to ask the user questions (such as whether to reload dirty packages)\n\x09 */" },
{ "CPP_Default_InteractionMode", "Interactive" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Helper function that attempts to reload the specified top-level packages.\n\n@param PackagesToReload The list of packages that should be reloaded\n@param bOutAnyPackagesReloaded True if the set of loaded packages was changed\n@param OutErrorMessage An error message specifying any problems with reloading packages\n@param InteractionMode Whether the function is allowed to ask the user questions (such as whether to reload dirty packages)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PackagesToReload_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InteractionMode_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function ReloadPackages constinit property declarations ************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_PackagesToReload_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PackagesToReload;
static void NewProp_bOutAnyPackagesReloaded_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOutAnyPackagesReloaded;
static const UECodeGen_Private::FTextPropertyParams NewProp_OutErrorMessage;
static const UECodeGen_Private::FBytePropertyParams NewProp_InteractionMode_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_InteractionMode;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ReloadPackages constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ReloadPackages Property Definitions ***********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_PackagesToReload_Inner = { "PackagesToReload", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPackage_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_PackagesToReload = { "PackagesToReload", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventReloadPackages_Parms, PackagesToReload), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PackagesToReload_MetaData), NewProp_PackagesToReload_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_bOutAnyPackagesReloaded_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventReloadPackages_Parms*)Obj)->bOutAnyPackagesReloaded = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_bOutAnyPackagesReloaded = { "bOutAnyPackagesReloaded", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventReloadPackages_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_bOutAnyPackagesReloaded_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_OutErrorMessage = { "OutErrorMessage", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventReloadPackages_Parms, OutErrorMessage), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_InteractionMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_InteractionMode = { "InteractionMode", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventReloadPackages_Parms, InteractionMode), Z_Construct_UEnum_UnrealEd_EReloadPackagesInteractionMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InteractionMode_MetaData), NewProp_InteractionMode_MetaData) }; // 1563102760
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_PackagesToReload_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_PackagesToReload,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_bOutAnyPackagesReloaded,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_OutErrorMessage,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_InteractionMode_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::NewProp_InteractionMode,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::PropPointers) < 2048);
// ********** End Function ReloadPackages Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "ReloadPackages", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::EditorLoadingAndSavingUtils_eventReloadPackages_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::EditorLoadingAndSavingUtils_eventReloadPackages_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execReloadPackages)
{
P_GET_TARRAY_REF(UPackage*,Z_Param_Out_PackagesToReload);
P_GET_UBOOL_REF(Z_Param_Out_bOutAnyPackagesReloaded);
P_GET_PROPERTY_REF(FTextProperty,Z_Param_Out_OutErrorMessage);
P_GET_ENUM(EReloadPackagesInteractionMode,Z_Param_InteractionMode);
P_FINISH;
P_NATIVE_BEGIN;
UEditorLoadingAndSavingUtils::ReloadPackages(Z_Param_Out_PackagesToReload,Z_Param_Out_bOutAnyPackagesReloaded,Z_Param_Out_OutErrorMessage,EReloadPackagesInteractionMode(Z_Param_InteractionMode));
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function ReloadPackages ***********************
// ********** Begin Class UEditorLoadingAndSavingUtils Function SaveCurrentLevel *******************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics
{
struct EditorLoadingAndSavingUtils_eventSaveCurrentLevel_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Saves the active level, prompting the use for checkout if necessary.\n\x09 *\n\x09 * @return\x09true on success, False on fail\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Saves the active level, prompting the use for checkout if necessary.\n\n@return true on success, False on fail" },
};
#endif // WITH_METADATA
// ********** Begin Function SaveCurrentLevel constinit property declarations **********************
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SaveCurrentLevel constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SaveCurrentLevel Property Definitions *********************************
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSaveCurrentLevel_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSaveCurrentLevel_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::PropPointers) < 2048);
// ********** End Function SaveCurrentLevel Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "SaveCurrentLevel", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::EditorLoadingAndSavingUtils_eventSaveCurrentLevel_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::EditorLoadingAndSavingUtils_eventSaveCurrentLevel_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execSaveCurrentLevel)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UEditorLoadingAndSavingUtils::SaveCurrentLevel();
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function SaveCurrentLevel *********************
// ********** Begin Class UEditorLoadingAndSavingUtils Function SaveDirtyPackages ******************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics
{
struct EditorLoadingAndSavingUtils_eventSaveDirtyPackages_Parms
{
bool bSaveMapPackages;
bool bSaveContentPackages;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Looks at all currently loaded packages and saves them if their \"bDirty\" flag is set.\n\x09 * Assume all dirty packages should be saved and check out from source control (if enabled).\n\x09 *\n\x09 * @param\x09""bSaveMapPackages\x09\x09\x09true if map packages should be saved\n\x09 * @param\x09""bSaveContentPackages\x09\x09true if we should save content packages.\n\x09 * @return\x09\x09\x09\x09\x09\x09\x09\x09true on success, false on fail.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Looks at all currently loaded packages and saves them if their \"bDirty\" flag is set.\nAssume all dirty packages should be saved and check out from source control (if enabled).\n\n@param bSaveMapPackages true if map packages should be saved\n@param bSaveContentPackages true if we should save content packages.\n@return true on success, false on fail." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSaveMapPackages_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSaveContentPackages_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SaveDirtyPackages constinit property declarations *********************
static void NewProp_bSaveMapPackages_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSaveMapPackages;
static void NewProp_bSaveContentPackages_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSaveContentPackages;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SaveDirtyPackages constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SaveDirtyPackages Property Definitions ********************************
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_bSaveMapPackages_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSaveDirtyPackages_Parms*)Obj)->bSaveMapPackages = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_bSaveMapPackages = { "bSaveMapPackages", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSaveDirtyPackages_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_bSaveMapPackages_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSaveMapPackages_MetaData), NewProp_bSaveMapPackages_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_bSaveContentPackages_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSaveDirtyPackages_Parms*)Obj)->bSaveContentPackages = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_bSaveContentPackages = { "bSaveContentPackages", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSaveDirtyPackages_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_bSaveContentPackages_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSaveContentPackages_MetaData), NewProp_bSaveContentPackages_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSaveDirtyPackages_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSaveDirtyPackages_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_bSaveMapPackages,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_bSaveContentPackages,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::PropPointers) < 2048);
// ********** End Function SaveDirtyPackages Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "SaveDirtyPackages", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::EditorLoadingAndSavingUtils_eventSaveDirtyPackages_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::EditorLoadingAndSavingUtils_eventSaveDirtyPackages_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execSaveDirtyPackages)
{
P_GET_UBOOL(Z_Param_bSaveMapPackages);
P_GET_UBOOL(Z_Param_bSaveContentPackages);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UEditorLoadingAndSavingUtils::SaveDirtyPackages(Z_Param_bSaveMapPackages,Z_Param_bSaveContentPackages);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function SaveDirtyPackages ********************
// ********** Begin Class UEditorLoadingAndSavingUtils Function SaveDirtyPackagesWithDialog ********
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics
{
struct EditorLoadingAndSavingUtils_eventSaveDirtyPackagesWithDialog_Parms
{
bool bSaveMapPackages;
bool bSaveContentPackages;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Looks at all currently loaded packages and saves them if their \"bDirty\" flag is set.\n\x09 * Prompt the user to select which dirty packages to save and check them out from source control (if enabled).\n\x09 *\n\n\x09 * @param\x09""bSaveMapPackages\x09\x09\x09true if map packages should be saved\n\x09 * @param\x09""bSaveContentPackages\x09\x09true if we should save content packages.\n\x09 * @return\x09\x09\x09\x09\x09\x09\x09\x09true on success, false on fail.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Looks at all currently loaded packages and saves them if their \"bDirty\" flag is set.\nPrompt the user to select which dirty packages to save and check them out from source control (if enabled).\n\n\n@param bSaveMapPackages true if map packages should be saved\n@param bSaveContentPackages true if we should save content packages.\n@return true on success, false on fail." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSaveMapPackages_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSaveContentPackages_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SaveDirtyPackagesWithDialog constinit property declarations ***********
static void NewProp_bSaveMapPackages_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSaveMapPackages;
static void NewProp_bSaveContentPackages_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSaveContentPackages;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SaveDirtyPackagesWithDialog constinit property declarations *************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SaveDirtyPackagesWithDialog Property Definitions **********************
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_bSaveMapPackages_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSaveDirtyPackagesWithDialog_Parms*)Obj)->bSaveMapPackages = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_bSaveMapPackages = { "bSaveMapPackages", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSaveDirtyPackagesWithDialog_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_bSaveMapPackages_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSaveMapPackages_MetaData), NewProp_bSaveMapPackages_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_bSaveContentPackages_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSaveDirtyPackagesWithDialog_Parms*)Obj)->bSaveContentPackages = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_bSaveContentPackages = { "bSaveContentPackages", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSaveDirtyPackagesWithDialog_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_bSaveContentPackages_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSaveContentPackages_MetaData), NewProp_bSaveContentPackages_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSaveDirtyPackagesWithDialog_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSaveDirtyPackagesWithDialog_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_bSaveMapPackages,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_bSaveContentPackages,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::PropPointers) < 2048);
// ********** End Function SaveDirtyPackagesWithDialog Property Definitions ************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "SaveDirtyPackagesWithDialog", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::EditorLoadingAndSavingUtils_eventSaveDirtyPackagesWithDialog_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::EditorLoadingAndSavingUtils_eventSaveDirtyPackagesWithDialog_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execSaveDirtyPackagesWithDialog)
{
P_GET_UBOOL(Z_Param_bSaveMapPackages);
P_GET_UBOOL(Z_Param_bSaveContentPackages);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UEditorLoadingAndSavingUtils::SaveDirtyPackagesWithDialog(Z_Param_bSaveMapPackages,Z_Param_bSaveContentPackages);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function SaveDirtyPackagesWithDialog **********
// ********** Begin Class UEditorLoadingAndSavingUtils Function SaveMap ****************************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics
{
struct EditorLoadingAndSavingUtils_eventSaveMap_Parms
{
UWorld* World;
FString AssetPath;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Saves the specified map, returning true on success.\n\x09 *\n\x09 * @param\x09World\x09\x09\x09The world to save.\n\x09 * @param\x09""AssetPath\x09\x09The valid content directory path and name for the asset. E.g \"/Game/MyMap\"\n\x09 *\n\x09 * @return\x09\x09\x09\x09\x09true if the map was saved successfully.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Saves the specified map, returning true on success.\n\n@param World The world to save.\n@param AssetPath The valid content directory path and name for the asset. E.g \"/Game/MyMap\"\n\n@return true if the map was saved successfully." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetPath_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SaveMap constinit property declarations *******************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_World;
static const UECodeGen_Private::FStrPropertyParams NewProp_AssetPath;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SaveMap constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SaveMap Property Definitions ******************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::NewProp_World = { "World", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventSaveMap_Parms, World), Z_Construct_UClass_UWorld_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::NewProp_AssetPath = { "AssetPath", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventSaveMap_Parms, AssetPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetPath_MetaData), NewProp_AssetPath_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSaveMap_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSaveMap_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::NewProp_World,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::NewProp_AssetPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::PropPointers) < 2048);
// ********** End Function SaveMap Property Definitions ********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "SaveMap", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::EditorLoadingAndSavingUtils_eventSaveMap_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::EditorLoadingAndSavingUtils_eventSaveMap_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execSaveMap)
{
P_GET_OBJECT(UWorld,Z_Param_World);
P_GET_PROPERTY(FStrProperty,Z_Param_AssetPath);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UEditorLoadingAndSavingUtils::SaveMap(Z_Param_World,Z_Param_AssetPath);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function SaveMap ******************************
// ********** Begin Class UEditorLoadingAndSavingUtils Function SavePackages ***********************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics
{
struct EditorLoadingAndSavingUtils_eventSavePackages_Parms
{
TArray<UPackage*> PackagesToSave;
bool bOnlyDirty;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09 * Save all packages.\n\x09 * Assume all dirty packages should be saved and check out from source control (if enabled).\n\x09 *\n\x09 * @param\x09\x09PackagesToSave\x09\x09\x09\x09The list of packages to save. Both map and content packages are supported\n\x09 * @param\x09\x09""bCheckDirty\x09\x09\x09\x09\x09If true, only packages that are dirty in PackagesToSave will be saved\n\x09 * @return\x09\x09\x09\x09\x09\x09\x09\x09\x09true on success, false on fail.\n\x09 */" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Save all packages.\nAssume all dirty packages should be saved and check out from source control (if enabled).\n\n@param PackagesToSave The list of packages to save. Both map and content packages are supported\n@param bCheckDirty If true, only packages that are dirty in PackagesToSave will be saved\n@return true on success, false on fail." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PackagesToSave_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SavePackages constinit property declarations **************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_PackagesToSave_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PackagesToSave;
static void NewProp_bOnlyDirty_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOnlyDirty;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SavePackages constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SavePackages Property Definitions *************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_PackagesToSave_Inner = { "PackagesToSave", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPackage_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_PackagesToSave = { "PackagesToSave", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventSavePackages_Parms, PackagesToSave), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PackagesToSave_MetaData), NewProp_PackagesToSave_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_bOnlyDirty_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSavePackages_Parms*)Obj)->bOnlyDirty = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_bOnlyDirty = { "bOnlyDirty", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSavePackages_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_bOnlyDirty_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSavePackages_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSavePackages_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_PackagesToSave_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_PackagesToSave,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_bOnlyDirty,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::PropPointers) < 2048);
// ********** End Function SavePackages Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "SavePackages", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::EditorLoadingAndSavingUtils_eventSavePackages_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::EditorLoadingAndSavingUtils_eventSavePackages_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execSavePackages)
{
P_GET_TARRAY_REF(UPackage*,Z_Param_Out_PackagesToSave);
P_GET_UBOOL(Z_Param_bOnlyDirty);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UEditorLoadingAndSavingUtils::SavePackages(Z_Param_Out_PackagesToSave,Z_Param_bOnlyDirty);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function SavePackages *************************
// ********** Begin Class UEditorLoadingAndSavingUtils Function SavePackagesWithDialog *************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics
{
struct EditorLoadingAndSavingUtils_eventSavePackagesWithDialog_Parms
{
TArray<UPackage*> PackagesToSave;
bool bOnlyDirty;
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09* Save all packages. Optionally prompting the user to select which packages to save.\n\x09* Prompt the user to select which dirty packages to save and check them out from source control (if enabled).\n\x09*\n\x09* @param\x09\x09PackagesToSave\x09\x09\x09\x09The list of packages to save. Both map and content packages are supported\n\x09* @param\x09\x09""bCheckDirty\x09\x09\x09\x09\x09If true, only packages that are dirty in PackagesToSave will be saved\n\x09* @return\x09\x09\x09\x09\x09\x09\x09\x09\x09true on success, false on fail.\n\x09*/" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Save all packages. Optionally prompting the user to select which packages to save.\nPrompt the user to select which dirty packages to save and check them out from source control (if enabled).\n\n@param PackagesToSave The list of packages to save. Both map and content packages are supported\n@param bCheckDirty If true, only packages that are dirty in PackagesToSave will be saved\n@return true on success, false on fail." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PackagesToSave_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SavePackagesWithDialog constinit property declarations ****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_PackagesToSave_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PackagesToSave;
static void NewProp_bOnlyDirty_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOnlyDirty;
static void NewProp_ReturnValue_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SavePackagesWithDialog constinit property declarations ******************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SavePackagesWithDialog Property Definitions ***************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_PackagesToSave_Inner = { "PackagesToSave", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPackage_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_PackagesToSave = { "PackagesToSave", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventSavePackagesWithDialog_Parms, PackagesToSave), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PackagesToSave_MetaData), NewProp_PackagesToSave_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_bOnlyDirty_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSavePackagesWithDialog_Parms*)Obj)->bOnlyDirty = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_bOnlyDirty = { "bOnlyDirty", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSavePackagesWithDialog_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_bOnlyDirty_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventSavePackagesWithDialog_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventSavePackagesWithDialog_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_PackagesToSave_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_PackagesToSave,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_bOnlyDirty,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::PropPointers) < 2048);
// ********** End Function SavePackagesWithDialog Property Definitions *****************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "SavePackagesWithDialog", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::EditorLoadingAndSavingUtils_eventSavePackagesWithDialog_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::EditorLoadingAndSavingUtils_eventSavePackagesWithDialog_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execSavePackagesWithDialog)
{
P_GET_TARRAY_REF(UPackage*,Z_Param_Out_PackagesToSave);
P_GET_UBOOL(Z_Param_bOnlyDirty);
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=UEditorLoadingAndSavingUtils::SavePackagesWithDialog(Z_Param_Out_PackagesToSave,Z_Param_bOnlyDirty);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function SavePackagesWithDialog ***************
// ********** Begin Class UEditorLoadingAndSavingUtils Function UnloadPackages *********************
struct Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics
{
struct EditorLoadingAndSavingUtils_eventUnloadPackages_Parms
{
TArray<UPackage*> PackagesToUnload;
bool bOutAnyPackagesUnloaded;
FText OutErrorMessage;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Editor Scripting | Editor Loading and Saving" },
{ "Comment", "/**\n\x09* Unloads a list of packages\n\x09*\n\x09* @param PackagesToUnload Array of packages to unload.\n\x09*/" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "Unloads a list of packages\n\n@param PackagesToUnload Array of packages to unload." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PackagesToUnload_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function UnloadPackages constinit property declarations ************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_PackagesToUnload_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PackagesToUnload;
static void NewProp_bOutAnyPackagesUnloaded_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOutAnyPackagesUnloaded;
static const UECodeGen_Private::FTextPropertyParams NewProp_OutErrorMessage;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function UnloadPackages constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function UnloadPackages Property Definitions ***********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_PackagesToUnload_Inner = { "PackagesToUnload", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPackage_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_PackagesToUnload = { "PackagesToUnload", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventUnloadPackages_Parms, PackagesToUnload), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PackagesToUnload_MetaData), NewProp_PackagesToUnload_MetaData) };
void Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_bOutAnyPackagesUnloaded_SetBit(void* Obj)
{
((EditorLoadingAndSavingUtils_eventUnloadPackages_Parms*)Obj)->bOutAnyPackagesUnloaded = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_bOutAnyPackagesUnloaded = { "bOutAnyPackagesUnloaded", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(EditorLoadingAndSavingUtils_eventUnloadPackages_Parms), &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_bOutAnyPackagesUnloaded_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_OutErrorMessage = { "OutErrorMessage", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(EditorLoadingAndSavingUtils_eventUnloadPackages_Parms, OutErrorMessage), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_PackagesToUnload_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_PackagesToUnload,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_bOutAnyPackagesUnloaded,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::NewProp_OutErrorMessage,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::PropPointers) < 2048);
// ********** End Function UnloadPackages Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UEditorLoadingAndSavingUtils, nullptr, "UnloadPackages", Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::EditorLoadingAndSavingUtils_eventUnloadPackages_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::Function_MetaDataParams), Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::EditorLoadingAndSavingUtils_eventUnloadPackages_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UEditorLoadingAndSavingUtils::execUnloadPackages)
{
P_GET_TARRAY_REF(UPackage*,Z_Param_Out_PackagesToUnload);
P_GET_UBOOL_REF(Z_Param_Out_bOutAnyPackagesUnloaded);
P_GET_PROPERTY_REF(FTextProperty,Z_Param_Out_OutErrorMessage);
P_FINISH;
P_NATIVE_BEGIN;
UEditorLoadingAndSavingUtils::UnloadPackages(Z_Param_Out_PackagesToUnload,Z_Param_Out_bOutAnyPackagesUnloaded,Z_Param_Out_OutErrorMessage);
P_NATIVE_END;
}
// ********** End Class UEditorLoadingAndSavingUtils Function UnloadPackages ***********************
// ********** Begin Class UEditorLoadingAndSavingUtils *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UEditorLoadingAndSavingUtils;
UClass* UEditorLoadingAndSavingUtils::GetPrivateStaticClass()
{
using TClass = UEditorLoadingAndSavingUtils;
if (!Z_Registration_Info_UClass_UEditorLoadingAndSavingUtils.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("EditorLoadingAndSavingUtils"),
Z_Registration_Info_UClass_UEditorLoadingAndSavingUtils.InnerSingleton,
StaticRegisterNativesUEditorLoadingAndSavingUtils,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UEditorLoadingAndSavingUtils.InnerSingleton;
}
UClass* Z_Construct_UClass_UEditorLoadingAndSavingUtils_NoRegister()
{
return UEditorLoadingAndSavingUtils::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UEditorLoadingAndSavingUtils_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * This class is a wrapper for editor loading and saving functionality\n * It is meant to contain only functions that can be executed in script (but are also allowed in C++).\n * It is separated from FEditorFileUtils to ensure new easier to use methods can be created without breaking FEditorFileUtils backwards compatibility\n * However this should be used in place of FEditorFileUtils wherever possible as the goal is to deprecate FEditorFileUtils eventually\n */" },
{ "IncludePath", "FileHelpers.h" },
{ "ModuleRelativePath", "Public/FileHelpers.h" },
{ "ToolTip", "This class is a wrapper for editor loading and saving functionality\nIt is meant to contain only functions that can be executed in script (but are also allowed in C++).\nIt is separated from FEditorFileUtils to ensure new easier to use methods can be created without breaking FEditorFileUtils backwards compatibility\nHowever this should be used in place of FEditorFileUtils wherever possible as the goal is to deprecate FEditorFileUtils eventually" },
};
#endif // WITH_METADATA
// ********** Begin Class UEditorLoadingAndSavingUtils constinit property declarations *************
// ********** End Class UEditorLoadingAndSavingUtils constinit property declarations ***************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("ExportScene"), .Pointer = &UEditorLoadingAndSavingUtils::execExportScene },
{ .NameUTF8 = UTF8TEXT("FullyLoadAssets"), .Pointer = &UEditorLoadingAndSavingUtils::execFullyLoadAssets },
{ .NameUTF8 = UTF8TEXT("FullyLoadPackages"), .Pointer = &UEditorLoadingAndSavingUtils::execFullyLoadPackages },
{ .NameUTF8 = UTF8TEXT("GetDirtyContentPackages"), .Pointer = &UEditorLoadingAndSavingUtils::execGetDirtyContentPackages },
{ .NameUTF8 = UTF8TEXT("GetDirtyMapPackages"), .Pointer = &UEditorLoadingAndSavingUtils::execGetDirtyMapPackages },
{ .NameUTF8 = UTF8TEXT("ImportScene"), .Pointer = &UEditorLoadingAndSavingUtils::execImportScene },
{ .NameUTF8 = UTF8TEXT("LoadMap"), .Pointer = &UEditorLoadingAndSavingUtils::execLoadMap },
{ .NameUTF8 = UTF8TEXT("LoadMapWithDialog"), .Pointer = &UEditorLoadingAndSavingUtils::execLoadMapWithDialog },
{ .NameUTF8 = UTF8TEXT("NewBlankMap"), .Pointer = &UEditorLoadingAndSavingUtils::execNewBlankMap },
{ .NameUTF8 = UTF8TEXT("NewMapFromTemplate"), .Pointer = &UEditorLoadingAndSavingUtils::execNewMapFromTemplate },
{ .NameUTF8 = UTF8TEXT("ReloadPackages"), .Pointer = &UEditorLoadingAndSavingUtils::execReloadPackages },
{ .NameUTF8 = UTF8TEXT("SaveCurrentLevel"), .Pointer = &UEditorLoadingAndSavingUtils::execSaveCurrentLevel },
{ .NameUTF8 = UTF8TEXT("SaveDirtyPackages"), .Pointer = &UEditorLoadingAndSavingUtils::execSaveDirtyPackages },
{ .NameUTF8 = UTF8TEXT("SaveDirtyPackagesWithDialog"), .Pointer = &UEditorLoadingAndSavingUtils::execSaveDirtyPackagesWithDialog },
{ .NameUTF8 = UTF8TEXT("SaveMap"), .Pointer = &UEditorLoadingAndSavingUtils::execSaveMap },
{ .NameUTF8 = UTF8TEXT("SavePackages"), .Pointer = &UEditorLoadingAndSavingUtils::execSavePackages },
{ .NameUTF8 = UTF8TEXT("SavePackagesWithDialog"), .Pointer = &UEditorLoadingAndSavingUtils::execSavePackagesWithDialog },
{ .NameUTF8 = UTF8TEXT("UnloadPackages"), .Pointer = &UEditorLoadingAndSavingUtils::execUnloadPackages },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ExportScene, "ExportScene" }, // 1744626515
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadAssets, "FullyLoadAssets" }, // 718980504
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_FullyLoadPackages, "FullyLoadPackages" }, // 197140908
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyContentPackages, "GetDirtyContentPackages" }, // 2599103512
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_GetDirtyMapPackages, "GetDirtyMapPackages" }, // 2869155276
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ImportScene, "ImportScene" }, // 1454734061
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMap, "LoadMap" }, // 2298845827
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_LoadMapWithDialog, "LoadMapWithDialog" }, // 158297154
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewBlankMap, "NewBlankMap" }, // 3147976945
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_NewMapFromTemplate, "NewMapFromTemplate" }, // 4227258085
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_ReloadPackages, "ReloadPackages" }, // 3734189270
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveCurrentLevel, "SaveCurrentLevel" }, // 2167806863
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackages, "SaveDirtyPackages" }, // 1363253702
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveDirtyPackagesWithDialog, "SaveDirtyPackagesWithDialog" }, // 1459262881
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SaveMap, "SaveMap" }, // 838030663
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackages, "SavePackages" }, // 923022671
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_SavePackagesWithDialog, "SavePackagesWithDialog" }, // 5071670
{ &Z_Construct_UFunction_UEditorLoadingAndSavingUtils_UnloadPackages, "UnloadPackages" }, // 1094074994
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UEditorLoadingAndSavingUtils>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UEditorLoadingAndSavingUtils_Statics
UObject* (*const Z_Construct_UClass_UEditorLoadingAndSavingUtils_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UEditorLoadingAndSavingUtils_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UEditorLoadingAndSavingUtils_Statics::ClassParams = {
&UEditorLoadingAndSavingUtils::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000000A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UEditorLoadingAndSavingUtils_Statics::Class_MetaDataParams), Z_Construct_UClass_UEditorLoadingAndSavingUtils_Statics::Class_MetaDataParams)
};
void UEditorLoadingAndSavingUtils::StaticRegisterNativesUEditorLoadingAndSavingUtils()
{
UClass* Class = UEditorLoadingAndSavingUtils::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UEditorLoadingAndSavingUtils_Statics::Funcs));
}
UClass* Z_Construct_UClass_UEditorLoadingAndSavingUtils()
{
if (!Z_Registration_Info_UClass_UEditorLoadingAndSavingUtils.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UEditorLoadingAndSavingUtils.OuterSingleton, Z_Construct_UClass_UEditorLoadingAndSavingUtils_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UEditorLoadingAndSavingUtils.OuterSingleton;
}
UEditorLoadingAndSavingUtils::UEditorLoadingAndSavingUtils(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UEditorLoadingAndSavingUtils);
UEditorLoadingAndSavingUtils::~UEditorLoadingAndSavingUtils() {}
// ********** End Class UEditorLoadingAndSavingUtils ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_FileHelpers_h__Script_UnrealEd_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UEditorLoadingAndSavingUtils, UEditorLoadingAndSavingUtils::StaticClass, TEXT("UEditorLoadingAndSavingUtils"), &Z_Registration_Info_UClass_UEditorLoadingAndSavingUtils, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UEditorLoadingAndSavingUtils), 756308251U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_FileHelpers_h__Script_UnrealEd_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_FileHelpers_h__Script_UnrealEd_2501843768{
TEXT("/Script/UnrealEd"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_FileHelpers_h__Script_UnrealEd_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_FileHelpers_h__Script_UnrealEd_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS