64 lines
3.9 KiB
C++
64 lines
3.9 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 "MaterialX/MaterialExpressions/MaterialExpressionRampTopBottom.h"
|
|
|
|
#ifdef INTERCHANGEIMPORT_MaterialExpressionRampTopBottom_generated_h
|
|
#error "MaterialExpressionRampTopBottom.generated.h already included, missing '#pragma once' in MaterialExpressionRampTopBottom.h"
|
|
#endif
|
|
#define INTERCHANGEIMPORT_MaterialExpressionRampTopBottom_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UMaterialExpressionMaterialXRampTopBottom ********************************
|
|
struct Z_Construct_UClass_UMaterialExpressionMaterialXRampTopBottom_Statics;
|
|
INTERCHANGEIMPORT_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialXRampTopBottom_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRampTopBottom_h_15_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionMaterialXRampTopBottom(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionMaterialXRampTopBottom_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERCHANGEIMPORT_API UClass* ::Z_Construct_UClass_UMaterialExpressionMaterialXRampTopBottom_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionMaterialXRampTopBottom, UMaterialExpression, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/InterchangeImport"), Z_Construct_UClass_UMaterialExpressionMaterialXRampTopBottom_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionMaterialXRampTopBottom)
|
|
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRampTopBottom_h_15_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERCHANGEIMPORT_API UMaterialExpressionMaterialXRampTopBottom(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionMaterialXRampTopBottom) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEIMPORT_API, UMaterialExpressionMaterialXRampTopBottom); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionMaterialXRampTopBottom); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionMaterialXRampTopBottom(UMaterialExpressionMaterialXRampTopBottom&&) = delete; \
|
|
UMaterialExpressionMaterialXRampTopBottom(const UMaterialExpressionMaterialXRampTopBottom&) = delete; \
|
|
INTERCHANGEIMPORT_API virtual ~UMaterialExpressionMaterialXRampTopBottom();
|
|
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRampTopBottom_h_12_PROLOG
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRampTopBottom_h_15_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRampTopBottom_h_15_INCLASS \
|
|
FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRampTopBottom_h_15_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionMaterialXRampTopBottom;
|
|
|
|
// ********** End Class UMaterialExpressionMaterialXRampTopBottom **********************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionRampTopBottom_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|