Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/InterchangeEngine/UHT/InterchangePipelineConfigurationBase.gen.cpp

794 lines
77 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "InterchangePipelineConfigurationBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangePipelineConfigurationBase() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeBaseNodeContainer_NoRegister();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangePipelineBase_NoRegister();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeSourceData_NoRegister();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeTranslatorBase_NoRegister();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangePipelineConfigurationBase();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangePipelineConfigurationBase_NoRegister();
INTERCHANGEENGINE_API UEnum* Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult();
INTERCHANGEENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeStackInfo();
UPackage* Z_Construct_UPackage__Script_InterchangeEngine();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EInterchangePipelineConfigurationDialogResult *****************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EInterchangePipelineConfigurationDialogResult;
static UEnum* EInterchangePipelineConfigurationDialogResult_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EInterchangePipelineConfigurationDialogResult.OuterSingleton)
{
Z_Registration_Info_UEnum_EInterchangePipelineConfigurationDialogResult.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("EInterchangePipelineConfigurationDialogResult"));
}
return Z_Registration_Info_UEnum_EInterchangePipelineConfigurationDialogResult.OuterSingleton;
}
template<> INTERCHANGEENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EInterchangePipelineConfigurationDialogResult>()
{
return EInterchangePipelineConfigurationDialogResult_StaticEnum();
}
struct Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Cancel.DisplayName", "Cancel" },
{ "Cancel.Name", "EInterchangePipelineConfigurationDialogResult::Cancel" },
{ "Import.DisplayName", "Import" },
{ "Import.Name", "EInterchangePipelineConfigurationDialogResult::Import" },
{ "ImportAll.DisplayName", "Import All" },
{ "ImportAll.Name", "EInterchangePipelineConfigurationDialogResult::ImportAll" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationBase.h" },
{ "SaveConfig.DisplayName", "Save Config" },
{ "SaveConfig.Name", "EInterchangePipelineConfigurationDialogResult::SaveConfig" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EInterchangePipelineConfigurationDialogResult::Cancel", (int64)EInterchangePipelineConfigurationDialogResult::Cancel },
{ "EInterchangePipelineConfigurationDialogResult::Import", (int64)EInterchangePipelineConfigurationDialogResult::Import },
{ "EInterchangePipelineConfigurationDialogResult::ImportAll", (int64)EInterchangePipelineConfigurationDialogResult::ImportAll },
{ "EInterchangePipelineConfigurationDialogResult::SaveConfig", (int64)EInterchangePipelineConfigurationDialogResult::SaveConfig },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_InterchangeEngine,
nullptr,
"EInterchangePipelineConfigurationDialogResult",
"EInterchangePipelineConfigurationDialogResult",
Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult()
{
if (!Z_Registration_Info_UEnum_EInterchangePipelineConfigurationDialogResult.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EInterchangePipelineConfigurationDialogResult.InnerSingleton, Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EInterchangePipelineConfigurationDialogResult.InnerSingleton;
}
// ********** End Enum EInterchangePipelineConfigurationDialogResult *******************************
// ********** Begin ScriptStruct FInterchangeStackInfo *********************************************
struct Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FInterchangeStackInfo); }
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeStackInfo); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationBase.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StackName_MetaData[] = {
{ "Category", "Interchange | Translator" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationBase.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pipelines_MetaData[] = {
{ "Category", "Interchange | Translator" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationBase.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FInterchangeStackInfo constinit property declarations *************
static const UECodeGen_Private::FNamePropertyParams NewProp_StackName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Pipelines_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Pipelines;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FInterchangeStackInfo constinit property declarations ***************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangeStackInfo>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeStackInfo;
class UScriptStruct* FInterchangeStackInfo::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeStackInfo.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FInterchangeStackInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeStackInfo, (UObject*)Z_Construct_UPackage__Script_InterchangeEngine(), TEXT("InterchangeStackInfo"));
}
return Z_Registration_Info_UScriptStruct_FInterchangeStackInfo.OuterSingleton;
}
// ********** Begin ScriptStruct FInterchangeStackInfo Property Definitions ************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::NewProp_StackName = { "StackName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeStackInfo, StackName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StackName_MetaData), NewProp_StackName_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::NewProp_Pipelines_Inner = { "Pipelines", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, 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_UScriptStruct_FInterchangeStackInfo_Statics::NewProp_Pipelines = { "Pipelines", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeStackInfo, Pipelines), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pipelines_MetaData), NewProp_Pipelines_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::NewProp_StackName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::NewProp_Pipelines_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::NewProp_Pipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FInterchangeStackInfo Property Definitions **************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
nullptr,
&NewStructOps,
"InterchangeStackInfo",
Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::PropPointers),
sizeof(FInterchangeStackInfo),
alignof(FInterchangeStackInfo),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FInterchangeStackInfo()
{
if (!Z_Registration_Info_UScriptStruct_FInterchangeStackInfo.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeStackInfo.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangeStackInfo.InnerSingleton);
}
// ********** End ScriptStruct FInterchangeStackInfo ***********************************************
// ********** Begin Class UInterchangePipelineConfigurationBase Function ScriptedShowPipelineConfigurationDialog
struct InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms
{
TArray<FInterchangeStackInfo> PipelineStacks;
TArray<UInterchangePipelineBase*> OutPipelines;
UInterchangeSourceData* SourceData;
UInterchangeTranslatorBase* Translator;
UInterchangeBaseNodeContainer* BaseNodeContainer;
EInterchangePipelineConfigurationDialogResult ReturnValue;
/** Constructor, initializes return property only **/
InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms()
: ReturnValue((EInterchangePipelineConfigurationDialogResult)0)
{
}
};
static FName NAME_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog = FName(TEXT("ScriptedShowPipelineConfigurationDialog"));
EInterchangePipelineConfigurationDialogResult UInterchangePipelineConfigurationBase::ScriptedShowPipelineConfigurationDialog(TArray<FInterchangeStackInfo>& PipelineStacks, TArray<UInterchangePipelineBase*>& OutPipelines, UInterchangeSourceData* SourceData, UInterchangeTranslatorBase* Translator, UInterchangeBaseNodeContainer* BaseNodeContainer)
{
UFunction* Func = FindFunctionChecked(NAME_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog);
if (!Func->GetOwnerClass()->HasAnyClassFlags(CLASS_Native))
{
InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms Parms;
Parms.PipelineStacks=PipelineStacks;
Parms.OutPipelines=OutPipelines;
Parms.SourceData=SourceData;
Parms.Translator=Translator;
Parms.BaseNodeContainer=BaseNodeContainer;
ProcessEvent(Func,&Parms);
PipelineStacks=Parms.PipelineStacks;
OutPipelines=Parms.OutPipelines;
return Parms.ReturnValue;
}
else
{
return ScriptedShowPipelineConfigurationDialog_Implementation(PipelineStacks, OutPipelines, SourceData, Translator, BaseNodeContainer);
}
}
struct Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Translator" },
{ "Comment", "/**\n\x09 * Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowPipelineConfigurationDialog().\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationBase.h" },
{ "ToolTip", "Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowPipelineConfigurationDialog()." },
};
#endif // WITH_METADATA
// ********** Begin Function ScriptedShowPipelineConfigurationDialog constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_PipelineStacks_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PipelineStacks;
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutPipelines_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutPipelines;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceData;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Translator;
static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseNodeContainer;
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ScriptedShowPipelineConfigurationDialog constinit property declarations *
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ScriptedShowPipelineConfigurationDialog Property Definitions **********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_PipelineStacks_Inner = { "PipelineStacks", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInterchangeStackInfo, METADATA_PARAMS(0, nullptr) }; // 170027866
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_PipelineStacks = { "PipelineStacks", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms, PipelineStacks), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 170027866
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_OutPipelines_Inner = { "OutPipelines", 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_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_OutPipelines = { "OutPipelines", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms, OutPipelines), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_SourceData = { "SourceData", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms, SourceData), Z_Construct_UClass_UInterchangeSourceData_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_Translator = { "Translator", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms, Translator), Z_Construct_UClass_UInterchangeTranslatorBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_BaseNodeContainer = { "BaseNodeContainer", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms, BaseNodeContainer), Z_Construct_UClass_UInterchangeBaseNodeContainer_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_ReturnValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms, ReturnValue), Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult, METADATA_PARAMS(0, nullptr) }; // 2033978853
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_PipelineStacks_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_PipelineStacks,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_OutPipelines_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_OutPipelines,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_SourceData,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_Translator,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_BaseNodeContainer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_ReturnValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::PropPointers) < 2048);
// ********** End Function ScriptedShowPipelineConfigurationDialog Property Definitions ************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangePipelineConfigurationBase, nullptr, "ScriptedShowPipelineConfigurationDialog", Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::PropPointers),
sizeof(InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x0C420C02, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(InterchangePipelineConfigurationBase_eventScriptedShowPipelineConfigurationDialog_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangePipelineConfigurationBase::execScriptedShowPipelineConfigurationDialog)
{
P_GET_TARRAY_REF(FInterchangeStackInfo,Z_Param_Out_PipelineStacks);
P_GET_TARRAY_REF(UInterchangePipelineBase*,Z_Param_Out_OutPipelines);
P_GET_OBJECT(UInterchangeSourceData,Z_Param_SourceData);
P_GET_OBJECT(UInterchangeTranslatorBase,Z_Param_Translator);
P_GET_OBJECT(UInterchangeBaseNodeContainer,Z_Param_BaseNodeContainer);
P_FINISH;
P_NATIVE_BEGIN;
*(EInterchangePipelineConfigurationDialogResult*)Z_Param__Result=P_THIS->ScriptedShowPipelineConfigurationDialog_Implementation(Z_Param_Out_PipelineStacks,Z_Param_Out_OutPipelines,Z_Param_SourceData,Z_Param_Translator,Z_Param_BaseNodeContainer);
P_NATIVE_END;
}
// ********** End Class UInterchangePipelineConfigurationBase Function ScriptedShowPipelineConfigurationDialog
// ********** Begin Class UInterchangePipelineConfigurationBase Function ScriptedShowReimportPipelineConfigurationDialog
struct InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms
{
TArray<FInterchangeStackInfo> PipelineStacks;
TArray<UInterchangePipelineBase*> OutPipelines;
UInterchangeSourceData* SourceData;
UInterchangeTranslatorBase* Translator;
UInterchangeBaseNodeContainer* BaseNodeContainer;
UObject* ReimportAsset;
bool bSceneImport;
EInterchangePipelineConfigurationDialogResult ReturnValue;
/** Constructor, initializes return property only **/
InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms()
: ReturnValue((EInterchangePipelineConfigurationDialogResult)0)
{
}
};
static FName NAME_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog = FName(TEXT("ScriptedShowReimportPipelineConfigurationDialog"));
EInterchangePipelineConfigurationDialogResult UInterchangePipelineConfigurationBase::ScriptedShowReimportPipelineConfigurationDialog(TArray<FInterchangeStackInfo>& PipelineStacks, TArray<UInterchangePipelineBase*>& OutPipelines, UInterchangeSourceData* SourceData, UInterchangeTranslatorBase* Translator, UInterchangeBaseNodeContainer* BaseNodeContainer, UObject* ReimportAsset, bool bSceneImport)
{
UFunction* Func = FindFunctionChecked(NAME_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog);
if (!Func->GetOwnerClass()->HasAnyClassFlags(CLASS_Native))
{
InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms Parms;
Parms.PipelineStacks=PipelineStacks;
Parms.OutPipelines=OutPipelines;
Parms.SourceData=SourceData;
Parms.Translator=Translator;
Parms.BaseNodeContainer=BaseNodeContainer;
Parms.ReimportAsset=ReimportAsset;
Parms.bSceneImport=bSceneImport ? true : false;
ProcessEvent(Func,&Parms);
PipelineStacks=Parms.PipelineStacks;
OutPipelines=Parms.OutPipelines;
return Parms.ReturnValue;
}
else
{
return ScriptedShowReimportPipelineConfigurationDialog_Implementation(PipelineStacks, OutPipelines, SourceData, Translator, BaseNodeContainer, ReimportAsset, bSceneImport);
}
}
struct Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Translator" },
{ "Comment", "/**\n\x09 * Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowReimportPipelineConfigurationDialog().\n\x09 */" },
{ "CPP_Default_bSceneImport", "false" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationBase.h" },
{ "ToolTip", "Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowReimportPipelineConfigurationDialog()." },
};
#endif // WITH_METADATA
// ********** Begin Function ScriptedShowReimportPipelineConfigurationDialog constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_PipelineStacks_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PipelineStacks;
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutPipelines_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutPipelines;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceData;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Translator;
static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseNodeContainer;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReimportAsset;
static void NewProp_bSceneImport_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSceneImport;
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ScriptedShowReimportPipelineConfigurationDialog constinit property declarations
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ScriptedShowReimportPipelineConfigurationDialog Property Definitions **
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_PipelineStacks_Inner = { "PipelineStacks", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInterchangeStackInfo, METADATA_PARAMS(0, nullptr) }; // 170027866
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_PipelineStacks = { "PipelineStacks", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms, PipelineStacks), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 170027866
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_OutPipelines_Inner = { "OutPipelines", 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_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_OutPipelines = { "OutPipelines", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms, OutPipelines), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_SourceData = { "SourceData", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms, SourceData), Z_Construct_UClass_UInterchangeSourceData_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_Translator = { "Translator", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms, Translator), Z_Construct_UClass_UInterchangeTranslatorBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_BaseNodeContainer = { "BaseNodeContainer", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms, BaseNodeContainer), Z_Construct_UClass_UInterchangeBaseNodeContainer_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_ReimportAsset = { "ReimportAsset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms, ReimportAsset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_bSceneImport_SetBit(void* Obj)
{
((InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms*)Obj)->bSceneImport = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_bSceneImport = { "bSceneImport", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms), &Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_bSceneImport_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_ReturnValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms, ReturnValue), Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult, METADATA_PARAMS(0, nullptr) }; // 2033978853
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_PipelineStacks_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_PipelineStacks,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_OutPipelines_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_OutPipelines,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_SourceData,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_Translator,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_BaseNodeContainer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_ReimportAsset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_bSceneImport,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_ReturnValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::PropPointers) < 2048);
// ********** End Function ScriptedShowReimportPipelineConfigurationDialog Property Definitions ****
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangePipelineConfigurationBase, nullptr, "ScriptedShowReimportPipelineConfigurationDialog", Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::PropPointers),
sizeof(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x0C420C02, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(InterchangePipelineConfigurationBase_eventScriptedShowReimportPipelineConfigurationDialog_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangePipelineConfigurationBase::execScriptedShowReimportPipelineConfigurationDialog)
{
P_GET_TARRAY_REF(FInterchangeStackInfo,Z_Param_Out_PipelineStacks);
P_GET_TARRAY_REF(UInterchangePipelineBase*,Z_Param_Out_OutPipelines);
P_GET_OBJECT(UInterchangeSourceData,Z_Param_SourceData);
P_GET_OBJECT(UInterchangeTranslatorBase,Z_Param_Translator);
P_GET_OBJECT(UInterchangeBaseNodeContainer,Z_Param_BaseNodeContainer);
P_GET_OBJECT(UObject,Z_Param_ReimportAsset);
P_GET_UBOOL(Z_Param_bSceneImport);
P_FINISH;
P_NATIVE_BEGIN;
*(EInterchangePipelineConfigurationDialogResult*)Z_Param__Result=P_THIS->ScriptedShowReimportPipelineConfigurationDialog_Implementation(Z_Param_Out_PipelineStacks,Z_Param_Out_OutPipelines,Z_Param_SourceData,Z_Param_Translator,Z_Param_BaseNodeContainer,Z_Param_ReimportAsset,Z_Param_bSceneImport);
P_NATIVE_END;
}
// ********** End Class UInterchangePipelineConfigurationBase Function ScriptedShowReimportPipelineConfigurationDialog
// ********** Begin Class UInterchangePipelineConfigurationBase Function ScriptedShowScenePipelineConfigurationDialog
struct InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms
{
TArray<FInterchangeStackInfo> PipelineStacks;
TArray<UInterchangePipelineBase*> OutPipelines;
UInterchangeSourceData* SourceData;
UInterchangeTranslatorBase* Translator;
UInterchangeBaseNodeContainer* BaseNodeContainer;
EInterchangePipelineConfigurationDialogResult ReturnValue;
/** Constructor, initializes return property only **/
InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms()
: ReturnValue((EInterchangePipelineConfigurationDialogResult)0)
{
}
};
static FName NAME_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog = FName(TEXT("ScriptedShowScenePipelineConfigurationDialog"));
EInterchangePipelineConfigurationDialogResult UInterchangePipelineConfigurationBase::ScriptedShowScenePipelineConfigurationDialog(TArray<FInterchangeStackInfo>& PipelineStacks, TArray<UInterchangePipelineBase*>& OutPipelines, UInterchangeSourceData* SourceData, UInterchangeTranslatorBase* Translator, UInterchangeBaseNodeContainer* BaseNodeContainer)
{
UFunction* Func = FindFunctionChecked(NAME_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog);
if (!Func->GetOwnerClass()->HasAnyClassFlags(CLASS_Native))
{
InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms Parms;
Parms.PipelineStacks=PipelineStacks;
Parms.OutPipelines=OutPipelines;
Parms.SourceData=SourceData;
Parms.Translator=Translator;
Parms.BaseNodeContainer=BaseNodeContainer;
ProcessEvent(Func,&Parms);
PipelineStacks=Parms.PipelineStacks;
OutPipelines=Parms.OutPipelines;
return Parms.ReturnValue;
}
else
{
return ScriptedShowScenePipelineConfigurationDialog_Implementation(PipelineStacks, OutPipelines, SourceData, Translator, BaseNodeContainer);
}
}
struct Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Translator" },
{ "Comment", "/**\n\x09 * Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowScenePipelineConfigurationDialog().\n\x09 */" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationBase.h" },
{ "ToolTip", "Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowScenePipelineConfigurationDialog()." },
};
#endif // WITH_METADATA
// ********** Begin Function ScriptedShowScenePipelineConfigurationDialog constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_PipelineStacks_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PipelineStacks;
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutPipelines_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutPipelines;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceData;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Translator;
static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseNodeContainer;
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ScriptedShowScenePipelineConfigurationDialog constinit property declarations
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ScriptedShowScenePipelineConfigurationDialog Property Definitions *****
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_PipelineStacks_Inner = { "PipelineStacks", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInterchangeStackInfo, METADATA_PARAMS(0, nullptr) }; // 170027866
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_PipelineStacks = { "PipelineStacks", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms, PipelineStacks), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 170027866
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_OutPipelines_Inner = { "OutPipelines", 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_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_OutPipelines = { "OutPipelines", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms, OutPipelines), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_SourceData = { "SourceData", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms, SourceData), Z_Construct_UClass_UInterchangeSourceData_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_Translator = { "Translator", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms, Translator), Z_Construct_UClass_UInterchangeTranslatorBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_BaseNodeContainer = { "BaseNodeContainer", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms, BaseNodeContainer), Z_Construct_UClass_UInterchangeBaseNodeContainer_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_ReturnValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms, ReturnValue), Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult, METADATA_PARAMS(0, nullptr) }; // 2033978853
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_PipelineStacks_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_PipelineStacks,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_OutPipelines_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_OutPipelines,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_SourceData,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_Translator,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_BaseNodeContainer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_ReturnValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::PropPointers) < 2048);
// ********** End Function ScriptedShowScenePipelineConfigurationDialog Property Definitions *******
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangePipelineConfigurationBase, nullptr, "ScriptedShowScenePipelineConfigurationDialog", Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::PropPointers),
sizeof(InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x0C420C02, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(InterchangePipelineConfigurationBase_eventScriptedShowScenePipelineConfigurationDialog_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangePipelineConfigurationBase::execScriptedShowScenePipelineConfigurationDialog)
{
P_GET_TARRAY_REF(FInterchangeStackInfo,Z_Param_Out_PipelineStacks);
P_GET_TARRAY_REF(UInterchangePipelineBase*,Z_Param_Out_OutPipelines);
P_GET_OBJECT(UInterchangeSourceData,Z_Param_SourceData);
P_GET_OBJECT(UInterchangeTranslatorBase,Z_Param_Translator);
P_GET_OBJECT(UInterchangeBaseNodeContainer,Z_Param_BaseNodeContainer);
P_FINISH;
P_NATIVE_BEGIN;
*(EInterchangePipelineConfigurationDialogResult*)Z_Param__Result=P_THIS->ScriptedShowScenePipelineConfigurationDialog_Implementation(Z_Param_Out_PipelineStacks,Z_Param_Out_OutPipelines,Z_Param_SourceData,Z_Param_Translator,Z_Param_BaseNodeContainer);
P_NATIVE_END;
}
// ********** End Class UInterchangePipelineConfigurationBase Function ScriptedShowScenePipelineConfigurationDialog
// ********** Begin Class UInterchangePipelineConfigurationBase Function ScriptedShowTestPlanConfigurationDialog
struct InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms
{
TArray<FInterchangeStackInfo> PipelineStacks;
TArray<UInterchangePipelineBase*> OutPipelines;
UInterchangeSourceData* SourceData;
UInterchangeTranslatorBase* Translator;
UInterchangeBaseNodeContainer* BaseNodeContainer;
UObject* ReimportAsset;
bool bSceneImport;
bool bReimport;
EInterchangePipelineConfigurationDialogResult ReturnValue;
/** Constructor, initializes return property only **/
InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms()
: ReturnValue((EInterchangePipelineConfigurationDialogResult)0)
{
}
};
static FName NAME_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog = FName(TEXT("ScriptedShowTestPlanConfigurationDialog"));
EInterchangePipelineConfigurationDialogResult UInterchangePipelineConfigurationBase::ScriptedShowTestPlanConfigurationDialog(TArray<FInterchangeStackInfo>& PipelineStacks, TArray<UInterchangePipelineBase*>& OutPipelines, UInterchangeSourceData* SourceData, UInterchangeTranslatorBase* Translator, UInterchangeBaseNodeContainer* BaseNodeContainer, UObject* ReimportAsset, bool bSceneImport, bool bReimport)
{
UFunction* Func = FindFunctionChecked(NAME_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog);
if (!Func->GetOwnerClass()->HasAnyClassFlags(CLASS_Native))
{
InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms Parms;
Parms.PipelineStacks=PipelineStacks;
Parms.OutPipelines=OutPipelines;
Parms.SourceData=SourceData;
Parms.Translator=Translator;
Parms.BaseNodeContainer=BaseNodeContainer;
Parms.ReimportAsset=ReimportAsset;
Parms.bSceneImport=bSceneImport ? true : false;
Parms.bReimport=bReimport ? true : false;
ProcessEvent(Func,&Parms);
PipelineStacks=Parms.PipelineStacks;
OutPipelines=Parms.OutPipelines;
return Parms.ReturnValue;
}
else
{
return ScriptedShowTestPlanConfigurationDialog_Implementation(PipelineStacks, OutPipelines, SourceData, Translator, BaseNodeContainer, ReimportAsset, bSceneImport, bReimport);
}
}
struct Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Interchange | Translator" },
{ "Comment", "/**\n\x09 * Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowTestPlanPipelineConfigurationDialog().\n\x09 */" },
{ "CPP_Default_bReimport", "false" },
{ "CPP_Default_bSceneImport", "false" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationBase.h" },
{ "ToolTip", "Non-virtual helper that allows Blueprint to implement an event-based function to implement ShowTestPlanPipelineConfigurationDialog()." },
};
#endif // WITH_METADATA
// ********** Begin Function ScriptedShowTestPlanConfigurationDialog constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_PipelineStacks_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_PipelineStacks;
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutPipelines_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_OutPipelines;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceData;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Translator;
static const UECodeGen_Private::FObjectPropertyParams NewProp_BaseNodeContainer;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReimportAsset;
static void NewProp_bSceneImport_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSceneImport;
static void NewProp_bReimport_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bReimport;
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ScriptedShowTestPlanConfigurationDialog constinit property declarations *
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ScriptedShowTestPlanConfigurationDialog Property Definitions **********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_PipelineStacks_Inner = { "PipelineStacks", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInterchangeStackInfo, METADATA_PARAMS(0, nullptr) }; // 170027866
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_PipelineStacks = { "PipelineStacks", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms, PipelineStacks), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 170027866
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_OutPipelines_Inner = { "OutPipelines", 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_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_OutPipelines = { "OutPipelines", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms, OutPipelines), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_SourceData = { "SourceData", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms, SourceData), Z_Construct_UClass_UInterchangeSourceData_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_Translator = { "Translator", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms, Translator), Z_Construct_UClass_UInterchangeTranslatorBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_BaseNodeContainer = { "BaseNodeContainer", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms, BaseNodeContainer), Z_Construct_UClass_UInterchangeBaseNodeContainer_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_ReimportAsset = { "ReimportAsset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms, ReimportAsset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_bSceneImport_SetBit(void* Obj)
{
((InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms*)Obj)->bSceneImport = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_bSceneImport = { "bSceneImport", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms), &Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_bSceneImport_SetBit, METADATA_PARAMS(0, nullptr) };
void Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_bReimport_SetBit(void* Obj)
{
((InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms*)Obj)->bReimport = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_bReimport = { "bReimport", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms), &Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_bReimport_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_ReturnValue_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms, ReturnValue), Z_Construct_UEnum_InterchangeEngine_EInterchangePipelineConfigurationDialogResult, METADATA_PARAMS(0, nullptr) }; // 2033978853
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_PipelineStacks_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_PipelineStacks,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_OutPipelines_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_OutPipelines,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_SourceData,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_Translator,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_BaseNodeContainer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_ReimportAsset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_bSceneImport,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_bReimport,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_ReturnValue_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::PropPointers) < 2048);
// ********** End Function ScriptedShowTestPlanConfigurationDialog Property Definitions ************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangePipelineConfigurationBase, nullptr, "ScriptedShowTestPlanConfigurationDialog", Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::PropPointers),
sizeof(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x0C420C02, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(InterchangePipelineConfigurationBase_eventScriptedShowTestPlanConfigurationDialog_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UInterchangePipelineConfigurationBase::execScriptedShowTestPlanConfigurationDialog)
{
P_GET_TARRAY_REF(FInterchangeStackInfo,Z_Param_Out_PipelineStacks);
P_GET_TARRAY_REF(UInterchangePipelineBase*,Z_Param_Out_OutPipelines);
P_GET_OBJECT(UInterchangeSourceData,Z_Param_SourceData);
P_GET_OBJECT(UInterchangeTranslatorBase,Z_Param_Translator);
P_GET_OBJECT(UInterchangeBaseNodeContainer,Z_Param_BaseNodeContainer);
P_GET_OBJECT(UObject,Z_Param_ReimportAsset);
P_GET_UBOOL(Z_Param_bSceneImport);
P_GET_UBOOL(Z_Param_bReimport);
P_FINISH;
P_NATIVE_BEGIN;
*(EInterchangePipelineConfigurationDialogResult*)Z_Param__Result=P_THIS->ScriptedShowTestPlanConfigurationDialog_Implementation(Z_Param_Out_PipelineStacks,Z_Param_Out_OutPipelines,Z_Param_SourceData,Z_Param_Translator,Z_Param_BaseNodeContainer,Z_Param_ReimportAsset,Z_Param_bSceneImport,Z_Param_bReimport);
P_NATIVE_END;
}
// ********** End Class UInterchangePipelineConfigurationBase Function ScriptedShowTestPlanConfigurationDialog
// ********** Begin Class UInterchangePipelineConfigurationBase ************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangePipelineConfigurationBase;
UClass* UInterchangePipelineConfigurationBase::GetPrivateStaticClass()
{
using TClass = UInterchangePipelineConfigurationBase;
if (!Z_Registration_Info_UClass_UInterchangePipelineConfigurationBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangePipelineConfigurationBase"),
Z_Registration_Info_UClass_UInterchangePipelineConfigurationBase.InnerSingleton,
StaticRegisterNativesUInterchangePipelineConfigurationBase,
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_UInterchangePipelineConfigurationBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangePipelineConfigurationBase_NoRegister()
{
return UInterchangePipelineConfigurationBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangePipelineConfigurationBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "InterchangePipelineConfigurationBase.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationBase.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangePipelineConfigurationBase constinit property declarations ****
// ********** End Class UInterchangePipelineConfigurationBase constinit property declarations ******
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("ScriptedShowPipelineConfigurationDialog"), .Pointer = &UInterchangePipelineConfigurationBase::execScriptedShowPipelineConfigurationDialog },
{ .NameUTF8 = UTF8TEXT("ScriptedShowReimportPipelineConfigurationDialog"), .Pointer = &UInterchangePipelineConfigurationBase::execScriptedShowReimportPipelineConfigurationDialog },
{ .NameUTF8 = UTF8TEXT("ScriptedShowScenePipelineConfigurationDialog"), .Pointer = &UInterchangePipelineConfigurationBase::execScriptedShowScenePipelineConfigurationDialog },
{ .NameUTF8 = UTF8TEXT("ScriptedShowTestPlanConfigurationDialog"), .Pointer = &UInterchangePipelineConfigurationBase::execScriptedShowTestPlanConfigurationDialog },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowPipelineConfigurationDialog, "ScriptedShowPipelineConfigurationDialog" }, // 3172549107
{ &Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowReimportPipelineConfigurationDialog, "ScriptedShowReimportPipelineConfigurationDialog" }, // 3679313346
{ &Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowScenePipelineConfigurationDialog, "ScriptedShowScenePipelineConfigurationDialog" }, // 3383706386
{ &Z_Construct_UFunction_UInterchangePipelineConfigurationBase_ScriptedShowTestPlanConfigurationDialog, "ScriptedShowTestPlanConfigurationDialog" }, // 978046948
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangePipelineConfigurationBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangePipelineConfigurationBase_Statics
UObject* (*const Z_Construct_UClass_UInterchangePipelineConfigurationBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangePipelineConfigurationBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangePipelineConfigurationBase_Statics::ClassParams = {
&UInterchangePipelineConfigurationBase::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_UInterchangePipelineConfigurationBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangePipelineConfigurationBase_Statics::Class_MetaDataParams)
};
void UInterchangePipelineConfigurationBase::StaticRegisterNativesUInterchangePipelineConfigurationBase()
{
UClass* Class = UInterchangePipelineConfigurationBase::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangePipelineConfigurationBase_Statics::Funcs));
}
UClass* Z_Construct_UClass_UInterchangePipelineConfigurationBase()
{
if (!Z_Registration_Info_UClass_UInterchangePipelineConfigurationBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangePipelineConfigurationBase.OuterSingleton, Z_Construct_UClass_UInterchangePipelineConfigurationBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangePipelineConfigurationBase.OuterSingleton;
}
UInterchangePipelineConfigurationBase::UInterchangePipelineConfigurationBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangePipelineConfigurationBase);
UInterchangePipelineConfigurationBase::~UInterchangePipelineConfigurationBase() {}
// ********** End Class UInterchangePipelineConfigurationBase **************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePipelineConfigurationBase_h__Script_InterchangeEngine_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EInterchangePipelineConfigurationDialogResult_StaticEnum, TEXT("EInterchangePipelineConfigurationDialogResult"), &Z_Registration_Info_UEnum_EInterchangePipelineConfigurationDialogResult, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2033978853U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FInterchangeStackInfo::StaticStruct, Z_Construct_UScriptStruct_FInterchangeStackInfo_Statics::NewStructOps, TEXT("InterchangeStackInfo"),&Z_Registration_Info_UScriptStruct_FInterchangeStackInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeStackInfo), 170027866U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangePipelineConfigurationBase, UInterchangePipelineConfigurationBase::StaticClass, TEXT("UInterchangePipelineConfigurationBase"), &Z_Registration_Info_UClass_UInterchangePipelineConfigurationBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangePipelineConfigurationBase), 1031210102U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePipelineConfigurationBase_h__Script_InterchangeEngine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePipelineConfigurationBase_h__Script_InterchangeEngine_1558081470{
TEXT("/Script/InterchangeEngine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePipelineConfigurationBase_h__Script_InterchangeEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePipelineConfigurationBase_h__Script_InterchangeEngine_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePipelineConfigurationBase_h__Script_InterchangeEngine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePipelineConfigurationBase_h__Script_InterchangeEngine_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePipelineConfigurationBase_h__Script_InterchangeEngine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePipelineConfigurationBase_h__Script_InterchangeEngine_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS