Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/InterchangeEngine/UHT/InterchangeProjectSettings.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

1633 lines
141 KiB
C++

// 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 "InterchangeProjectSettings.h"
#include "UObject/SoftObjectPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangeProjectSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftObjectPath();
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangePipelineBase_NoRegister();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeSourceData_NoRegister();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeTranslatorBase_NoRegister();
INTERCHANGECORE_API UEnum* Z_Construct_UEnum_InterchangeCore_EInterchangeTranslatorAssetType();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeEditorSettings();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeEditorSettings_NoRegister();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeFilePickerBase_NoRegister();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangePipelineConfigurationBase_NoRegister();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeProjectSettings();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeProjectSettings_NoRegister();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeProjectSettingsScript();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeProjectSettingsScript_NoRegister();
INTERCHANGEENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeContentImportSettings();
INTERCHANGEENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeDialogOverride();
INTERCHANGEENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeGroup();
INTERCHANGEENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeImportSettings();
INTERCHANGEENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride();
INTERCHANGEENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangePipelineStack();
INTERCHANGEENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeSceneImportSettings();
INTERCHANGEENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines();
UPackage* Z_Construct_UPackage__Script_InterchangeEngine();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FInterchangeTranslatorPipelines ***********************************
struct Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FInterchangeTranslatorPipelines); }
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeTranslatorPipelines); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Translator_MetaData[] = {
{ "AllowedClasses", "/Script/InterchangeCore.InterchangeTranslatorBase" },
{ "Category", "TranslatorPipelines" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pipelines_MetaData[] = {
{ "AllowedClasses", "/Script/InterchangeCore.InterchangePipelineBase, /Script/InterchangeEngine.InterchangeBlueprintPipelineBase, /Script/InterchangeEngine.InterchangePythonPipelineAsset" },
{ "Category", "TranslatorPipelines" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FInterchangeTranslatorPipelines constinit property declarations ***
static const UECodeGen_Private::FSoftClassPropertyParams NewProp_Translator;
static const UECodeGen_Private::FStructPropertyParams NewProp_Pipelines_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Pipelines;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FInterchangeTranslatorPipelines constinit property declarations *****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangeTranslatorPipelines>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeTranslatorPipelines;
class UScriptStruct* FInterchangeTranslatorPipelines::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeTranslatorPipelines.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FInterchangeTranslatorPipelines.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("InterchangeTranslatorPipelines"));
}
return Z_Registration_Info_UScriptStruct_FInterchangeTranslatorPipelines.OuterSingleton;
}
// ********** Begin ScriptStruct FInterchangeTranslatorPipelines Property Definitions **************
const UECodeGen_Private::FSoftClassPropertyParams Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::NewProp_Translator = { "Translator", nullptr, (EPropertyFlags)0x0014000000000005, UECodeGen_Private::EPropertyGenFlags::SoftClass, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTranslatorPipelines, Translator), Z_Construct_UClass_UInterchangeTranslatorBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Translator_MetaData), NewProp_Translator_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::NewProp_Pipelines_Inner = { "Pipelines", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(0, nullptr) }; // 2425717601
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::NewProp_Pipelines = { "Pipelines", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTranslatorPipelines, Pipelines), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pipelines_MetaData), NewProp_Pipelines_MetaData) }; // 2425717601
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::NewProp_Translator,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::NewProp_Pipelines_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::NewProp_Pipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FInterchangeTranslatorPipelines Property Definitions ****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
nullptr,
&NewStructOps,
"InterchangeTranslatorPipelines",
Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::PropPointers),
sizeof(FInterchangeTranslatorPipelines),
alignof(FInterchangeTranslatorPipelines),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeTranslatorPipelines.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeTranslatorPipelines.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangeTranslatorPipelines.InnerSingleton);
}
// ********** End ScriptStruct FInterchangeTranslatorPipelines *************************************
// ********** Begin ScriptStruct FInterchangePipelineStack *****************************************
struct Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FInterchangePipelineStack); }
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangePipelineStack); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pipelines_MetaData[] = {
{ "AllowedClasses", "/Script/InterchangeCore.InterchangePipelineBase, /Script/InterchangeEngine.InterchangeBlueprintPipelineBase, /Script/InterchangeEngine.InterchangePythonPipelineAsset" },
{ "Category", "Pipelines" },
{ "Comment", "/** The list of pipelines in this stack. The pipelines are executed in fixed order, from top to bottom. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "The list of pipelines in this stack. The pipelines are executed in fixed order, from top to bottom." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PerTranslatorPipelines_MetaData[] = {
{ "Category", "TranslatorPipelines" },
{ "Comment", "/** Specifies a different list of pipelines for this stack to use when importing data from specific translators. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Specifies a different list of pipelines for this stack to use when importing data from specific translators." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FInterchangePipelineStack constinit property declarations *********
static const UECodeGen_Private::FStructPropertyParams NewProp_Pipelines_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Pipelines;
static const UECodeGen_Private::FStructPropertyParams NewProp_PerTranslatorPipelines_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PerTranslatorPipelines;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FInterchangePipelineStack constinit property declarations ***********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangePipelineStack>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangePipelineStack;
class UScriptStruct* FInterchangePipelineStack::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangePipelineStack.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FInterchangePipelineStack.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangePipelineStack, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("InterchangePipelineStack"));
}
return Z_Registration_Info_UScriptStruct_FInterchangePipelineStack.OuterSingleton;
}
// ********** Begin ScriptStruct FInterchangePipelineStack Property Definitions ********************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::NewProp_Pipelines_Inner = { "Pipelines", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(0, nullptr) }; // 2425717601
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::NewProp_Pipelines = { "Pipelines", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangePipelineStack, Pipelines), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pipelines_MetaData), NewProp_Pipelines_MetaData) }; // 2425717601
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::NewProp_PerTranslatorPipelines_Inner = { "PerTranslatorPipelines", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines, METADATA_PARAMS(0, nullptr) }; // 2712404042
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::NewProp_PerTranslatorPipelines = { "PerTranslatorPipelines", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangePipelineStack, PerTranslatorPipelines), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PerTranslatorPipelines_MetaData), NewProp_PerTranslatorPipelines_MetaData) }; // 2712404042
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::NewProp_Pipelines_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::NewProp_Pipelines,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::NewProp_PerTranslatorPipelines_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::NewProp_PerTranslatorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FInterchangePipelineStack Property Definitions **********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
nullptr,
&NewStructOps,
"InterchangePipelineStack",
Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::PropPointers),
sizeof(FInterchangePipelineStack),
alignof(FInterchangePipelineStack),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FInterchangePipelineStack()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangePipelineStack.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangePipelineStack.InnerSingleton, Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangePipelineStack.InnerSingleton);
}
// ********** End ScriptStruct FInterchangePipelineStack *******************************************
// ********** Begin ScriptStruct FInterchangePerTranslatorDialogOverride ***************************
struct Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FInterchangePerTranslatorDialogOverride); }
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangePerTranslatorDialogOverride); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Translator_MetaData[] = {
{ "AllowedClasses", "/Script/InterchangeCore.InterchangeTranslatorBase" },
{ "Category", "DialogOverride" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowImportDialog_MetaData[] = {
{ "Category", "DialogOverride" },
{ "Comment", "/** Show the options dialog when Interchange imports. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Show the options dialog when Interchange imports." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowReimportDialog_MetaData[] = {
{ "Category", "DialogOverride" },
{ "Comment", "/** Show the options dialog when Interchange reimports. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Show the options dialog when Interchange reimports." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FInterchangePerTranslatorDialogOverride constinit property declarations
static const UECodeGen_Private::FSoftClassPropertyParams NewProp_Translator;
static void NewProp_bShowImportDialog_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowImportDialog;
static void NewProp_bShowReimportDialog_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowReimportDialog;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FInterchangePerTranslatorDialogOverride constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangePerTranslatorDialogOverride>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangePerTranslatorDialogOverride;
class UScriptStruct* FInterchangePerTranslatorDialogOverride::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangePerTranslatorDialogOverride.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FInterchangePerTranslatorDialogOverride.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("InterchangePerTranslatorDialogOverride"));
}
return Z_Registration_Info_UScriptStruct_FInterchangePerTranslatorDialogOverride.OuterSingleton;
}
// ********** Begin ScriptStruct FInterchangePerTranslatorDialogOverride Property Definitions ******
const UECodeGen_Private::FSoftClassPropertyParams Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_Translator = { "Translator", nullptr, (EPropertyFlags)0x0014000000000005, UECodeGen_Private::EPropertyGenFlags::SoftClass, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangePerTranslatorDialogOverride, Translator), Z_Construct_UClass_UInterchangeTranslatorBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Translator_MetaData), NewProp_Translator_MetaData) };
void Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_bShowImportDialog_SetBit(void* Obj)
{
((FInterchangePerTranslatorDialogOverride*)Obj)->bShowImportDialog = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_bShowImportDialog = { "bShowImportDialog", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInterchangePerTranslatorDialogOverride), &Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_bShowImportDialog_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowImportDialog_MetaData), NewProp_bShowImportDialog_MetaData) };
void Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_bShowReimportDialog_SetBit(void* Obj)
{
((FInterchangePerTranslatorDialogOverride*)Obj)->bShowReimportDialog = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_bShowReimportDialog = { "bShowReimportDialog", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInterchangePerTranslatorDialogOverride), &Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_bShowReimportDialog_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowReimportDialog_MetaData), NewProp_bShowReimportDialog_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_Translator,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_bShowImportDialog,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewProp_bShowReimportDialog,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FInterchangePerTranslatorDialogOverride Property Definitions ********
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
nullptr,
&NewStructOps,
"InterchangePerTranslatorDialogOverride",
Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::PropPointers),
sizeof(FInterchangePerTranslatorDialogOverride),
alignof(FInterchangePerTranslatorDialogOverride),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangePerTranslatorDialogOverride.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangePerTranslatorDialogOverride.InnerSingleton, Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangePerTranslatorDialogOverride.InnerSingleton);
}
// ********** End ScriptStruct FInterchangePerTranslatorDialogOverride *****************************
// ********** Begin ScriptStruct FInterchangeDialogOverride ****************************************
struct Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FInterchangeDialogOverride); }
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeDialogOverride); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowImportDialog_MetaData[] = {
{ "Category", "DialogOverride" },
{ "Comment", "/** Show the options dialog when Interchange imports. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Show the options dialog when Interchange imports." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowReimportDialog_MetaData[] = {
{ "Category", "DialogOverride" },
{ "Comment", "/** Show the options dialog when Interchange reimports. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Show the options dialog when Interchange reimports." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PerTranslatorImportDialogOverride_MetaData[] = {
{ "Category", "DialogOverride" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FInterchangeDialogOverride constinit property declarations ********
static void NewProp_bShowImportDialog_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowImportDialog;
static void NewProp_bShowReimportDialog_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowReimportDialog;
static const UECodeGen_Private::FStructPropertyParams NewProp_PerTranslatorImportDialogOverride_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PerTranslatorImportDialogOverride;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FInterchangeDialogOverride constinit property declarations **********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangeDialogOverride>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeDialogOverride;
class UScriptStruct* FInterchangeDialogOverride::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeDialogOverride.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FInterchangeDialogOverride.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeDialogOverride, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("InterchangeDialogOverride"));
}
return Z_Registration_Info_UScriptStruct_FInterchangeDialogOverride.OuterSingleton;
}
// ********** Begin ScriptStruct FInterchangeDialogOverride Property Definitions *******************
void Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_bShowImportDialog_SetBit(void* Obj)
{
((FInterchangeDialogOverride*)Obj)->bShowImportDialog = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_bShowImportDialog = { "bShowImportDialog", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInterchangeDialogOverride), &Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_bShowImportDialog_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowImportDialog_MetaData), NewProp_bShowImportDialog_MetaData) };
void Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_bShowReimportDialog_SetBit(void* Obj)
{
((FInterchangeDialogOverride*)Obj)->bShowReimportDialog = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_bShowReimportDialog = { "bShowReimportDialog", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInterchangeDialogOverride), &Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_bShowReimportDialog_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowReimportDialog_MetaData), NewProp_bShowReimportDialog_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_PerTranslatorImportDialogOverride_Inner = { "PerTranslatorImportDialogOverride", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride, METADATA_PARAMS(0, nullptr) }; // 470288683
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_PerTranslatorImportDialogOverride = { "PerTranslatorImportDialogOverride", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeDialogOverride, PerTranslatorImportDialogOverride), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PerTranslatorImportDialogOverride_MetaData), NewProp_PerTranslatorImportDialogOverride_MetaData) }; // 470288683
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_bShowImportDialog,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_bShowReimportDialog,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_PerTranslatorImportDialogOverride_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewProp_PerTranslatorImportDialogOverride,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FInterchangeDialogOverride Property Definitions *********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
nullptr,
&NewStructOps,
"InterchangeDialogOverride",
Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::PropPointers),
sizeof(FInterchangeDialogOverride),
alignof(FInterchangeDialogOverride),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FInterchangeDialogOverride()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeDialogOverride.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeDialogOverride.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangeDialogOverride.InnerSingleton);
}
// ********** End ScriptStruct FInterchangeDialogOverride ******************************************
// ********** Begin ScriptStruct FInterchangeImportSettings ****************************************
struct Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FInterchangeImportSettings); }
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeImportSettings); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PipelineStacks_MetaData[] = {
{ "Category", "Pipeline" },
{ "Comment", "/** Configures the pipeline stacks that are available when importing assets with Interchange. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Configures the pipeline stacks that are available when importing assets with Interchange." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultPipelineStack_MetaData[] = {
{ "Category", "Pipeline" },
{ "Comment", "/** Specifies which pipeline stack Interchange should use by default. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Specifies which pipeline stack Interchange should use by default." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ImportDialogClass_MetaData[] = {
{ "Category", "Pipeline" },
{ "Comment", "/** Specifies the class that should be used to define the configuration dialog that Interchange shows on import. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Specifies the class that should be used to define the configuration dialog that Interchange shows on import." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowImportDialog_MetaData[] = {
{ "Category", "DialogOverride" },
{ "Comment", "/** Show the options dialog when Interchange imports. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Show the options dialog when Interchange imports." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowReimportDialog_MetaData[] = {
{ "Category", "DialogOverride" },
{ "Comment", "/** Show the options dialog when Interchange reimports. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Show the options dialog when Interchange reimports." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FInterchangeImportSettings constinit property declarations ********
static const UECodeGen_Private::FStructPropertyParams NewProp_PipelineStacks_ValueProp;
static const UECodeGen_Private::FNamePropertyParams NewProp_PipelineStacks_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_PipelineStacks;
static const UECodeGen_Private::FNamePropertyParams NewProp_DefaultPipelineStack;
static const UECodeGen_Private::FSoftClassPropertyParams NewProp_ImportDialogClass;
static void NewProp_bShowImportDialog_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowImportDialog;
static void NewProp_bShowReimportDialog_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowReimportDialog;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FInterchangeImportSettings constinit property declarations **********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangeImportSettings>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeImportSettings;
class UScriptStruct* FInterchangeImportSettings::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeImportSettings.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FInterchangeImportSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeImportSettings, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("InterchangeImportSettings"));
}
return Z_Registration_Info_UScriptStruct_FInterchangeImportSettings.OuterSingleton;
}
// ********** Begin ScriptStruct FInterchangeImportSettings Property Definitions *******************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_PipelineStacks_ValueProp = { "PipelineStacks", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FInterchangePipelineStack, METADATA_PARAMS(0, nullptr) }; // 1819692452
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_PipelineStacks_Key_KeyProp = { "PipelineStacks_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_PipelineStacks = { "PipelineStacks", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeImportSettings, PipelineStacks), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PipelineStacks_MetaData), NewProp_PipelineStacks_MetaData) }; // 1819692452
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_DefaultPipelineStack = { "DefaultPipelineStack", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeImportSettings, DefaultPipelineStack), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultPipelineStack_MetaData), NewProp_DefaultPipelineStack_MetaData) };
const UECodeGen_Private::FSoftClassPropertyParams Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_ImportDialogClass = { "ImportDialogClass", nullptr, (EPropertyFlags)0x0014000000000005, UECodeGen_Private::EPropertyGenFlags::SoftClass, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeImportSettings, ImportDialogClass), Z_Construct_UClass_UInterchangePipelineConfigurationBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ImportDialogClass_MetaData), NewProp_ImportDialogClass_MetaData) };
void Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_bShowImportDialog_SetBit(void* Obj)
{
((FInterchangeImportSettings*)Obj)->bShowImportDialog = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_bShowImportDialog = { "bShowImportDialog", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInterchangeImportSettings), &Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_bShowImportDialog_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowImportDialog_MetaData), NewProp_bShowImportDialog_MetaData) };
void Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_bShowReimportDialog_SetBit(void* Obj)
{
((FInterchangeImportSettings*)Obj)->bShowReimportDialog = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_bShowReimportDialog = { "bShowReimportDialog", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInterchangeImportSettings), &Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_bShowReimportDialog_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowReimportDialog_MetaData), NewProp_bShowReimportDialog_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_PipelineStacks_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_PipelineStacks_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_PipelineStacks,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_DefaultPipelineStack,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_ImportDialogClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_bShowImportDialog,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewProp_bShowReimportDialog,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FInterchangeImportSettings Property Definitions *********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
nullptr,
&NewStructOps,
"InterchangeImportSettings",
Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::PropPointers),
sizeof(FInterchangeImportSettings),
alignof(FInterchangeImportSettings),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FInterchangeImportSettings()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeImportSettings.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeImportSettings.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangeImportSettings.InnerSingleton);
}
// ********** End ScriptStruct FInterchangeImportSettings ******************************************
// ********** Begin ScriptStruct FInterchangeSceneImportSettings ***********************************
struct Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FInterchangeSceneImportSettings); }
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeSceneImportSettings); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PerTranslatorDialogOverride_MetaData[] = {
{ "Category", "DialogOverride" },
{ "DisplayAfter", "bShowReimportDialog" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FInterchangeSceneImportSettings constinit property declarations ***
static const UECodeGen_Private::FStructPropertyParams NewProp_PerTranslatorDialogOverride_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PerTranslatorDialogOverride;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FInterchangeSceneImportSettings constinit property declarations *****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangeSceneImportSettings>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics
static_assert(std::is_polymorphic<FInterchangeSceneImportSettings>() == std::is_polymorphic<FInterchangeImportSettings>(), "USTRUCT FInterchangeSceneImportSettings cannot be polymorphic unless super FInterchangeImportSettings is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeSceneImportSettings;
class UScriptStruct* FInterchangeSceneImportSettings::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeSceneImportSettings.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FInterchangeSceneImportSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeSceneImportSettings, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("InterchangeSceneImportSettings"));
}
return Z_Registration_Info_UScriptStruct_FInterchangeSceneImportSettings.OuterSingleton;
}
// ********** Begin ScriptStruct FInterchangeSceneImportSettings Property Definitions **************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::NewProp_PerTranslatorDialogOverride_Inner = { "PerTranslatorDialogOverride", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride, METADATA_PARAMS(0, nullptr) }; // 470288683
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::NewProp_PerTranslatorDialogOverride = { "PerTranslatorDialogOverride", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeSceneImportSettings, PerTranslatorDialogOverride), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PerTranslatorDialogOverride_MetaData), NewProp_PerTranslatorDialogOverride_MetaData) }; // 470288683
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::NewProp_PerTranslatorDialogOverride_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::NewProp_PerTranslatorDialogOverride,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FInterchangeSceneImportSettings Property Definitions ****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
Z_Construct_UScriptStruct_FInterchangeImportSettings,
&NewStructOps,
"InterchangeSceneImportSettings",
Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::PropPointers),
sizeof(FInterchangeSceneImportSettings),
alignof(FInterchangeSceneImportSettings),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FInterchangeSceneImportSettings()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeSceneImportSettings.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeSceneImportSettings.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangeSceneImportSettings.InnerSingleton);
}
// ********** End ScriptStruct FInterchangeSceneImportSettings *************************************
// ********** Begin ScriptStruct FInterchangeContentImportSettings *********************************
struct Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FInterchangeContentImportSettings); }
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeContentImportSettings); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultPipelineStackOverride_MetaData[] = {
{ "Category", "Pipeline" },
{ "Comment", "/** Specifies a different pipeline stack for Interchange to use by default when importing specific types of assets. */" },
{ "DisplayAfter", "DefaultPipelineStack" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Specifies a different pipeline stack for Interchange to use by default when importing specific types of assets." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShowImportDialogOverride_MetaData[] = {
{ "Category", "DialogOverride" },
{ "DisplayAfter", "bShowReimportDialog" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FInterchangeContentImportSettings constinit property declarations *
static const UECodeGen_Private::FNamePropertyParams NewProp_DefaultPipelineStackOverride_ValueProp;
static const UECodeGen_Private::FBytePropertyParams NewProp_DefaultPipelineStackOverride_Key_KeyProp_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_DefaultPipelineStackOverride_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_DefaultPipelineStackOverride;
static const UECodeGen_Private::FStructPropertyParams NewProp_ShowImportDialogOverride_ValueProp;
static const UECodeGen_Private::FBytePropertyParams NewProp_ShowImportDialogOverride_Key_KeyProp_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ShowImportDialogOverride_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_ShowImportDialogOverride;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FInterchangeContentImportSettings constinit property declarations ***
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangeContentImportSettings>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics
static_assert(std::is_polymorphic<FInterchangeContentImportSettings>() == std::is_polymorphic<FInterchangeImportSettings>(), "USTRUCT FInterchangeContentImportSettings cannot be polymorphic unless super FInterchangeImportSettings is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeContentImportSettings;
class UScriptStruct* FInterchangeContentImportSettings::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeContentImportSettings.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FInterchangeContentImportSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeContentImportSettings, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("InterchangeContentImportSettings"));
}
return Z_Registration_Info_UScriptStruct_FInterchangeContentImportSettings.OuterSingleton;
}
// ********** Begin ScriptStruct FInterchangeContentImportSettings Property Definitions ************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_DefaultPipelineStackOverride_ValueProp = { "DefaultPipelineStackOverride", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_DefaultPipelineStackOverride_Key_KeyProp_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_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_DefaultPipelineStackOverride_Key_KeyProp = { "DefaultPipelineStackOverride_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_InterchangeCore_EInterchangeTranslatorAssetType, METADATA_PARAMS(0, nullptr) }; // 1596850108
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_DefaultPipelineStackOverride = { "DefaultPipelineStackOverride", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeContentImportSettings, DefaultPipelineStackOverride), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultPipelineStackOverride_MetaData), NewProp_DefaultPipelineStackOverride_MetaData) }; // 1596850108
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_ShowImportDialogOverride_ValueProp = { "ShowImportDialogOverride", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FInterchangeDialogOverride, METADATA_PARAMS(0, nullptr) }; // 447399248
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_ShowImportDialogOverride_Key_KeyProp_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_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_ShowImportDialogOverride_Key_KeyProp = { "ShowImportDialogOverride_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_InterchangeCore_EInterchangeTranslatorAssetType, METADATA_PARAMS(0, nullptr) }; // 1596850108
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_ShowImportDialogOverride = { "ShowImportDialogOverride", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeContentImportSettings, ShowImportDialogOverride), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShowImportDialogOverride_MetaData), NewProp_ShowImportDialogOverride_MetaData) }; // 1596850108 447399248
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_DefaultPipelineStackOverride_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_DefaultPipelineStackOverride_Key_KeyProp_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_DefaultPipelineStackOverride_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_DefaultPipelineStackOverride,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_ShowImportDialogOverride_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_ShowImportDialogOverride_Key_KeyProp_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_ShowImportDialogOverride_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewProp_ShowImportDialogOverride,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FInterchangeContentImportSettings Property Definitions **************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
Z_Construct_UScriptStruct_FInterchangeImportSettings,
&NewStructOps,
"InterchangeContentImportSettings",
Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::PropPointers),
sizeof(FInterchangeContentImportSettings),
alignof(FInterchangeContentImportSettings),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FInterchangeContentImportSettings()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeContentImportSettings.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeContentImportSettings.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangeContentImportSettings.InnerSingleton);
}
// ********** End ScriptStruct FInterchangeContentImportSettings ***********************************
// ********** Begin ScriptStruct FInterchangeGroup *************************************************
struct Z_Construct_UScriptStruct_FInterchangeGroup_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FInterchangeGroup); }
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeGroup); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DisplayName_MetaData[] = {
{ "Category", "InterchangeGroup" },
{ "Comment", "/** Specifies a different pipeline stack for Interchange to use by default when importing specific types of assets. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Specifies a different pipeline stack for Interchange to use by default when importing specific types of assets." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UniqueID_MetaData[] = {
{ "Category", "InterchangeGroup" },
{ "Comment", "/** This tell interchange if the import dialog should show or not when importing a particular type of asset.*/" },
{ "EditCondition", "false" },
{ "EditConditionHides", "" },
{ "IgnoreForMemberInitializationTest", "" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "This tell interchange if the import dialog should show or not when importing a particular type of asset." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultPipelineStack_MetaData[] = {
{ "Category", "Pipeline" },
{ "Comment", "/** Specifies which pipeline stack Interchange should use by default. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Specifies which pipeline stack Interchange should use by default." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultPipelineStackOverride_MetaData[] = {
{ "Category", "Pipeline" },
{ "Comment", "/** Specifies a different pipeline stack for Interchange to use by default when importing specific types of assets. */" },
{ "DisplayAfter", "DefaultPipelineStack" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Specifies a different pipeline stack for Interchange to use by default when importing specific types of assets." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowImportDialog_MetaData[] = {
{ "Category", "DialogOverride" },
{ "Comment", "/** Show the options dialog when Interchange imports. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Show the options dialog when Interchange imports." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowReimportDialog_MetaData[] = {
{ "Category", "DialogOverride" },
{ "Comment", "/** Show the options dialog when Interchange reimports. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Show the options dialog when Interchange reimports." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShowImportDialogOverride_MetaData[] = {
{ "Category", "DialogOverride" },
{ "Comment", "/** This tell interchange if the import dialog should show or not when importing a particular type of asset.*/" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "This tell interchange if the import dialog should show or not when importing a particular type of asset." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FInterchangeGroup constinit property declarations *****************
static const UECodeGen_Private::FNamePropertyParams NewProp_DisplayName;
static const UECodeGen_Private::FStructPropertyParams NewProp_UniqueID;
static const UECodeGen_Private::FNamePropertyParams NewProp_DefaultPipelineStack;
static const UECodeGen_Private::FNamePropertyParams NewProp_DefaultPipelineStackOverride_ValueProp;
static const UECodeGen_Private::FBytePropertyParams NewProp_DefaultPipelineStackOverride_Key_KeyProp_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_DefaultPipelineStackOverride_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_DefaultPipelineStackOverride;
static void NewProp_bShowImportDialog_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowImportDialog;
static void NewProp_bShowReimportDialog_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowReimportDialog;
static const UECodeGen_Private::FStructPropertyParams NewProp_ShowImportDialogOverride_ValueProp;
static const UECodeGen_Private::FBytePropertyParams NewProp_ShowImportDialogOverride_Key_KeyProp_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ShowImportDialogOverride_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_ShowImportDialogOverride;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FInterchangeGroup constinit property declarations *******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangeGroup>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FInterchangeGroup_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeGroup;
class UScriptStruct* FInterchangeGroup::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeGroup.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FInterchangeGroup.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeGroup, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("InterchangeGroup"));
}
return Z_Registration_Info_UScriptStruct_FInterchangeGroup.OuterSingleton;
}
// ********** Begin ScriptStruct FInterchangeGroup Property Definitions ****************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DisplayName = { "DisplayName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeGroup, DisplayName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DisplayName_MetaData), NewProp_DisplayName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_UniqueID = { "UniqueID", nullptr, (EPropertyFlags)0x0010000000020005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeGroup, UniqueID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UniqueID_MetaData), NewProp_UniqueID_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStack = { "DefaultPipelineStack", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeGroup, DefaultPipelineStack), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultPipelineStack_MetaData), NewProp_DefaultPipelineStack_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStackOverride_ValueProp = { "DefaultPipelineStackOverride", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStackOverride_Key_KeyProp_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_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStackOverride_Key_KeyProp = { "DefaultPipelineStackOverride_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_InterchangeCore_EInterchangeTranslatorAssetType, METADATA_PARAMS(0, nullptr) }; // 1596850108
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStackOverride = { "DefaultPipelineStackOverride", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeGroup, DefaultPipelineStackOverride), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultPipelineStackOverride_MetaData), NewProp_DefaultPipelineStackOverride_MetaData) }; // 1596850108
void Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_bShowImportDialog_SetBit(void* Obj)
{
((FInterchangeGroup*)Obj)->bShowImportDialog = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_bShowImportDialog = { "bShowImportDialog", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInterchangeGroup), &Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_bShowImportDialog_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowImportDialog_MetaData), NewProp_bShowImportDialog_MetaData) };
void Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_bShowReimportDialog_SetBit(void* Obj)
{
((FInterchangeGroup*)Obj)->bShowReimportDialog = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_bShowReimportDialog = { "bShowReimportDialog", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInterchangeGroup), &Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_bShowReimportDialog_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowReimportDialog_MetaData), NewProp_bShowReimportDialog_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_ShowImportDialogOverride_ValueProp = { "ShowImportDialogOverride", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FInterchangeDialogOverride, METADATA_PARAMS(0, nullptr) }; // 447399248
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_ShowImportDialogOverride_Key_KeyProp_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_UScriptStruct_FInterchangeGroup_Statics::NewProp_ShowImportDialogOverride_Key_KeyProp = { "ShowImportDialogOverride_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_InterchangeCore_EInterchangeTranslatorAssetType, METADATA_PARAMS(0, nullptr) }; // 1596850108
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_ShowImportDialogOverride = { "ShowImportDialogOverride", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeGroup, ShowImportDialogOverride), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShowImportDialogOverride_MetaData), NewProp_ShowImportDialogOverride_MetaData) }; // 1596850108 447399248
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeGroup_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DisplayName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_UniqueID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStack,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStackOverride_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStackOverride_Key_KeyProp_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStackOverride_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_DefaultPipelineStackOverride,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_bShowImportDialog,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_bShowReimportDialog,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_ShowImportDialogOverride_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_ShowImportDialogOverride_Key_KeyProp_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_ShowImportDialogOverride_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewProp_ShowImportDialogOverride,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeGroup_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FInterchangeGroup Property Definitions ******************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeGroup_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
nullptr,
&NewStructOps,
"InterchangeGroup",
Z_Construct_UScriptStruct_FInterchangeGroup_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeGroup_Statics::PropPointers),
sizeof(FInterchangeGroup),
alignof(FInterchangeGroup),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeGroup_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeGroup_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FInterchangeGroup()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeGroup.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeGroup.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeGroup_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangeGroup.InnerSingleton);
}
// ********** End ScriptStruct FInterchangeGroup ***************************************************
// ********** Begin Class UInterchangeProjectSettings **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeProjectSettings;
UClass* UInterchangeProjectSettings::GetPrivateStaticClass()
{
using TClass = UInterchangeProjectSettings;
if (!Z_Registration_Info_UClass_UInterchangeProjectSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeProjectSettings"),
Z_Registration_Info_UClass_UInterchangeProjectSettings.InnerSingleton,
StaticRegisterNativesUInterchangeProjectSettings,
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_UInterchangeProjectSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeProjectSettings_NoRegister()
{
return UInterchangeProjectSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeProjectSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "DisplayName", "Interchange" },
{ "IncludePath", "InterchangeProjectSettings.h" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ContentImportSettings_MetaData[] = {
{ "Category", "ImportContent" },
{ "Comment", "/**\n\x09 * Settings used when importing into the Content Browser.\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Settings used when importing into the Content Browser." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SceneImportSettings_MetaData[] = {
{ "Category", "ImportIntoLevel" },
{ "Comment", "/**\n\x09 * Settings used when importing into a level.\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Settings used when importing into a level." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FilePickerClass_MetaData[] = {
{ "Category", "EditorInterface" },
{ "Comment", "/** This tells Interchange which file picker class to construct when we need to choose a file for a source. */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "This tells Interchange which file picker class to construct when we need to choose a file for a source." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing_MetaData[] = {
{ "Category", "Generic|ImportSettings" },
{ "Comment", "/**\n\x09 * If enabled, both Interchange translators and the legacy import process smooth the edges of static meshes that don't contain smoothing information.\n\x09 * If you have an older project that relies on leaving hard edges by default, you can disable this setting to preserve consistency with older assets.\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "If enabled, both Interchange translators and the legacy import process smooth the edges of static meshes that don't contain smoothing information.\nIf you have an older project that relies on leaving hard edges by default, you can disable this setting to preserve consistency with older assets." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GenericPipelineClass_MetaData[] = {
{ "Category", "Editor Generic Pipeline Class" },
{ "Comment", "/**\n\x09 * Specifies which pipeline class Interchange should use when editor tools import or reimport an asset with base settings.\n\x09 * Unreal Editor depends on this class to be set. You can only edit this property in the .ini file.\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Specifies which pipeline class Interchange should use when editor tools import or reimport an asset with base settings.\nUnreal Editor depends on this class to be set. You can only edit this property in the .ini file." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConverterDefaultPipeline_MetaData[] = {
{ "AllowedClasses", "/Script/InterchangeCore.InterchangePipelineBase, /Script/InterchangeEngine.InterchangeBlueprintPipelineBase, /Script/InterchangeEngine.InterchangePythonPipelineAsset" },
{ "Category", "Converters" },
{ "Comment", "/**\n\x09 * Optional, the pipeline asset converters will duplicate to create interchange import data pipeline.\n\x09 * If not set, converters will duplicate a pipeline class CDO of there choice.\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Optional, the pipeline asset converters will duplicate to create interchange import data pipeline.\nIf not set, converters will duplicate a pipeline class CDO of there choice." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterchangeGroups_MetaData[] = {
{ "Category", "Groups" },
{ "Comment", "/**\n\x09* Groups that define PerTransalatorPipelines that user can select to use.\n\x09*/" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "NoElementDuplicate", "" },
{ "ToolTip", "Groups that define PerTransalatorPipelines that user can select to use." },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeProjectSettings constinit property declarations **************
static const UECodeGen_Private::FStructPropertyParams NewProp_ContentImportSettings;
static const UECodeGen_Private::FStructPropertyParams NewProp_SceneImportSettings;
static const UECodeGen_Private::FSoftClassPropertyParams NewProp_FilePickerClass;
static void NewProp_bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing;
static const UECodeGen_Private::FSoftClassPropertyParams NewProp_GenericPipelineClass;
static const UECodeGen_Private::FStructPropertyParams NewProp_ConverterDefaultPipeline;
static const UECodeGen_Private::FStructPropertyParams NewProp_InterchangeGroups_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InterchangeGroups;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeProjectSettings constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeProjectSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeProjectSettings_Statics
// ********** Begin Class UInterchangeProjectSettings Property Definitions *************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_ContentImportSettings = { "ContentImportSettings", nullptr, (EPropertyFlags)0x0010000000004005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeProjectSettings, ContentImportSettings), Z_Construct_UScriptStruct_FInterchangeContentImportSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ContentImportSettings_MetaData), NewProp_ContentImportSettings_MetaData) }; // 1719777244
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_SceneImportSettings = { "SceneImportSettings", nullptr, (EPropertyFlags)0x0010000000004005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeProjectSettings, SceneImportSettings), Z_Construct_UScriptStruct_FInterchangeSceneImportSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SceneImportSettings_MetaData), NewProp_SceneImportSettings_MetaData) }; // 918658684
const UECodeGen_Private::FSoftClassPropertyParams Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_FilePickerClass = { "FilePickerClass", nullptr, (EPropertyFlags)0x0014000000004005, UECodeGen_Private::EPropertyGenFlags::SoftClass, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeProjectSettings, FilePickerClass), Z_Construct_UClass_UInterchangeFilePickerBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FilePickerClass_MetaData), NewProp_FilePickerClass_MetaData) };
void Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing_SetBit(void* Obj)
{
((UInterchangeProjectSettings*)Obj)->bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing = { "bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing", nullptr, (EPropertyFlags)0x0010000000004005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UInterchangeProjectSettings), &Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing_MetaData), NewProp_bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing_MetaData) };
const UECodeGen_Private::FSoftClassPropertyParams Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_GenericPipelineClass = { "GenericPipelineClass", nullptr, (EPropertyFlags)0x0014000000004005, UECodeGen_Private::EPropertyGenFlags::SoftClass, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeProjectSettings, GenericPipelineClass), Z_Construct_UClass_UInterchangePipelineBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GenericPipelineClass_MetaData), NewProp_GenericPipelineClass_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_ConverterDefaultPipeline = { "ConverterDefaultPipeline", nullptr, (EPropertyFlags)0x0010000000004005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeProjectSettings, ConverterDefaultPipeline), Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConverterDefaultPipeline_MetaData), NewProp_ConverterDefaultPipeline_MetaData) }; // 2425717601
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_InterchangeGroups_Inner = { "InterchangeGroups", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInterchangeGroup, METADATA_PARAMS(0, nullptr) }; // 3070744105
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_InterchangeGroups = { "InterchangeGroups", nullptr, (EPropertyFlags)0x0010000000004005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeProjectSettings, InterchangeGroups), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterchangeGroups_MetaData), NewProp_InterchangeGroups_MetaData) }; // 3070744105
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeProjectSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_ContentImportSettings,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_SceneImportSettings,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_FilePickerClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_bStaticMeshUseSmoothEdgesIfSmoothingInformationIsMissing,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_GenericPipelineClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_ConverterDefaultPipeline,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_InterchangeGroups_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeProjectSettings_Statics::NewProp_InterchangeGroups,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeProjectSettings_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeProjectSettings Property Definitions ***************************
UObject* (*const Z_Construct_UClass_UInterchangeProjectSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeProjectSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeProjectSettings_Statics::ClassParams = {
&UInterchangeProjectSettings::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeProjectSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeProjectSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeProjectSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeProjectSettings_Statics::Class_MetaDataParams)
};
void UInterchangeProjectSettings::StaticRegisterNativesUInterchangeProjectSettings()
{
}
UClass* Z_Construct_UClass_UInterchangeProjectSettings()
{
if (!Z_Registration_Info_UClass_UInterchangeProjectSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeProjectSettings.OuterSingleton, Z_Construct_UClass_UInterchangeProjectSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeProjectSettings.OuterSingleton;
}
UInterchangeProjectSettings::UInterchangeProjectSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeProjectSettings);
UInterchangeProjectSettings::~UInterchangeProjectSettings() {}
// ********** End Class UInterchangeProjectSettings ************************************************
// ********** Begin Class UInterchangeProjectSettingsScript Function GetPipelineArrayFromPipelineStack
struct Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics
{
struct InterchangeProjectSettingsScript_eventGetPipelineArrayFromPipelineStack_Parms
{
FInterchangePipelineStack InterchangePipelineStack;
TArray<UInterchangePipelineBase*> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange Settings" },
{ "Comment", "/**\n\x09 * Pipeline stack store SoftObjectPath which are not supported in python, you can use this function to retrieve the object from FInterchangePipelineStack.\n\x09 * \n\x09 * @note: It return duplicated pipeline objects\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Pipeline stack store SoftObjectPath which are not supported in python, you can use this function to retrieve the object from FInterchangePipelineStack.\n\n@note: It return duplicated pipeline objects" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterchangePipelineStack_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetPipelineArrayFromPipelineStack constinit property declarations *****
static const UECodeGen_Private::FStructPropertyParams NewProp_InterchangePipelineStack;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetPipelineArrayFromPipelineStack constinit property declarations *******
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetPipelineArrayFromPipelineStack Property Definitions ****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::NewProp_InterchangePipelineStack = { "InterchangePipelineStack", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeProjectSettingsScript_eventGetPipelineArrayFromPipelineStack_Parms, InterchangePipelineStack), Z_Construct_UScriptStruct_FInterchangePipelineStack, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterchangePipelineStack_MetaData), NewProp_InterchangePipelineStack_MetaData) }; // 1819692452
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UInterchangePipelineBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeProjectSettingsScript_eventGetPipelineArrayFromPipelineStack_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::NewProp_InterchangePipelineStack,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::PropPointers) < 2048);
// ********** End Function GetPipelineArrayFromPipelineStack Property Definitions ******************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeProjectSettingsScript, nullptr, "GetPipelineArrayFromPipelineStack", Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::InterchangeProjectSettingsScript_eventGetPipelineArrayFromPipelineStack_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::InterchangeProjectSettingsScript_eventGetPipelineArrayFromPipelineStack_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeProjectSettingsScript::execGetPipelineArrayFromPipelineStack)
{
P_GET_STRUCT_REF(FInterchangePipelineStack,Z_Param_Out_InterchangePipelineStack);
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<UInterchangePipelineBase*>*)Z_Param__Result=UInterchangeProjectSettingsScript::GetPipelineArrayFromPipelineStack(Z_Param_Out_InterchangePipelineStack);
P_NATIVE_END;
}
// ********** End Class UInterchangeProjectSettingsScript Function GetPipelineArrayFromPipelineStack
// ********** Begin Class UInterchangeProjectSettingsScript Function GetPipelineArrayFromTranslatorPipelines
struct Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics
{
struct InterchangeProjectSettingsScript_eventGetPipelineArrayFromTranslatorPipelines_Parms
{
FInterchangeTranslatorPipelines InterchangeTranslatorPipeline;
TArray<UInterchangePipelineBase*> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange Settings" },
{ "Comment", "/**\n\x09 * Pipeline stack store SoftObjectPath which are not supported in python, you can use this function to retrieve the object from FInterchangeTranslatorPipelines.\n\x09 * \n\x09 * @note: It return duplicated pipeline objects\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Pipeline stack store SoftObjectPath which are not supported in python, you can use this function to retrieve the object from FInterchangeTranslatorPipelines.\n\n@note: It return duplicated pipeline objects" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterchangeTranslatorPipeline_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetPipelineArrayFromTranslatorPipelines constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_InterchangeTranslatorPipeline;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetPipelineArrayFromTranslatorPipelines constinit property declarations *
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetPipelineArrayFromTranslatorPipelines Property Definitions **********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::NewProp_InterchangeTranslatorPipeline = { "InterchangeTranslatorPipeline", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeProjectSettingsScript_eventGetPipelineArrayFromTranslatorPipelines_Parms, InterchangeTranslatorPipeline), Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterchangeTranslatorPipeline_MetaData), NewProp_InterchangeTranslatorPipeline_MetaData) }; // 2712404042
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UInterchangePipelineBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeProjectSettingsScript_eventGetPipelineArrayFromTranslatorPipelines_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::NewProp_InterchangeTranslatorPipeline,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::PropPointers) < 2048);
// ********** End Function GetPipelineArrayFromTranslatorPipelines Property Definitions ************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeProjectSettingsScript, nullptr, "GetPipelineArrayFromTranslatorPipelines", Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::InterchangeProjectSettingsScript_eventGetPipelineArrayFromTranslatorPipelines_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::InterchangeProjectSettingsScript_eventGetPipelineArrayFromTranslatorPipelines_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeProjectSettingsScript::execGetPipelineArrayFromTranslatorPipelines)
{
P_GET_STRUCT_REF(FInterchangeTranslatorPipelines,Z_Param_Out_InterchangeTranslatorPipeline);
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<UInterchangePipelineBase*>*)Z_Param__Result=UInterchangeProjectSettingsScript::GetPipelineArrayFromTranslatorPipelines(Z_Param_Out_InterchangeTranslatorPipeline);
P_NATIVE_END;
}
// ********** End Class UInterchangeProjectSettingsScript Function GetPipelineArrayFromTranslatorPipelines
// ********** Begin Class UInterchangeProjectSettingsScript Function GetPipelineStackFromSourceData
struct Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics
{
struct InterchangeProjectSettingsScript_eventGetPipelineStackFromSourceData_Parms
{
bool bIsSceneImport;
const UInterchangeSourceData* SourceData;
TArray<UInterchangePipelineBase*> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange Settings" },
{ "Comment", "/**\n\x09 * Return the default settings pipeline stack for the specified source data.\n\x09 * \n\x09 * @note: It return duplicated pipeline objects\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Return the default settings pipeline stack for the specified source data.\n\n@note: It return duplicated pipeline objects" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsSceneImport_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceData_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetPipelineStackFromSourceData constinit property declarations ********
static void NewProp_bIsSceneImport_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsSceneImport;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceData;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetPipelineStackFromSourceData constinit property declarations **********
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetPipelineStackFromSourceData Property Definitions *******************
void Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_bIsSceneImport_SetBit(void* Obj)
{
((InterchangeProjectSettingsScript_eventGetPipelineStackFromSourceData_Parms*)Obj)->bIsSceneImport = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_bIsSceneImport = { "bIsSceneImport", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangeProjectSettingsScript_eventGetPipelineStackFromSourceData_Parms), &Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_bIsSceneImport_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsSceneImport_MetaData), NewProp_bIsSceneImport_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_SourceData = { "SourceData", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeProjectSettingsScript_eventGetPipelineStackFromSourceData_Parms, SourceData), Z_Construct_UClass_UInterchangeSourceData_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceData_MetaData), NewProp_SourceData_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UInterchangePipelineBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeProjectSettingsScript_eventGetPipelineStackFromSourceData_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_bIsSceneImport,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_SourceData,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::PropPointers) < 2048);
// ********** End Function GetPipelineStackFromSourceData Property Definitions *********************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeProjectSettingsScript, nullptr, "GetPipelineStackFromSourceData", Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::InterchangeProjectSettingsScript_eventGetPipelineStackFromSourceData_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::InterchangeProjectSettingsScript_eventGetPipelineStackFromSourceData_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeProjectSettingsScript::execGetPipelineStackFromSourceData)
{
P_GET_UBOOL(Z_Param_bIsSceneImport);
P_GET_OBJECT(UInterchangeSourceData,Z_Param_SourceData);
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<UInterchangePipelineBase*>*)Z_Param__Result=UInterchangeProjectSettingsScript::GetPipelineStackFromSourceData(Z_Param_bIsSceneImport,Z_Param_SourceData);
P_NATIVE_END;
}
// ********** End Class UInterchangeProjectSettingsScript Function GetPipelineStackFromSourceData **
// ********** Begin Class UInterchangeProjectSettingsScript ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeProjectSettingsScript;
UClass* UInterchangeProjectSettingsScript::GetPrivateStaticClass()
{
using TClass = UInterchangeProjectSettingsScript;
if (!Z_Registration_Info_UClass_UInterchangeProjectSettingsScript.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeProjectSettingsScript"),
Z_Registration_Info_UClass_UInterchangeProjectSettingsScript.InnerSingleton,
StaticRegisterNativesUInterchangeProjectSettingsScript,
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_UInterchangeProjectSettingsScript.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeProjectSettingsScript_NoRegister()
{
return UInterchangeProjectSettingsScript::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeProjectSettingsScript_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "InterchangeProjectSettings.h" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeProjectSettingsScript constinit property declarations ********
// ********** End Class UInterchangeProjectSettingsScript constinit property declarations **********
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetPipelineArrayFromPipelineStack"), .Pointer = &UInterchangeProjectSettingsScript::execGetPipelineArrayFromPipelineStack },
{ .NameUTF8 = UTF8TEXT("GetPipelineArrayFromTranslatorPipelines"), .Pointer = &UInterchangeProjectSettingsScript::execGetPipelineArrayFromTranslatorPipelines },
{ .NameUTF8 = UTF8TEXT("GetPipelineStackFromSourceData"), .Pointer = &UInterchangeProjectSettingsScript::execGetPipelineStackFromSourceData },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromPipelineStack, "GetPipelineArrayFromPipelineStack" }, // 1280215668
{ &Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineArrayFromTranslatorPipelines, "GetPipelineArrayFromTranslatorPipelines" }, // 465738768
{ &Z_Construct_UFunction_UInterchangeProjectSettingsScript_GetPipelineStackFromSourceData, "GetPipelineStackFromSourceData" }, // 1116158540
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeProjectSettingsScript>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeProjectSettingsScript_Statics
UObject* (*const Z_Construct_UClass_UInterchangeProjectSettingsScript_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeProjectSettingsScript_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeProjectSettingsScript_Statics::ClassParams = {
&UInterchangeProjectSettingsScript::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeProjectSettingsScript_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeProjectSettingsScript_Statics::Class_MetaDataParams)
};
void UInterchangeProjectSettingsScript::StaticRegisterNativesUInterchangeProjectSettingsScript()
{
UClass* Class = UInterchangeProjectSettingsScript::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeProjectSettingsScript_Statics::Funcs));
}
UClass* Z_Construct_UClass_UInterchangeProjectSettingsScript()
{
if (!Z_Registration_Info_UClass_UInterchangeProjectSettingsScript.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeProjectSettingsScript.OuterSingleton, Z_Construct_UClass_UInterchangeProjectSettingsScript_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeProjectSettingsScript.OuterSingleton;
}
UInterchangeProjectSettingsScript::UInterchangeProjectSettingsScript(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeProjectSettingsScript);
UInterchangeProjectSettingsScript::~UInterchangeProjectSettingsScript() {}
// ********** End Class UInterchangeProjectSettingsScript ******************************************
// ********** Begin Class UInterchangeEditorSettings Function GetSelectableItems *******************
struct Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics
{
struct InterchangeEditorSettings_eventGetSelectableItems_Parms
{
TArray<FName> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin Function GetSelectableItems constinit property declarations ********************
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetSelectableItems constinit property declarations **********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetSelectableItems Property Definitions *******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeEditorSettings_eventGetSelectableItems_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::PropPointers) < 2048);
// ********** End Function GetSelectableItems Property Definitions *********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeEditorSettings, nullptr, "GetSelectableItems", Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::InterchangeEditorSettings_eventGetSelectableItems_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x40040401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::InterchangeEditorSettings_eventGetSelectableItems_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeEditorSettings::execGetSelectableItems)
{
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<FName>*)Z_Param__Result=P_THIS->GetSelectableItems();
P_NATIVE_END;
}
// ********** End Class UInterchangeEditorSettings Function GetSelectableItems *********************
// ********** Begin Class UInterchangeEditorSettings Function GetUsedGroupName *********************
struct Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics
{
struct InterchangeEditorSettings_eventGetUsedGroupName_Parms
{
FName ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Groups" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetUsedGroupName constinit property declarations **********************
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetUsedGroupName constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetUsedGroupName Property Definitions *********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000008000582, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeEditorSettings_eventGetUsedGroupName_Parms, ReturnValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::PropPointers) < 2048);
// ********** End Function GetUsedGroupName Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeEditorSettings, nullptr, "GetUsedGroupName", Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::InterchangeEditorSettings_eventGetUsedGroupName_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::InterchangeEditorSettings_eventGetUsedGroupName_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeEditorSettings::execGetUsedGroupName)
{
P_FINISH;
P_NATIVE_BEGIN;
*(FName*)Z_Param__Result=P_THIS->GetUsedGroupName();
P_NATIVE_END;
}
// ********** End Class UInterchangeEditorSettings Function GetUsedGroupName ***********************
// ********** Begin Class UInterchangeEditorSettings Function SetUsedGroupName *********************
struct Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics
{
struct InterchangeEditorSettings_eventSetUsedGroupName_Parms
{
FName InUsedGroupName;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Groups" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InUsedGroupName_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetUsedGroupName constinit property declarations **********************
static const UECodeGen_Private::FNamePropertyParams NewProp_InUsedGroupName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetUsedGroupName constinit property declarations ************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetUsedGroupName Property Definitions *********************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::NewProp_InUsedGroupName = { "InUsedGroupName", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeEditorSettings_eventSetUsedGroupName_Parms, InUsedGroupName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InUsedGroupName_MetaData), NewProp_InUsedGroupName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::NewProp_InUsedGroupName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::PropPointers) < 2048);
// ********** End Function SetUsedGroupName Property Definitions ***********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeEditorSettings, nullptr, "SetUsedGroupName", Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::InterchangeEditorSettings_eventSetUsedGroupName_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::InterchangeEditorSettings_eventSetUsedGroupName_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangeEditorSettings::execSetUsedGroupName)
{
P_GET_PROPERTY_REF(FNameProperty,Z_Param_Out_InUsedGroupName);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetUsedGroupName(Z_Param_Out_InUsedGroupName);
P_NATIVE_END;
}
// ********** End Class UInterchangeEditorSettings Function SetUsedGroupName ***********************
// ********** Begin Class UInterchangeEditorSettings ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeEditorSettings;
UClass* UInterchangeEditorSettings::GetPrivateStaticClass()
{
using TClass = UInterchangeEditorSettings;
if (!Z_Registration_Info_UClass_UInterchangeEditorSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeEditorSettings"),
Z_Registration_Info_UClass_UInterchangeEditorSettings.InnerSingleton,
StaticRegisterNativesUInterchangeEditorSettings,
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_UInterchangeEditorSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeEditorSettings_NoRegister()
{
return UInterchangeEditorSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeEditorSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "DisplayName", "Interchange" },
{ "IncludePath", "InterchangeProjectSettings.h" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowImportDialogAtReimport_MetaData[] = {
{ "Category", "Show Dialog" },
{ "EditCondition", "false" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
{ "ToolTip", "Use the dialog overrides on the Interchange category of the Project Settings if you want to control when the Interchange reimport dialog is shown" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UsedGroupName_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "Group Used" },
{ "GetOptions", "GetSelectableItems" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UsedGroupUID_MetaData[] = {
{ "Category", "Group Used" },
{ "EditCondition", "false" },
{ "EditConditionHides", "" },
{ "IgnoreForMemberInitializationTest", "" },
{ "ModuleRelativePath", "Public/InterchangeProjectSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeEditorSettings constinit property declarations ***************
static void NewProp_bShowImportDialogAtReimport_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowImportDialogAtReimport;
static const UECodeGen_Private::FNamePropertyParams NewProp_UsedGroupName;
static const UECodeGen_Private::FStructPropertyParams NewProp_UsedGroupUID;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeEditorSettings constinit property declarations *****************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetSelectableItems"), .Pointer = &UInterchangeEditorSettings::execGetSelectableItems },
{ .NameUTF8 = UTF8TEXT("GetUsedGroupName"), .Pointer = &UInterchangeEditorSettings::execGetUsedGroupName },
{ .NameUTF8 = UTF8TEXT("SetUsedGroupName"), .Pointer = &UInterchangeEditorSettings::execSetUsedGroupName },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UInterchangeEditorSettings_GetSelectableItems, "GetSelectableItems" }, // 3713921194
{ &Z_Construct_UFunction_UInterchangeEditorSettings_GetUsedGroupName, "GetUsedGroupName" }, // 744179951
{ &Z_Construct_UFunction_UInterchangeEditorSettings_SetUsedGroupName, "SetUsedGroupName" }, // 1056989406
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeEditorSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeEditorSettings_Statics
// ********** Begin Class UInterchangeEditorSettings Property Definitions **************************
void Z_Construct_UClass_UInterchangeEditorSettings_Statics::NewProp_bShowImportDialogAtReimport_SetBit(void* Obj)
{
((UInterchangeEditorSettings*)Obj)->bShowImportDialogAtReimport = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UInterchangeEditorSettings_Statics::NewProp_bShowImportDialogAtReimport = { "bShowImportDialogAtReimport", nullptr, (EPropertyFlags)0x0010000000004005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UInterchangeEditorSettings), &Z_Construct_UClass_UInterchangeEditorSettings_Statics::NewProp_bShowImportDialogAtReimport_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowImportDialogAtReimport_MetaData), NewProp_bShowImportDialogAtReimport_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UInterchangeEditorSettings_Statics::NewProp_UsedGroupName = { "UsedGroupName", nullptr, (EPropertyFlags)0x0040000000002001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeEditorSettings, UsedGroupName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UsedGroupName_MetaData), NewProp_UsedGroupName_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UInterchangeEditorSettings_Statics::NewProp_UsedGroupUID = { "UsedGroupUID", nullptr, (EPropertyFlags)0x0040000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeEditorSettings, UsedGroupUID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UsedGroupUID_MetaData), NewProp_UsedGroupUID_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeEditorSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeEditorSettings_Statics::NewProp_bShowImportDialogAtReimport,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeEditorSettings_Statics::NewProp_UsedGroupName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeEditorSettings_Statics::NewProp_UsedGroupUID,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorSettings_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeEditorSettings Property Definitions ****************************
UObject* (*const Z_Construct_UClass_UInterchangeEditorSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeEditorSettings_Statics::ClassParams = {
&UInterchangeEditorSettings::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UInterchangeEditorSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeEditorSettings_Statics::Class_MetaDataParams)
};
void UInterchangeEditorSettings::StaticRegisterNativesUInterchangeEditorSettings()
{
UClass* Class = UInterchangeEditorSettings::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeEditorSettings_Statics::Funcs));
}
UClass* Z_Construct_UClass_UInterchangeEditorSettings()
{
if (!Z_Registration_Info_UClass_UInterchangeEditorSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeEditorSettings.OuterSingleton, Z_Construct_UClass_UInterchangeEditorSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeEditorSettings.OuterSingleton;
}
UInterchangeEditorSettings::UInterchangeEditorSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeEditorSettings);
UInterchangeEditorSettings::~UInterchangeEditorSettings() {}
// ********** End Class UInterchangeEditorSettings *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeProjectSettings_h__Script_InterchangeEngine_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FInterchangeTranslatorPipelines::StaticStruct, Z_Construct_UScriptStruct_FInterchangeTranslatorPipelines_Statics::NewStructOps, TEXT("InterchangeTranslatorPipelines"),&Z_Registration_Info_UScriptStruct_FInterchangeTranslatorPipelines, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeTranslatorPipelines), 2712404042U) },
{ FInterchangePipelineStack::StaticStruct, Z_Construct_UScriptStruct_FInterchangePipelineStack_Statics::NewStructOps, TEXT("InterchangePipelineStack"),&Z_Registration_Info_UScriptStruct_FInterchangePipelineStack, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangePipelineStack), 1819692452U) },
{ FInterchangePerTranslatorDialogOverride::StaticStruct, Z_Construct_UScriptStruct_FInterchangePerTranslatorDialogOverride_Statics::NewStructOps, TEXT("InterchangePerTranslatorDialogOverride"),&Z_Registration_Info_UScriptStruct_FInterchangePerTranslatorDialogOverride, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangePerTranslatorDialogOverride), 470288683U) },
{ FInterchangeDialogOverride::StaticStruct, Z_Construct_UScriptStruct_FInterchangeDialogOverride_Statics::NewStructOps, TEXT("InterchangeDialogOverride"),&Z_Registration_Info_UScriptStruct_FInterchangeDialogOverride, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeDialogOverride), 447399248U) },
{ FInterchangeImportSettings::StaticStruct, Z_Construct_UScriptStruct_FInterchangeImportSettings_Statics::NewStructOps, TEXT("InterchangeImportSettings"),&Z_Registration_Info_UScriptStruct_FInterchangeImportSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeImportSettings), 1368654418U) },
{ FInterchangeSceneImportSettings::StaticStruct, Z_Construct_UScriptStruct_FInterchangeSceneImportSettings_Statics::NewStructOps, TEXT("InterchangeSceneImportSettings"),&Z_Registration_Info_UScriptStruct_FInterchangeSceneImportSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeSceneImportSettings), 918658684U) },
{ FInterchangeContentImportSettings::StaticStruct, Z_Construct_UScriptStruct_FInterchangeContentImportSettings_Statics::NewStructOps, TEXT("InterchangeContentImportSettings"),&Z_Registration_Info_UScriptStruct_FInterchangeContentImportSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeContentImportSettings), 1719777244U) },
{ FInterchangeGroup::StaticStruct, Z_Construct_UScriptStruct_FInterchangeGroup_Statics::NewStructOps, TEXT("InterchangeGroup"),&Z_Registration_Info_UScriptStruct_FInterchangeGroup, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeGroup), 3070744105U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeProjectSettings, UInterchangeProjectSettings::StaticClass, TEXT("UInterchangeProjectSettings"), &Z_Registration_Info_UClass_UInterchangeProjectSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeProjectSettings), 2307330290U) },
{ Z_Construct_UClass_UInterchangeProjectSettingsScript, UInterchangeProjectSettingsScript::StaticClass, TEXT("UInterchangeProjectSettingsScript"), &Z_Registration_Info_UClass_UInterchangeProjectSettingsScript, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeProjectSettingsScript), 2330096521U) },
{ Z_Construct_UClass_UInterchangeEditorSettings, UInterchangeEditorSettings::StaticClass, TEXT("UInterchangeEditorSettings"), &Z_Registration_Info_UClass_UInterchangeEditorSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeEditorSettings), 3571794765U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeProjectSettings_h__Script_InterchangeEngine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeProjectSettings_h__Script_InterchangeEngine_2963595647{
TEXT("/Script/InterchangeEngine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeProjectSettings_h__Script_InterchangeEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeProjectSettings_h__Script_InterchangeEngine_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeProjectSettings_h__Script_InterchangeEngine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeProjectSettings_h__Script_InterchangeEngine_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS