64 lines
3.8 KiB
C++
64 lines
3.8 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/MaterialExpressionContrast.h"
|
|
|
|
#ifdef INTERCHANGEIMPORT_MaterialExpressionContrast_generated_h
|
|
#error "MaterialExpressionContrast.generated.h already included, missing '#pragma once' in MaterialExpressionContrast.h"
|
|
#endif
|
|
#define INTERCHANGEIMPORT_MaterialExpressionContrast_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UMaterialExpressionMaterialXContrast *************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionMaterialXContrast_Statics;
|
|
INTERCHANGEIMPORT_API UClass* Z_Construct_UClass_UMaterialExpressionMaterialXContrast_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionContrast_h_15_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionMaterialXContrast(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionMaterialXContrast_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERCHANGEIMPORT_API UClass* ::Z_Construct_UClass_UMaterialExpressionMaterialXContrast_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionMaterialXContrast, UMaterialExpression, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/InterchangeImport"), Z_Construct_UClass_UMaterialExpressionMaterialXContrast_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionMaterialXContrast)
|
|
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionContrast_h_15_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERCHANGEIMPORT_API UMaterialExpressionMaterialXContrast(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionMaterialXContrast) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEIMPORT_API, UMaterialExpressionMaterialXContrast); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionMaterialXContrast); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionMaterialXContrast(UMaterialExpressionMaterialXContrast&&) = delete; \
|
|
UMaterialExpressionMaterialXContrast(const UMaterialExpressionMaterialXContrast&) = delete; \
|
|
INTERCHANGEIMPORT_API virtual ~UMaterialExpressionMaterialXContrast();
|
|
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionContrast_h_12_PROLOG
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionContrast_h_15_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionContrast_h_15_INCLASS \
|
|
FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionContrast_h_15_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionMaterialXContrast;
|
|
|
|
// ********** End Class UMaterialExpressionMaterialXContrast ***************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Runtime_Source_Import_Private_MaterialX_MaterialExpressions_MaterialExpressionContrast_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|