115 lines
6.4 KiB
C
115 lines
6.4 KiB
C
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
/*===========================================================================
|
||
|
|
Generated code exported from UnrealHeaderTool.
|
||
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
// IWYU pragma: private, include "InterchangePythonPipelineBase.h"
|
||
|
|
|
||
|
|
#ifdef INTERCHANGEENGINE_InterchangePythonPipelineBase_generated_h
|
||
|
|
#error "InterchangePythonPipelineBase.generated.h already included, missing '#pragma once' in InterchangePythonPipelineBase.h"
|
||
|
|
#endif
|
||
|
|
#define INTERCHANGEENGINE_InterchangePythonPipelineBase_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangePythonPipelineBase *******************************************
|
||
|
|
struct Z_Construct_UClass_UInterchangePythonPipelineBase_Statics;
|
||
|
|
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangePythonPipelineBase_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_19_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUInterchangePythonPipelineBase(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UInterchangePythonPipelineBase_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend INTERCHANGEENGINE_API UClass* ::Z_Construct_UClass_UInterchangePythonPipelineBase_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UInterchangePythonPipelineBase, UInterchangePipelineBase, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/InterchangeEngine"), Z_Construct_UClass_UInterchangePythonPipelineBase_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UInterchangePythonPipelineBase)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_19_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
INTERCHANGEENGINE_API UInterchangePythonPipelineBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UInterchangePythonPipelineBase(UInterchangePythonPipelineBase&&) = delete; \
|
||
|
|
UInterchangePythonPipelineBase(const UInterchangePythonPipelineBase&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEENGINE_API, UInterchangePythonPipelineBase); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangePythonPipelineBase); \
|
||
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangePythonPipelineBase) \
|
||
|
|
INTERCHANGEENGINE_API virtual ~UInterchangePythonPipelineBase();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_16_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_19_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_19_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_19_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UInterchangePythonPipelineBase;
|
||
|
|
|
||
|
|
// ********** End Class UInterchangePythonPipelineBase *********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FPropertyData *****************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FPropertyData_Statics;
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_31_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FPropertyData_Statics; \
|
||
|
|
INTERCHANGEENGINE_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FPropertyData;
|
||
|
|
// ********** End ScriptStruct FPropertyData *******************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UInterchangePythonPipelineAsset ******************************************
|
||
|
|
struct Z_Construct_UClass_UInterchangePythonPipelineAsset_Statics;
|
||
|
|
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangePythonPipelineAsset_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_49_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUInterchangePythonPipelineAsset(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UInterchangePythonPipelineAsset_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend INTERCHANGEENGINE_API UClass* ::Z_Construct_UClass_UInterchangePythonPipelineAsset_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UInterchangePythonPipelineAsset, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangeEngine"), Z_Construct_UClass_UInterchangePythonPipelineAsset_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UInterchangePythonPipelineAsset)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_49_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
INTERCHANGEENGINE_API UInterchangePythonPipelineAsset(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UInterchangePythonPipelineAsset(UInterchangePythonPipelineAsset&&) = delete; \
|
||
|
|
UInterchangePythonPipelineAsset(const UInterchangePythonPipelineAsset&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEENGINE_API, UInterchangePythonPipelineAsset); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangePythonPipelineAsset); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangePythonPipelineAsset) \
|
||
|
|
INTERCHANGEENGINE_API virtual ~UInterchangePythonPipelineAsset();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_46_PROLOG
|
||
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_49_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_49_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h_49_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UInterchangePythonPipelineAsset;
|
||
|
|
|
||
|
|
// ********** End Class UInterchangePythonPipelineAsset ********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangePythonPipelineBase_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|