62 lines
3.2 KiB
C++
62 lines
3.2 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 "InterchangeBlueprintPipelineBase.h"
|
|
|
|
#ifdef INTERCHANGEENGINE_InterchangeBlueprintPipelineBase_generated_h
|
|
#error "InterchangeBlueprintPipelineBase.generated.h already included, missing '#pragma once' in InterchangeBlueprintPipelineBase.h"
|
|
#endif
|
|
#define INTERCHANGEENGINE_InterchangeBlueprintPipelineBase_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UInterchangeBlueprintPipelineBase ****************************************
|
|
struct Z_Construct_UClass_UInterchangeBlueprintPipelineBase_Statics;
|
|
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeBlueprintPipelineBase_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeBlueprintPipelineBase_h_16_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUInterchangeBlueprintPipelineBase(); \
|
|
friend struct ::Z_Construct_UClass_UInterchangeBlueprintPipelineBase_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERCHANGEENGINE_API UClass* ::Z_Construct_UClass_UInterchangeBlueprintPipelineBase_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UInterchangeBlueprintPipelineBase, UBlueprint, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/InterchangeEngine"), Z_Construct_UClass_UInterchangeBlueprintPipelineBase_NoRegister) \
|
|
DECLARE_SERIALIZER(UInterchangeBlueprintPipelineBase)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeBlueprintPipelineBase_h_16_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UInterchangeBlueprintPipelineBase(UInterchangeBlueprintPipelineBase&&) = delete; \
|
|
UInterchangeBlueprintPipelineBase(const UInterchangeBlueprintPipelineBase&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEENGINE_API, UInterchangeBlueprintPipelineBase); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeBlueprintPipelineBase); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UInterchangeBlueprintPipelineBase) \
|
|
INTERCHANGEENGINE_API virtual ~UInterchangeBlueprintPipelineBase();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeBlueprintPipelineBase_h_13_PROLOG
|
|
#define FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeBlueprintPipelineBase_h_16_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeBlueprintPipelineBase_h_16_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeBlueprintPipelineBase_h_16_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UInterchangeBlueprintPipelineBase;
|
|
|
|
// ********** End Class UInterchangeBlueprintPipelineBase ******************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeBlueprintPipelineBase_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|