146 lines
8.6 KiB
C++
146 lines
8.6 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 "Materials/MaterialExpressionNamedReroute.h"
|
|
|
|
#ifdef ENGINE_MaterialExpressionNamedReroute_generated_h
|
|
#error "MaterialExpressionNamedReroute.generated.h already included, missing '#pragma once' in MaterialExpressionNamedReroute.h"
|
|
#endif
|
|
#define ENGINE_MaterialExpressionNamedReroute_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UMaterialExpressionNamedRerouteBase **************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionNamedRerouteBase_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionNamedRerouteBase_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_13_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionNamedRerouteBase(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionNamedRerouteBase_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionNamedRerouteBase_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionNamedRerouteBase, UMaterialExpressionRerouteBase, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionNamedRerouteBase_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionNamedRerouteBase)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_13_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionNamedRerouteBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionNamedRerouteBase(UMaterialExpressionNamedRerouteBase&&) = delete; \
|
|
UMaterialExpressionNamedRerouteBase(const UMaterialExpressionNamedRerouteBase&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionNamedRerouteBase); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionNamedRerouteBase); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionNamedRerouteBase) \
|
|
ENGINE_API virtual ~UMaterialExpressionNamedRerouteBase();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_10_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_13_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_13_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_13_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionNamedRerouteBase;
|
|
|
|
// ********** End Class UMaterialExpressionNamedRerouteBase ****************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionNamedRerouteDeclaration *******************************
|
|
struct Z_Construct_UClass_UMaterialExpressionNamedRerouteDeclaration_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionNamedRerouteDeclaration_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_36_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionNamedRerouteDeclaration(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionNamedRerouteDeclaration_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionNamedRerouteDeclaration_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionNamedRerouteDeclaration, UMaterialExpressionNamedRerouteBase, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionNamedRerouteDeclaration_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionNamedRerouteDeclaration)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_36_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionNamedRerouteDeclaration(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionNamedRerouteDeclaration) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionNamedRerouteDeclaration); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionNamedRerouteDeclaration); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionNamedRerouteDeclaration(UMaterialExpressionNamedRerouteDeclaration&&) = delete; \
|
|
UMaterialExpressionNamedRerouteDeclaration(const UMaterialExpressionNamedRerouteDeclaration&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionNamedRerouteDeclaration();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_33_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_36_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_36_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_36_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionNamedRerouteDeclaration;
|
|
|
|
// ********** End Class UMaterialExpressionNamedRerouteDeclaration *********************************
|
|
|
|
// ********** Begin Class UMaterialExpressionNamedRerouteUsage *************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionNamedRerouteUsage_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionNamedRerouteUsage_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_99_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionNamedRerouteUsage(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionNamedRerouteUsage_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionNamedRerouteUsage_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionNamedRerouteUsage, UMaterialExpressionNamedRerouteBase, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionNamedRerouteUsage_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionNamedRerouteUsage)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_99_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionNamedRerouteUsage(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionNamedRerouteUsage(UMaterialExpressionNamedRerouteUsage&&) = delete; \
|
|
UMaterialExpressionNamedRerouteUsage(const UMaterialExpressionNamedRerouteUsage&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionNamedRerouteUsage); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionNamedRerouteUsage); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionNamedRerouteUsage) \
|
|
ENGINE_API virtual ~UMaterialExpressionNamedRerouteUsage();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_96_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_99_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_99_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h_99_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionNamedRerouteUsage;
|
|
|
|
// ********** End Class UMaterialExpressionNamedRerouteUsage ***************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionNamedReroute_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|