Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,139 @@
// 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 "InterchangeCardsPipeline.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangeCardsPipeline() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangePipelineBase();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeCardsPipeline();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeCardsPipeline_NoRegister();
UPackage* Z_Construct_UPackage__Script_InterchangeEditorPipelines();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UInterchangeCardsPipeline ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeCardsPipeline;
UClass* UInterchangeCardsPipeline::GetPrivateStaticClass()
{
using TClass = UInterchangeCardsPipeline;
if (!Z_Registration_Info_UClass_UInterchangeCardsPipeline.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeCardsPipeline"),
Z_Registration_Info_UClass_UInterchangeCardsPipeline.InnerSingleton,
StaticRegisterNativesUInterchangeCardsPipeline,
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_UInterchangeCardsPipeline.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeCardsPipeline_NoRegister()
{
return UInterchangeCardsPipeline::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeCardsPipeline_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * This pipeline is use by the interchange default UI to enable and disable factory node.\n *\n * @note This is an import only pipeline that is execute only when importing from the interchange default dialog.\n */" },
{ "IncludePath", "InterchangeCardsPipeline.h" },
{ "ModuleRelativePath", "Public/InterchangeCardsPipeline.h" },
{ "ToolTip", "This pipeline is use by the interchange default UI to enable and disable factory node.\n\n@note This is an import only pipeline that is execute only when importing from the interchange default dialog." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FactoryNodeClassesToDisabled_MetaData[] = {
{ "ModuleRelativePath", "Public/InterchangeCardsPipeline.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeCardsPipeline constinit property declarations ****************
static const UECodeGen_Private::FClassPropertyParams NewProp_FactoryNodeClassesToDisabled_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_FactoryNodeClassesToDisabled;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeCardsPipeline constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeCardsPipeline>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeCardsPipeline_Statics
// ********** Begin Class UInterchangeCardsPipeline Property Definitions ***************************
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UInterchangeCardsPipeline_Statics::NewProp_FactoryNodeClassesToDisabled_Inner = { "FactoryNodeClassesToDisabled", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UInterchangeCardsPipeline_Statics::NewProp_FactoryNodeClassesToDisabled = { "FactoryNodeClassesToDisabled", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeCardsPipeline, FactoryNodeClassesToDisabled), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FactoryNodeClassesToDisabled_MetaData), NewProp_FactoryNodeClassesToDisabled_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeCardsPipeline_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeCardsPipeline_Statics::NewProp_FactoryNodeClassesToDisabled_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeCardsPipeline_Statics::NewProp_FactoryNodeClassesToDisabled,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeCardsPipeline_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeCardsPipeline Property Definitions *****************************
UObject* (*const Z_Construct_UClass_UInterchangeCardsPipeline_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangePipelineBase,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeCardsPipeline_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeCardsPipeline_Statics::ClassParams = {
&UInterchangeCardsPipeline::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeCardsPipeline_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeCardsPipeline_Statics::PropPointers),
0,
0x000810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeCardsPipeline_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeCardsPipeline_Statics::Class_MetaDataParams)
};
void UInterchangeCardsPipeline::StaticRegisterNativesUInterchangeCardsPipeline()
{
}
UClass* Z_Construct_UClass_UInterchangeCardsPipeline()
{
if (!Z_Registration_Info_UClass_UInterchangeCardsPipeline.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeCardsPipeline.OuterSingleton, Z_Construct_UClass_UInterchangeCardsPipeline_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeCardsPipeline.OuterSingleton;
}
UInterchangeCardsPipeline::UInterchangeCardsPipeline(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeCardsPipeline);
UInterchangeCardsPipeline::~UInterchangeCardsPipeline() {}
// ********** End Class UInterchangeCardsPipeline **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h__Script_InterchangeEditorPipelines_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeCardsPipeline, UInterchangeCardsPipeline::StaticClass, TEXT("UInterchangeCardsPipeline"), &Z_Registration_Info_UClass_UInterchangeCardsPipeline, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeCardsPipeline), 1337773384U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h__Script_InterchangeEditorPipelines_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h__Script_InterchangeEditorPipelines_1864419914{
TEXT("/Script/InterchangeEditorPipelines"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h__Script_InterchangeEditorPipelines_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h__Script_InterchangeEditorPipelines_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "InterchangeCardsPipeline.h"
#ifdef INTERCHANGEEDITORPIPELINES_InterchangeCardsPipeline_generated_h
#error "InterchangeCardsPipeline.generated.h already included, missing '#pragma once' in InterchangeCardsPipeline.h"
#endif
#define INTERCHANGEEDITORPIPELINES_InterchangeCardsPipeline_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UInterchangeCardsPipeline ************************************************
struct Z_Construct_UClass_UInterchangeCardsPipeline_Statics;
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeCardsPipeline_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h_26_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangeCardsPipeline(); \
friend struct ::Z_Construct_UClass_UInterchangeCardsPipeline_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangeCardsPipeline_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangeCardsPipeline, UInterchangePipelineBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorPipelines"), Z_Construct_UClass_UInterchangeCardsPipeline_NoRegister) \
DECLARE_SERIALIZER(UInterchangeCardsPipeline)
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h_26_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERCHANGEEDITORPIPELINES_API UInterchangeCardsPipeline(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangeCardsPipeline(UInterchangeCardsPipeline&&) = delete; \
UInterchangeCardsPipeline(const UInterchangeCardsPipeline&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEEDITORPIPELINES_API, UInterchangeCardsPipeline); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeCardsPipeline); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangeCardsPipeline) \
INTERCHANGEEDITORPIPELINES_API virtual ~UInterchangeCardsPipeline();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h_23_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h_26_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h_26_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h_26_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangeCardsPipeline;
// ********** End Class UInterchangeCardsPipeline **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeCardsPipeline_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,209 @@
// 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 "InterchangeEditorBlueprintPipelineBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangeEditorBlueprintPipelineBase() {}
// ********** Begin Cross Module References ********************************************************
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangePipelineBase();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_NoRegister();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorPipelineBase();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorPipelineBase_NoRegister();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeBlueprintPipelineBase();
UPackage* Z_Construct_UPackage__Script_InterchangeEditorPipelines();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UInterchangeEditorPipelineBase *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeEditorPipelineBase;
UClass* UInterchangeEditorPipelineBase::GetPrivateStaticClass()
{
using TClass = UInterchangeEditorPipelineBase;
if (!Z_Registration_Info_UClass_UInterchangeEditorPipelineBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeEditorPipelineBase"),
Z_Registration_Info_UClass_UInterchangeEditorPipelineBase.InnerSingleton,
StaticRegisterNativesUInterchangeEditorPipelineBase,
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_UInterchangeEditorPipelineBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeEditorPipelineBase_NoRegister()
{
return UInterchangeEditorPipelineBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "InterchangeEditorBlueprintPipelineBase.h" },
{ "ModuleRelativePath", "Public/InterchangeEditorBlueprintPipelineBase.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeEditorPipelineBase constinit property declarations ***********
// ********** End Class UInterchangeEditorPipelineBase constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeEditorPipelineBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics
UObject* (*const Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangePipelineBase,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics::ClassParams = {
&UInterchangeEditorPipelineBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics::Class_MetaDataParams)
};
void UInterchangeEditorPipelineBase::StaticRegisterNativesUInterchangeEditorPipelineBase()
{
}
UClass* Z_Construct_UClass_UInterchangeEditorPipelineBase()
{
if (!Z_Registration_Info_UClass_UInterchangeEditorPipelineBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeEditorPipelineBase.OuterSingleton, Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeEditorPipelineBase.OuterSingleton;
}
UInterchangeEditorPipelineBase::UInterchangeEditorPipelineBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeEditorPipelineBase);
UInterchangeEditorPipelineBase::~UInterchangeEditorPipelineBase() {}
// ********** End Class UInterchangeEditorPipelineBase *********************************************
// ********** Begin Class UInterchangeEditorBlueprintPipelineBase **********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBase;
UClass* UInterchangeEditorBlueprintPipelineBase::GetPrivateStaticClass()
{
using TClass = UInterchangeEditorBlueprintPipelineBase;
if (!Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeEditorBlueprintPipelineBase"),
Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBase.InnerSingleton,
StaticRegisterNativesUInterchangeEditorBlueprintPipelineBase,
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_UInterchangeEditorBlueprintPipelineBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_NoRegister()
{
return UInterchangeEditorBlueprintPipelineBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * This class allow users to create editor only Interchange blueprint pipeline.\n */" },
{ "IncludePath", "InterchangeEditorBlueprintPipelineBase.h" },
{ "ModuleRelativePath", "Public/InterchangeEditorBlueprintPipelineBase.h" },
{ "ToolTip", "This class allow users to create editor only Interchange blueprint pipeline." },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeEditorBlueprintPipelineBase constinit property declarations **
// ********** End Class UInterchangeEditorBlueprintPipelineBase constinit property declarations ****
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeEditorBlueprintPipelineBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics
UObject* (*const Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeBlueprintPipelineBase,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics::ClassParams = {
&UInterchangeEditorBlueprintPipelineBase::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x008800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics::Class_MetaDataParams)
};
void UInterchangeEditorBlueprintPipelineBase::StaticRegisterNativesUInterchangeEditorBlueprintPipelineBase()
{
}
UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase()
{
if (!Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBase.OuterSingleton, Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBase.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeEditorBlueprintPipelineBase);
UInterchangeEditorBlueprintPipelineBase::~UInterchangeEditorBlueprintPipelineBase() {}
// ********** End Class UInterchangeEditorBlueprintPipelineBase ************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h__Script_InterchangeEditorPipelines_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeEditorPipelineBase, UInterchangeEditorPipelineBase::StaticClass, TEXT("UInterchangeEditorPipelineBase"), &Z_Registration_Info_UClass_UInterchangeEditorPipelineBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeEditorPipelineBase), 3310413657U) },
{ Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase, UInterchangeEditorBlueprintPipelineBase::StaticClass, TEXT("UInterchangeEditorBlueprintPipelineBase"), &Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeEditorBlueprintPipelineBase), 2419178433U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h__Script_InterchangeEditorPipelines_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h__Script_InterchangeEditorPipelines_3596724700{
TEXT("/Script/InterchangeEditorPipelines"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h__Script_InterchangeEditorPipelines_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h__Script_InterchangeEditorPipelines_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,102 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "InterchangeEditorBlueprintPipelineBase.h"
#ifdef INTERCHANGEEDITORPIPELINES_InterchangeEditorBlueprintPipelineBase_generated_h
#error "InterchangeEditorBlueprintPipelineBase.generated.h already included, missing '#pragma once' in InterchangeEditorBlueprintPipelineBase.h"
#endif
#define INTERCHANGEEDITORPIPELINES_InterchangeEditorBlueprintPipelineBase_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UInterchangeEditorPipelineBase *******************************************
struct Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics;
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorPipelineBase_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_17_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangeEditorPipelineBase(); \
friend struct ::Z_Construct_UClass_UInterchangeEditorPipelineBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangeEditorPipelineBase_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangeEditorPipelineBase, UInterchangePipelineBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorPipelines"), Z_Construct_UClass_UInterchangeEditorPipelineBase_NoRegister) \
DECLARE_SERIALIZER(UInterchangeEditorPipelineBase)
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_17_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERCHANGEEDITORPIPELINES_API UInterchangeEditorPipelineBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangeEditorPipelineBase(UInterchangeEditorPipelineBase&&) = delete; \
UInterchangeEditorPipelineBase(const UInterchangeEditorPipelineBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEEDITORPIPELINES_API, UInterchangeEditorPipelineBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeEditorPipelineBase); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangeEditorPipelineBase) \
INTERCHANGEEDITORPIPELINES_API virtual ~UInterchangeEditorPipelineBase();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_14_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_17_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_17_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_17_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangeEditorPipelineBase;
// ********** End Class UInterchangeEditorPipelineBase *********************************************
// ********** Begin Class UInterchangeEditorBlueprintPipelineBase **********************************
struct Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics;
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_36_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangeEditorBlueprintPipelineBase(); \
friend struct ::Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangeEditorBlueprintPipelineBase, UInterchangeBlueprintPipelineBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/InterchangeEditorPipelines"), Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBase_NoRegister) \
DECLARE_SERIALIZER(UInterchangeEditorBlueprintPipelineBase)
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_36_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangeEditorBlueprintPipelineBase(UInterchangeEditorBlueprintPipelineBase&&) = delete; \
UInterchangeEditorBlueprintPipelineBase(const UInterchangeEditorBlueprintPipelineBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEEDITORPIPELINES_API, UInterchangeEditorBlueprintPipelineBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeEditorBlueprintPipelineBase); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UInterchangeEditorBlueprintPipelineBase) \
INTERCHANGEEDITORPIPELINES_API virtual ~UInterchangeEditorBlueprintPipelineBase();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_33_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_36_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_36_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h_36_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangeEditorBlueprintPipelineBase;
// ********** End Class UInterchangeEditorBlueprintPipelineBase ************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeEditorBlueprintPipelineBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeInterchangeEditorPipelines_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_InterchangeEditorPipelines;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_InterchangeEditorPipelines()
{
if (!Z_Registration_Info_UPackage__Script_InterchangeEditorPipelines.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/InterchangeEditorPipelines",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x2E36DB60,
0xF2478D7B,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_InterchangeEditorPipelines.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_InterchangeEditorPipelines.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_InterchangeEditorPipelines(Z_Construct_UPackage__Script_InterchangeEditorPipelines, TEXT("/Script/InterchangeEditorPipelines"), Z_Registration_Info_UPackage__Script_InterchangeEditorPipelines, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x2E36DB60, 0xF2478D7B));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,122 @@
// 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 "InterchangeGraphInspectorPipeline.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangeGraphInspectorPipeline() {}
// ********** Begin Cross Module References ********************************************************
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangePipelineBase();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeGraphInspectorPipeline();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeGraphInspectorPipeline_NoRegister();
UPackage* Z_Construct_UPackage__Script_InterchangeEditorPipelines();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UInterchangeGraphInspectorPipeline ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeGraphInspectorPipeline;
UClass* UInterchangeGraphInspectorPipeline::GetPrivateStaticClass()
{
using TClass = UInterchangeGraphInspectorPipeline;
if (!Z_Registration_Info_UClass_UInterchangeGraphInspectorPipeline.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeGraphInspectorPipeline"),
Z_Registration_Info_UClass_UInterchangeGraphInspectorPipeline.InnerSingleton,
StaticRegisterNativesUInterchangeGraphInspectorPipeline,
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_UInterchangeGraphInspectorPipeline.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeGraphInspectorPipeline_NoRegister()
{
return UInterchangeGraphInspectorPipeline::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * This pipeline is the generic pipeline option for all types of meshes. It should be called before specialized mesh pipelines like the generic static mesh or skeletal mesh pipelines.\n * All import options that are shared between mesh types should be added here.\n *\n * UPROPERTY possible meta values:\n * @meta ImportOnly - Boolean. The property is used only for import, not for reimport. Cannot be mixed with ReimportOnly.\n * @meta ReimportOnly - Boolean. The property is used only for reimport, not for import. Cannot be mixed with ImportOnly.\n * @meta MeshType - String. The property is for static mesh or skeletal mesh or both. If not specified, it will apply to all mesh types.\n */" },
{ "IncludePath", "InterchangeGraphInspectorPipeline.h" },
{ "ModuleRelativePath", "Public/InterchangeGraphInspectorPipeline.h" },
{ "ToolTip", "This pipeline is the generic pipeline option for all types of meshes. It should be called before specialized mesh pipelines like the generic static mesh or skeletal mesh pipelines.\nAll import options that are shared between mesh types should be added here.\n\nUPROPERTY possible meta values:\n@meta ImportOnly - Boolean. The property is used only for import, not for reimport. Cannot be mixed with ReimportOnly.\n@meta ReimportOnly - Boolean. The property is used only for reimport, not for import. Cannot be mixed with ImportOnly.\n@meta MeshType - String. The property is for static mesh or skeletal mesh or both. If not specified, it will apply to all mesh types." },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeGraphInspectorPipeline constinit property declarations *******
// ********** End Class UInterchangeGraphInspectorPipeline constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeGraphInspectorPipeline>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics
UObject* (*const Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangePipelineBase,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics::ClassParams = {
&UInterchangeGraphInspectorPipeline::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics::Class_MetaDataParams)
};
void UInterchangeGraphInspectorPipeline::StaticRegisterNativesUInterchangeGraphInspectorPipeline()
{
}
UClass* Z_Construct_UClass_UInterchangeGraphInspectorPipeline()
{
if (!Z_Registration_Info_UClass_UInterchangeGraphInspectorPipeline.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeGraphInspectorPipeline.OuterSingleton, Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeGraphInspectorPipeline.OuterSingleton;
}
UInterchangeGraphInspectorPipeline::UInterchangeGraphInspectorPipeline(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeGraphInspectorPipeline);
UInterchangeGraphInspectorPipeline::~UInterchangeGraphInspectorPipeline() {}
// ********** End Class UInterchangeGraphInspectorPipeline *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h__Script_InterchangeEditorPipelines_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeGraphInspectorPipeline, UInterchangeGraphInspectorPipeline::StaticClass, TEXT("UInterchangeGraphInspectorPipeline"), &Z_Registration_Info_UClass_UInterchangeGraphInspectorPipeline, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeGraphInspectorPipeline), 3603755992U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h__Script_InterchangeEditorPipelines_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h__Script_InterchangeEditorPipelines_2743453012{
TEXT("/Script/InterchangeEditorPipelines"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h__Script_InterchangeEditorPipelines_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h__Script_InterchangeEditorPipelines_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "InterchangeGraphInspectorPipeline.h"
#ifdef INTERCHANGEEDITORPIPELINES_InterchangeGraphInspectorPipeline_generated_h
#error "InterchangeGraphInspectorPipeline.generated.h already included, missing '#pragma once' in InterchangeGraphInspectorPipeline.h"
#endif
#define INTERCHANGEEDITORPIPELINES_InterchangeGraphInspectorPipeline_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UInterchangeGraphInspectorPipeline ***************************************
struct Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics;
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeGraphInspectorPipeline_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h_23_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangeGraphInspectorPipeline(); \
friend struct ::Z_Construct_UClass_UInterchangeGraphInspectorPipeline_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangeGraphInspectorPipeline_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangeGraphInspectorPipeline, UInterchangePipelineBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorPipelines"), Z_Construct_UClass_UInterchangeGraphInspectorPipeline_NoRegister) \
DECLARE_SERIALIZER(UInterchangeGraphInspectorPipeline)
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h_23_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERCHANGEEDITORPIPELINES_API UInterchangeGraphInspectorPipeline(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangeGraphInspectorPipeline(UInterchangeGraphInspectorPipeline&&) = delete; \
UInterchangeGraphInspectorPipeline(const UInterchangeGraphInspectorPipeline&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEEDITORPIPELINES_API, UInterchangeGraphInspectorPipeline); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeGraphInspectorPipeline); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangeGraphInspectorPipeline) \
INTERCHANGEEDITORPIPELINES_API virtual ~UInterchangeGraphInspectorPipeline();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h_20_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h_23_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h_23_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h_23_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangeGraphInspectorPipeline;
// ********** End Class UInterchangeGraphInspectorPipeline *****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangeGraphInspectorPipeline_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,120 @@
// 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 "InterchangePipelineConfigurationGeneric.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangePipelineConfigurationGeneric() {}
// ********** Begin Cross Module References ********************************************************
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangePipelineConfigurationGeneric();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_NoRegister();
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangePipelineConfigurationBase();
UPackage* Z_Construct_UPackage__Script_InterchangeEditorPipelines();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UInterchangePipelineConfigurationGeneric *********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangePipelineConfigurationGeneric;
UClass* UInterchangePipelineConfigurationGeneric::GetPrivateStaticClass()
{
using TClass = UInterchangePipelineConfigurationGeneric;
if (!Z_Registration_Info_UClass_UInterchangePipelineConfigurationGeneric.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangePipelineConfigurationGeneric"),
Z_Registration_Info_UClass_UInterchangePipelineConfigurationGeneric.InnerSingleton,
StaticRegisterNativesUInterchangePipelineConfigurationGeneric,
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_UInterchangePipelineConfigurationGeneric.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_NoRegister()
{
return UInterchangePipelineConfigurationGeneric::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "InterchangePipelineConfigurationGeneric.h" },
{ "ModuleRelativePath", "Public/InterchangePipelineConfigurationGeneric.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangePipelineConfigurationGeneric constinit property declarations *
// ********** End Class UInterchangePipelineConfigurationGeneric constinit property declarations ***
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangePipelineConfigurationGeneric>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics
UObject* (*const Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangePipelineConfigurationBase,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics::ClassParams = {
&UInterchangePipelineConfigurationGeneric::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics::Class_MetaDataParams)
};
void UInterchangePipelineConfigurationGeneric::StaticRegisterNativesUInterchangePipelineConfigurationGeneric()
{
}
UClass* Z_Construct_UClass_UInterchangePipelineConfigurationGeneric()
{
if (!Z_Registration_Info_UClass_UInterchangePipelineConfigurationGeneric.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangePipelineConfigurationGeneric.OuterSingleton, Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangePipelineConfigurationGeneric.OuterSingleton;
}
UInterchangePipelineConfigurationGeneric::UInterchangePipelineConfigurationGeneric(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangePipelineConfigurationGeneric);
UInterchangePipelineConfigurationGeneric::~UInterchangePipelineConfigurationGeneric() {}
// ********** End Class UInterchangePipelineConfigurationGeneric ***********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h__Script_InterchangeEditorPipelines_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangePipelineConfigurationGeneric, UInterchangePipelineConfigurationGeneric::StaticClass, TEXT("UInterchangePipelineConfigurationGeneric"), &Z_Registration_Info_UClass_UInterchangePipelineConfigurationGeneric, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangePipelineConfigurationGeneric), 2471741285U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h__Script_InterchangeEditorPipelines_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h__Script_InterchangeEditorPipelines_4288508468{
TEXT("/Script/InterchangeEditorPipelines"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h__Script_InterchangeEditorPipelines_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h__Script_InterchangeEditorPipelines_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "InterchangePipelineConfigurationGeneric.h"
#ifdef INTERCHANGEEDITORPIPELINES_InterchangePipelineConfigurationGeneric_generated_h
#error "InterchangePipelineConfigurationGeneric.generated.h already included, missing '#pragma once' in InterchangePipelineConfigurationGeneric.h"
#endif
#define INTERCHANGEEDITORPIPELINES_InterchangePipelineConfigurationGeneric_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UInterchangePipelineConfigurationGeneric *********************************
struct Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics;
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h_20_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangePipelineConfigurationGeneric(); \
friend struct ::Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangePipelineConfigurationGeneric, UInterchangePipelineConfigurationBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorPipelines"), Z_Construct_UClass_UInterchangePipelineConfigurationGeneric_NoRegister) \
DECLARE_SERIALIZER(UInterchangePipelineConfigurationGeneric)
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h_20_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
INTERCHANGEEDITORPIPELINES_API UInterchangePipelineConfigurationGeneric(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangePipelineConfigurationGeneric(UInterchangePipelineConfigurationGeneric&&) = delete; \
UInterchangePipelineConfigurationGeneric(const UInterchangePipelineConfigurationGeneric&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEEDITORPIPELINES_API, UInterchangePipelineConfigurationGeneric); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangePipelineConfigurationGeneric); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangePipelineConfigurationGeneric) \
INTERCHANGEEDITORPIPELINES_API virtual ~UInterchangePipelineConfigurationGeneric();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h_17_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h_20_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h_20_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h_20_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangePipelineConfigurationGeneric;
// ********** End Class UInterchangePipelineConfigurationGeneric ***********************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Public_InterchangePipelineConfigurationGeneric_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,431 @@
// 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 "InterchangePipelineFactories.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangePipelineFactories() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EBlueprintType();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangePipelineBase_NoRegister();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_NoRegister();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_NoRegister();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorPipelineBase_NoRegister();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangePipelineBaseFactory();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangePipelineBaseFactory_NoRegister();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangePythonPipelineAssetFactory();
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_InterchangeEditorPipelines();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UInterchangeBlueprintPipelineBaseFactory *********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeBlueprintPipelineBaseFactory;
UClass* UInterchangeBlueprintPipelineBaseFactory::GetPrivateStaticClass()
{
using TClass = UInterchangeBlueprintPipelineBaseFactory;
if (!Z_Registration_Info_UClass_UInterchangeBlueprintPipelineBaseFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeBlueprintPipelineBaseFactory"),
Z_Registration_Info_UClass_UInterchangeBlueprintPipelineBaseFactory.InnerSingleton,
StaticRegisterNativesUInterchangeBlueprintPipelineBaseFactory,
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_UInterchangeBlueprintPipelineBaseFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_NoRegister()
{
return UInterchangeBlueprintPipelineBaseFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "InterchangePipelineFactories.h" },
{ "ModuleRelativePath", "Private/InterchangePipelineFactories.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlueprintType_MetaData[] = {
{ "Category", "InterchangeBlueprintPipelineBaseFactory" },
{ "Comment", "// The type of blueprint that will be created\n" },
{ "ModuleRelativePath", "Private/InterchangePipelineFactories.h" },
{ "ToolTip", "The type of blueprint that will be created" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentClass_MetaData[] = {
{ "Category", "InterchangeBlueprintPipelineBaseFactory" },
{ "Comment", "// The parent class of the created blueprint\n" },
{ "ModuleRelativePath", "Private/InterchangePipelineFactories.h" },
{ "ToolTip", "The parent class of the created blueprint" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeBlueprintPipelineBaseFactory constinit property declarations *
static const UECodeGen_Private::FBytePropertyParams NewProp_BlueprintType;
static const UECodeGen_Private::FClassPropertyParams NewProp_ParentClass;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeBlueprintPipelineBaseFactory constinit property declarations ***
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeBlueprintPipelineBaseFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics
// ********** Begin Class UInterchangeBlueprintPipelineBaseFactory Property Definitions ************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::NewProp_BlueprintType = { "BlueprintType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeBlueprintPipelineBaseFactory, BlueprintType), Z_Construct_UEnum_Engine_EBlueprintType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlueprintType_MetaData), NewProp_BlueprintType_MetaData) }; // 2796370960
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::NewProp_ParentClass = { "ParentClass", nullptr, (EPropertyFlags)0x0014000000000001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeBlueprintPipelineBaseFactory, ParentClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UInterchangePipelineBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentClass_MetaData), NewProp_ParentClass_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::NewProp_BlueprintType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::NewProp_ParentClass,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeBlueprintPipelineBaseFactory Property Definitions **************
UObject* (*const Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::ClassParams = {
&UInterchangeBlueprintPipelineBaseFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::PropPointers),
0,
0x000020A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::Class_MetaDataParams)
};
void UInterchangeBlueprintPipelineBaseFactory::StaticRegisterNativesUInterchangeBlueprintPipelineBaseFactory()
{
}
UClass* Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory()
{
if (!Z_Registration_Info_UClass_UInterchangeBlueprintPipelineBaseFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeBlueprintPipelineBaseFactory.OuterSingleton, Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeBlueprintPipelineBaseFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeBlueprintPipelineBaseFactory);
UInterchangeBlueprintPipelineBaseFactory::~UInterchangeBlueprintPipelineBaseFactory() {}
// ********** End Class UInterchangeBlueprintPipelineBaseFactory ***********************************
// ********** Begin Class UInterchangeEditorBlueprintPipelineBaseFactory ***************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBaseFactory;
UClass* UInterchangeEditorBlueprintPipelineBaseFactory::GetPrivateStaticClass()
{
using TClass = UInterchangeEditorBlueprintPipelineBaseFactory;
if (!Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBaseFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeEditorBlueprintPipelineBaseFactory"),
Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBaseFactory.InnerSingleton,
StaticRegisterNativesUInterchangeEditorBlueprintPipelineBaseFactory,
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_UInterchangeEditorBlueprintPipelineBaseFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_NoRegister()
{
return UInterchangeEditorBlueprintPipelineBaseFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "InterchangePipelineFactories.h" },
{ "ModuleRelativePath", "Private/InterchangePipelineFactories.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlueprintType_MetaData[] = {
{ "Category", "InterchangeEditorBlueprintPipelineBaseFactory" },
{ "Comment", "// The type of blueprint that will be created\n" },
{ "ModuleRelativePath", "Private/InterchangePipelineFactories.h" },
{ "ToolTip", "The type of blueprint that will be created" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentClass_MetaData[] = {
{ "Category", "InterchangeEditorBlueprintPipelineBaseFactory" },
{ "Comment", "// The parent class of the created blueprint\n" },
{ "ModuleRelativePath", "Private/InterchangePipelineFactories.h" },
{ "ToolTip", "The parent class of the created blueprint" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeEditorBlueprintPipelineBaseFactory constinit property declarations
static const UECodeGen_Private::FBytePropertyParams NewProp_BlueprintType;
static const UECodeGen_Private::FClassPropertyParams NewProp_ParentClass;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeEditorBlueprintPipelineBaseFactory constinit property declarations
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeEditorBlueprintPipelineBaseFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics
// ********** Begin Class UInterchangeEditorBlueprintPipelineBaseFactory Property Definitions ******
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::NewProp_BlueprintType = { "BlueprintType", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeEditorBlueprintPipelineBaseFactory, BlueprintType), Z_Construct_UEnum_Engine_EBlueprintType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlueprintType_MetaData), NewProp_BlueprintType_MetaData) }; // 2796370960
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::NewProp_ParentClass = { "ParentClass", nullptr, (EPropertyFlags)0x0014000000000001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeEditorBlueprintPipelineBaseFactory, ParentClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UInterchangeEditorPipelineBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentClass_MetaData), NewProp_ParentClass_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::NewProp_BlueprintType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::NewProp_ParentClass,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeEditorBlueprintPipelineBaseFactory Property Definitions ********
UObject* (*const Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::ClassParams = {
&UInterchangeEditorBlueprintPipelineBaseFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::PropPointers),
0,
0x000020A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::Class_MetaDataParams)
};
void UInterchangeEditorBlueprintPipelineBaseFactory::StaticRegisterNativesUInterchangeEditorBlueprintPipelineBaseFactory()
{
}
UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory()
{
if (!Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBaseFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBaseFactory.OuterSingleton, Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBaseFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeEditorBlueprintPipelineBaseFactory);
UInterchangeEditorBlueprintPipelineBaseFactory::~UInterchangeEditorBlueprintPipelineBaseFactory() {}
// ********** End Class UInterchangeEditorBlueprintPipelineBaseFactory *****************************
// ********** Begin Class UInterchangePipelineBaseFactory ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangePipelineBaseFactory;
UClass* UInterchangePipelineBaseFactory::GetPrivateStaticClass()
{
using TClass = UInterchangePipelineBaseFactory;
if (!Z_Registration_Info_UClass_UInterchangePipelineBaseFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangePipelineBaseFactory"),
Z_Registration_Info_UClass_UInterchangePipelineBaseFactory.InnerSingleton,
StaticRegisterNativesUInterchangePipelineBaseFactory,
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_UInterchangePipelineBaseFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangePipelineBaseFactory_NoRegister()
{
return UInterchangePipelineBaseFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "InterchangePipelineFactories.h" },
{ "ModuleRelativePath", "Private/InterchangePipelineFactories.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangePipelineBaseFactory constinit property declarations **********
// ********** End Class UInterchangePipelineBaseFactory constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangePipelineBaseFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics
UObject* (*const Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics::ClassParams = {
&UInterchangePipelineBaseFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000020A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics::Class_MetaDataParams)
};
void UInterchangePipelineBaseFactory::StaticRegisterNativesUInterchangePipelineBaseFactory()
{
}
UClass* Z_Construct_UClass_UInterchangePipelineBaseFactory()
{
if (!Z_Registration_Info_UClass_UInterchangePipelineBaseFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangePipelineBaseFactory.OuterSingleton, Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangePipelineBaseFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangePipelineBaseFactory);
UInterchangePipelineBaseFactory::~UInterchangePipelineBaseFactory() {}
// ********** End Class UInterchangePipelineBaseFactory ********************************************
// ********** Begin Class UInterchangePythonPipelineAssetFactory ***********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangePythonPipelineAssetFactory;
UClass* UInterchangePythonPipelineAssetFactory::GetPrivateStaticClass()
{
using TClass = UInterchangePythonPipelineAssetFactory;
if (!Z_Registration_Info_UClass_UInterchangePythonPipelineAssetFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangePythonPipelineAssetFactory"),
Z_Registration_Info_UClass_UInterchangePythonPipelineAssetFactory.InnerSingleton,
StaticRegisterNativesUInterchangePythonPipelineAssetFactory,
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_UInterchangePythonPipelineAssetFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_NoRegister()
{
return UInterchangePythonPipelineAssetFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "InterchangePipelineFactories.h" },
{ "ModuleRelativePath", "Private/InterchangePipelineFactories.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangePythonPipelineAssetFactory constinit property declarations ***
// ********** End Class UInterchangePythonPipelineAssetFactory constinit property declarations *****
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangePythonPipelineAssetFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics
UObject* (*const Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEditorPipelines,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics::ClassParams = {
&UInterchangePythonPipelineAssetFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000020A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics::Class_MetaDataParams)
};
void UInterchangePythonPipelineAssetFactory::StaticRegisterNativesUInterchangePythonPipelineAssetFactory()
{
}
UClass* Z_Construct_UClass_UInterchangePythonPipelineAssetFactory()
{
if (!Z_Registration_Info_UClass_UInterchangePythonPipelineAssetFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangePythonPipelineAssetFactory.OuterSingleton, Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangePythonPipelineAssetFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangePythonPipelineAssetFactory);
UInterchangePythonPipelineAssetFactory::~UInterchangePythonPipelineAssetFactory() {}
// ********** End Class UInterchangePythonPipelineAssetFactory *************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h__Script_InterchangeEditorPipelines_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory, UInterchangeBlueprintPipelineBaseFactory::StaticClass, TEXT("UInterchangeBlueprintPipelineBaseFactory"), &Z_Registration_Info_UClass_UInterchangeBlueprintPipelineBaseFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeBlueprintPipelineBaseFactory), 4029221881U) },
{ Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory, UInterchangeEditorBlueprintPipelineBaseFactory::StaticClass, TEXT("UInterchangeEditorBlueprintPipelineBaseFactory"), &Z_Registration_Info_UClass_UInterchangeEditorBlueprintPipelineBaseFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeEditorBlueprintPipelineBaseFactory), 21181844U) },
{ Z_Construct_UClass_UInterchangePipelineBaseFactory, UInterchangePipelineBaseFactory::StaticClass, TEXT("UInterchangePipelineBaseFactory"), &Z_Registration_Info_UClass_UInterchangePipelineBaseFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangePipelineBaseFactory), 3708454934U) },
{ Z_Construct_UClass_UInterchangePythonPipelineAssetFactory, UInterchangePythonPipelineAssetFactory::StaticClass, TEXT("UInterchangePythonPipelineAssetFactory"), &Z_Registration_Info_UClass_UInterchangePythonPipelineAssetFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangePythonPipelineAssetFactory), 3622182651U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h__Script_InterchangeEditorPipelines_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h__Script_InterchangeEditorPipelines_2490518374{
TEXT("/Script/InterchangeEditorPipelines"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h__Script_InterchangeEditorPipelines_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h__Script_InterchangeEditorPipelines_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,178 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "InterchangePipelineFactories.h"
#ifdef INTERCHANGEEDITORPIPELINES_InterchangePipelineFactories_generated_h
#error "InterchangePipelineFactories.generated.h already included, missing '#pragma once' in InterchangePipelineFactories.h"
#endif
#define INTERCHANGEEDITORPIPELINES_InterchangePipelineFactories_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UInterchangeBlueprintPipelineBaseFactory *********************************
struct Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics;
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_43_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangeBlueprintPipelineBaseFactory(); \
friend struct ::Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangeBlueprintPipelineBaseFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorPipelines"), Z_Construct_UClass_UInterchangeBlueprintPipelineBaseFactory_NoRegister) \
DECLARE_SERIALIZER(UInterchangeBlueprintPipelineBaseFactory)
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_43_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangeBlueprintPipelineBaseFactory(UInterchangeBlueprintPipelineBaseFactory&&) = delete; \
UInterchangeBlueprintPipelineBaseFactory(const UInterchangeBlueprintPipelineBaseFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UInterchangeBlueprintPipelineBaseFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeBlueprintPipelineBaseFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UInterchangeBlueprintPipelineBaseFactory) \
NO_API virtual ~UInterchangeBlueprintPipelineBaseFactory();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_40_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_43_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_43_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_43_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangeBlueprintPipelineBaseFactory;
// ********** End Class UInterchangeBlueprintPipelineBaseFactory ***********************************
// ********** Begin Class UInterchangeEditorBlueprintPipelineBaseFactory ***************************
struct Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics;
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_84_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangeEditorBlueprintPipelineBaseFactory(); \
friend struct ::Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangeEditorBlueprintPipelineBaseFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorPipelines"), Z_Construct_UClass_UInterchangeEditorBlueprintPipelineBaseFactory_NoRegister) \
DECLARE_SERIALIZER(UInterchangeEditorBlueprintPipelineBaseFactory)
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_84_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangeEditorBlueprintPipelineBaseFactory(UInterchangeEditorBlueprintPipelineBaseFactory&&) = delete; \
UInterchangeEditorBlueprintPipelineBaseFactory(const UInterchangeEditorBlueprintPipelineBaseFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UInterchangeEditorBlueprintPipelineBaseFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeEditorBlueprintPipelineBaseFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UInterchangeEditorBlueprintPipelineBaseFactory) \
NO_API virtual ~UInterchangeEditorBlueprintPipelineBaseFactory();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_81_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_84_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_84_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_84_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangeEditorBlueprintPipelineBaseFactory;
// ********** End Class UInterchangeEditorBlueprintPipelineBaseFactory *****************************
// ********** Begin Class UInterchangePipelineBaseFactory ******************************************
struct Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics;
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangePipelineBaseFactory_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_126_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangePipelineBaseFactory(); \
friend struct ::Z_Construct_UClass_UInterchangePipelineBaseFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangePipelineBaseFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangePipelineBaseFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorPipelines"), Z_Construct_UClass_UInterchangePipelineBaseFactory_NoRegister) \
DECLARE_SERIALIZER(UInterchangePipelineBaseFactory)
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_126_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangePipelineBaseFactory(UInterchangePipelineBaseFactory&&) = delete; \
UInterchangePipelineBaseFactory(const UInterchangePipelineBaseFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UInterchangePipelineBaseFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangePipelineBaseFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UInterchangePipelineBaseFactory) \
NO_API virtual ~UInterchangePipelineBaseFactory();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_123_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_126_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_126_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_126_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangePipelineBaseFactory;
// ********** End Class UInterchangePipelineBaseFactory ********************************************
// ********** Begin Class UInterchangePythonPipelineAssetFactory ***********************************
struct Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics;
INTERCHANGEEDITORPIPELINES_API UClass* Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_NoRegister();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_160_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangePythonPipelineAssetFactory(); \
friend struct ::Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEEDITORPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangePythonPipelineAssetFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEditorPipelines"), Z_Construct_UClass_UInterchangePythonPipelineAssetFactory_NoRegister) \
DECLARE_SERIALIZER(UInterchangePythonPipelineAssetFactory)
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_160_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangePythonPipelineAssetFactory(UInterchangePythonPipelineAssetFactory&&) = delete; \
UInterchangePythonPipelineAssetFactory(const UInterchangePythonPipelineAssetFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UInterchangePythonPipelineAssetFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangePythonPipelineAssetFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UInterchangePythonPipelineAssetFactory) \
NO_API virtual ~UInterchangePythonPipelineAssetFactory();
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_157_PROLOG
#define FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_160_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_160_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h_160_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangePythonPipelineAssetFactory;
// ********** End Class UInterchangePythonPipelineAssetFactory *************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Editor_Source_Pipelines_Private_InterchangePipelineFactories_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,5 @@
D:\UE_5_7_1\Engine\Plugins\Interchange\Editor\Source\Pipelines\Public\InterchangeCardsPipeline.h
D:\UE_5_7_1\Engine\Plugins\Interchange\Editor\Source\Pipelines\Public\InterchangePipelineConfigurationGeneric.h
D:\UE_5_7_1\Engine\Plugins\Interchange\Editor\Source\Pipelines\Public\InterchangeEditorBlueprintPipelineBase.h
D:\UE_5_7_1\Engine\Plugins\Interchange\Editor\Source\Pipelines\Public\InterchangeGraphInspectorPipeline.h
D:\UE_5_7_1\Engine\Plugins\Interchange\Editor\Source\Pipelines\Private\InterchangePipelineFactories.h