1014 lines
64 KiB
C++
1014 lines
64 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/MaterialExpressionSubstrate.h"
|
|
|
|
#ifdef ENGINE_MaterialExpressionSubstrate_generated_h
|
|
#error "MaterialExpressionSubstrate.generated.h already included, missing '#pragma once' in MaterialExpressionSubstrate.h"
|
|
#endif
|
|
#define ENGINE_MaterialExpressionSubstrate_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateBSDF *****************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateBSDF_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateBSDF_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_60_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateBSDF(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateBSDF_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateBSDF_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateBSDF, UMaterialExpression, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateBSDF_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateBSDF)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_60_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateBSDF(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateBSDF) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateBSDF); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateBSDF); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateBSDF(UMaterialExpressionSubstrateBSDF&&) = delete; \
|
|
UMaterialExpressionSubstrateBSDF(const UMaterialExpressionSubstrateBSDF&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateBSDF();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_57_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_60_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_60_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_60_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateBSDF;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateBSDF *******************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateShadingModels ********************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateShadingModels_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateShadingModels_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_76_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateShadingModels(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateShadingModels_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateShadingModels_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateShadingModels, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateShadingModels_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateShadingModels)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_76_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateShadingModels(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateShadingModels) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateShadingModels); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateShadingModels); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateShadingModels(UMaterialExpressionSubstrateShadingModels&&) = delete; \
|
|
UMaterialExpressionSubstrateShadingModels(const UMaterialExpressionSubstrateShadingModels&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateShadingModels();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_73_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_76_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_76_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_76_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateShadingModels;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateShadingModels **********************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateSlabBSDF *************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateSlabBSDF_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateSlabBSDF_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_255_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateSlabBSDF(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateSlabBSDF_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateSlabBSDF_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateSlabBSDF, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateSlabBSDF_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateSlabBSDF)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_255_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateSlabBSDF(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateSlabBSDF) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateSlabBSDF); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateSlabBSDF); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateSlabBSDF(UMaterialExpressionSubstrateSlabBSDF&&) = delete; \
|
|
UMaterialExpressionSubstrateSlabBSDF(const UMaterialExpressionSubstrateSlabBSDF&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateSlabBSDF();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_252_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_255_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_255_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_255_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateSlabBSDF;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateSlabBSDF ***************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateSimpleClearCoatBSDF **************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateSimpleClearCoatBSDF_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateSimpleClearCoatBSDF_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_419_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateSimpleClearCoatBSDF(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateSimpleClearCoatBSDF_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateSimpleClearCoatBSDF_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateSimpleClearCoatBSDF, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateSimpleClearCoatBSDF_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateSimpleClearCoatBSDF)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_419_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateSimpleClearCoatBSDF(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateSimpleClearCoatBSDF) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateSimpleClearCoatBSDF); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateSimpleClearCoatBSDF); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateSimpleClearCoatBSDF(UMaterialExpressionSubstrateSimpleClearCoatBSDF&&) = delete; \
|
|
UMaterialExpressionSubstrateSimpleClearCoatBSDF(const UMaterialExpressionSubstrateSimpleClearCoatBSDF&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateSimpleClearCoatBSDF();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_416_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_419_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_419_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_419_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateSimpleClearCoatBSDF;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateSimpleClearCoatBSDF ****************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateVolumetricFogCloudBSDF ***********************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateVolumetricFogCloudBSDF_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateVolumetricFogCloudBSDF_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_487_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateVolumetricFogCloudBSDF(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateVolumetricFogCloudBSDF_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateVolumetricFogCloudBSDF_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateVolumetricFogCloudBSDF, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateVolumetricFogCloudBSDF_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateVolumetricFogCloudBSDF)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_487_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateVolumetricFogCloudBSDF(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateVolumetricFogCloudBSDF) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateVolumetricFogCloudBSDF); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateVolumetricFogCloudBSDF); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateVolumetricFogCloudBSDF(UMaterialExpressionSubstrateVolumetricFogCloudBSDF&&) = delete; \
|
|
UMaterialExpressionSubstrateVolumetricFogCloudBSDF(const UMaterialExpressionSubstrateVolumetricFogCloudBSDF&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateVolumetricFogCloudBSDF();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_484_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_487_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_487_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_487_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateVolumetricFogCloudBSDF;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateVolumetricFogCloudBSDF *************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateUnlitBSDF ************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateUnlitBSDF_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateUnlitBSDF_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_543_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateUnlitBSDF(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateUnlitBSDF_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateUnlitBSDF_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateUnlitBSDF, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateUnlitBSDF_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateUnlitBSDF)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_543_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateUnlitBSDF(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateUnlitBSDF) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateUnlitBSDF); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateUnlitBSDF); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateUnlitBSDF(UMaterialExpressionSubstrateUnlitBSDF&&) = delete; \
|
|
UMaterialExpressionSubstrateUnlitBSDF(const UMaterialExpressionSubstrateUnlitBSDF&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateUnlitBSDF();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_540_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_543_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_543_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_543_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateUnlitBSDF;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateUnlitBSDF **************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateHairBSDF *************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateHairBSDF_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateHairBSDF_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_579_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateHairBSDF(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateHairBSDF_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateHairBSDF_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateHairBSDF, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateHairBSDF_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateHairBSDF)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_579_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateHairBSDF(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateHairBSDF) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateHairBSDF); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateHairBSDF); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateHairBSDF(UMaterialExpressionSubstrateHairBSDF&&) = delete; \
|
|
UMaterialExpressionSubstrateHairBSDF(const UMaterialExpressionSubstrateHairBSDF&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateHairBSDF();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_576_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_579_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_579_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_579_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateHairBSDF;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateHairBSDF ***************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateEyeBSDF **************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateEyeBSDF_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateEyeBSDF_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_639_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateEyeBSDF(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateEyeBSDF_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateEyeBSDF_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateEyeBSDF, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateEyeBSDF_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateEyeBSDF)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_639_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateEyeBSDF(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateEyeBSDF) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateEyeBSDF); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateEyeBSDF); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateEyeBSDF(UMaterialExpressionSubstrateEyeBSDF&&) = delete; \
|
|
UMaterialExpressionSubstrateEyeBSDF(const UMaterialExpressionSubstrateEyeBSDF&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateEyeBSDF();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_636_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_639_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_639_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_639_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateEyeBSDF;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateEyeBSDF ****************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateSingleLayerWaterBSDF *************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateSingleLayerWaterBSDF_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateSingleLayerWaterBSDF_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_709_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateSingleLayerWaterBSDF(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateSingleLayerWaterBSDF_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateSingleLayerWaterBSDF_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateSingleLayerWaterBSDF, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateSingleLayerWaterBSDF_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateSingleLayerWaterBSDF)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_709_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateSingleLayerWaterBSDF(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateSingleLayerWaterBSDF) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateSingleLayerWaterBSDF); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateSingleLayerWaterBSDF); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateSingleLayerWaterBSDF(UMaterialExpressionSubstrateSingleLayerWaterBSDF&&) = delete; \
|
|
UMaterialExpressionSubstrateSingleLayerWaterBSDF(const UMaterialExpressionSubstrateSingleLayerWaterBSDF&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateSingleLayerWaterBSDF();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_706_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_709_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_709_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_709_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateSingleLayerWaterBSDF;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateSingleLayerWaterBSDF ***************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateLightFunction ********************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateLightFunction_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateLightFunction_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_793_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateLightFunction(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateLightFunction_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateLightFunction_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateLightFunction, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateLightFunction_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateLightFunction)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_793_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateLightFunction(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateLightFunction) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateLightFunction); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateLightFunction); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateLightFunction(UMaterialExpressionSubstrateLightFunction&&) = delete; \
|
|
UMaterialExpressionSubstrateLightFunction(const UMaterialExpressionSubstrateLightFunction&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateLightFunction();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_790_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_793_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_793_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_793_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateLightFunction;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateLightFunction **********************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstratePostProcess **********************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstratePostProcess_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstratePostProcess_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_825_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstratePostProcess(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstratePostProcess_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstratePostProcess_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstratePostProcess, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstratePostProcess_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstratePostProcess)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_825_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstratePostProcess(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstratePostProcess) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstratePostProcess); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstratePostProcess); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstratePostProcess(UMaterialExpressionSubstratePostProcess&&) = delete; \
|
|
UMaterialExpressionSubstratePostProcess(const UMaterialExpressionSubstratePostProcess&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstratePostProcess();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_822_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_825_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_825_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_825_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstratePostProcess;
|
|
|
|
// ********** End Class UMaterialExpressionSubstratePostProcess ************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateUI *******************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateUI_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateUI_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_862_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateUI(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateUI_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateUI_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateUI, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateUI_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateUI)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_862_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateUI(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateUI) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateUI); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateUI); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateUI(UMaterialExpressionSubstrateUI&&) = delete; \
|
|
UMaterialExpressionSubstrateUI(const UMaterialExpressionSubstrateUI&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateUI();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_859_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_862_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_862_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_862_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateUI;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateUI *********************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateConvertToDecal *******************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateConvertToDecal_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateConvertToDecal_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_899_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateConvertToDecal(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateConvertToDecal_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateConvertToDecal_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateConvertToDecal, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateConvertToDecal_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateConvertToDecal)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_899_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateConvertToDecal(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateConvertToDecal) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateConvertToDecal); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateConvertToDecal); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateConvertToDecal(UMaterialExpressionSubstrateConvertToDecal&&) = delete; \
|
|
UMaterialExpressionSubstrateConvertToDecal(const UMaterialExpressionSubstrateConvertToDecal&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateConvertToDecal();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_896_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_899_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_899_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_899_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateConvertToDecal;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateConvertToDecal *********************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateConvertMaterialAttributes ********************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateConvertMaterialAttributes_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateConvertMaterialAttributes_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_929_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateConvertMaterialAttributes(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateConvertMaterialAttributes_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateConvertMaterialAttributes_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateConvertMaterialAttributes, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateConvertMaterialAttributes_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateConvertMaterialAttributes)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_929_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateConvertMaterialAttributes(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateConvertMaterialAttributes) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateConvertMaterialAttributes); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateConvertMaterialAttributes); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateConvertMaterialAttributes(UMaterialExpressionSubstrateConvertMaterialAttributes&&) = delete; \
|
|
UMaterialExpressionSubstrateConvertMaterialAttributes(const UMaterialExpressionSubstrateConvertMaterialAttributes&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateConvertMaterialAttributes();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_926_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_929_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_929_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_929_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateConvertMaterialAttributes;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateConvertMaterialAttributes **********************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateHorizontalMixing *****************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateHorizontalMixing_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateHorizontalMixing_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1007_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateHorizontalMixing(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateHorizontalMixing_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateHorizontalMixing_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateHorizontalMixing, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateHorizontalMixing_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateHorizontalMixing)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1007_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateHorizontalMixing(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateHorizontalMixing) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateHorizontalMixing); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateHorizontalMixing); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateHorizontalMixing(UMaterialExpressionSubstrateHorizontalMixing&&) = delete; \
|
|
UMaterialExpressionSubstrateHorizontalMixing(const UMaterialExpressionSubstrateHorizontalMixing&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateHorizontalMixing();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1004_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1007_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1007_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1007_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateHorizontalMixing;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateHorizontalMixing *******************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateVerticalLayering *****************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateVerticalLayering_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateVerticalLayering_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1049_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateVerticalLayering(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateVerticalLayering_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateVerticalLayering_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateVerticalLayering, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateVerticalLayering_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateVerticalLayering)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1049_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateVerticalLayering(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateVerticalLayering) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateVerticalLayering); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateVerticalLayering); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateVerticalLayering(UMaterialExpressionSubstrateVerticalLayering&&) = delete; \
|
|
UMaterialExpressionSubstrateVerticalLayering(const UMaterialExpressionSubstrateVerticalLayering&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateVerticalLayering();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1046_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1049_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1049_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1049_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateVerticalLayering;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateVerticalLayering *******************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateAdd ******************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateAdd_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateAdd_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1093_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateAdd(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateAdd_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateAdd_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateAdd, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateAdd_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateAdd)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1093_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateAdd(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateAdd) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateAdd); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateAdd); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateAdd(UMaterialExpressionSubstrateAdd&&) = delete; \
|
|
UMaterialExpressionSubstrateAdd(const UMaterialExpressionSubstrateAdd&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateAdd();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1090_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1093_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1093_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1093_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateAdd;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateAdd ********************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateWeight ***************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateWeight_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateWeight_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1129_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateWeight(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateWeight_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateWeight_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateWeight, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateWeight_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateWeight)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1129_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateWeight(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateWeight) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateWeight); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateWeight); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateWeight(UMaterialExpressionSubstrateWeight&&) = delete; \
|
|
UMaterialExpressionSubstrateWeight(const UMaterialExpressionSubstrateWeight&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateWeight();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1126_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1129_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1129_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1129_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateWeight;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateWeight *****************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateSelect ***************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateSelect_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateSelect_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1159_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateSelect(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateSelect_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateSelect_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateSelect, UMaterialExpressionSubstrateBSDF, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateSelect_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateSelect)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1159_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateSelect(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateSelect) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateSelect); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateSelect); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateSelect(UMaterialExpressionSubstrateSelect&&) = delete; \
|
|
UMaterialExpressionSubstrateSelect(const UMaterialExpressionSubstrateSelect&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateSelect();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1156_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1159_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1159_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1159_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateSelect;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateSelect *****************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateUtilityBase **********************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateUtilityBase_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateUtilityBase_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1212_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateUtilityBase(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateUtilityBase_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateUtilityBase_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateUtilityBase, UMaterialExpression, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateUtilityBase_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateUtilityBase)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1212_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateUtilityBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateUtilityBase) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateUtilityBase); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateUtilityBase); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateUtilityBase(UMaterialExpressionSubstrateUtilityBase&&) = delete; \
|
|
UMaterialExpressionSubstrateUtilityBase(const UMaterialExpressionSubstrateUtilityBase&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateUtilityBase();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1209_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1212_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1212_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1212_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateUtilityBase;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateUtilityBase ************************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateTransmittanceToMFP ***************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateTransmittanceToMFP_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateTransmittanceToMFP_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1218_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateTransmittanceToMFP(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateTransmittanceToMFP_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateTransmittanceToMFP_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateTransmittanceToMFP, UMaterialExpressionSubstrateUtilityBase, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateTransmittanceToMFP_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateTransmittanceToMFP)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1218_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateTransmittanceToMFP(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateTransmittanceToMFP) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateTransmittanceToMFP); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateTransmittanceToMFP); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateTransmittanceToMFP(UMaterialExpressionSubstrateTransmittanceToMFP&&) = delete; \
|
|
UMaterialExpressionSubstrateTransmittanceToMFP(const UMaterialExpressionSubstrateTransmittanceToMFP&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateTransmittanceToMFP();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1215_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1218_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1218_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1218_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateTransmittanceToMFP;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateTransmittanceToMFP *****************************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0 *******************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1248_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0, UMaterialExpressionSubstrateUtilityBase, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1248_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0(UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0&&) = delete; \
|
|
UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0(const UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1245_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1248_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1248_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1248_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateMetalnessToDiffuseAlbedoF0 *********************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateHazinessToSecondaryRoughness *****************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateHazinessToSecondaryRoughness_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateHazinessToSecondaryRoughness_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1283_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateHazinessToSecondaryRoughness(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateHazinessToSecondaryRoughness_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateHazinessToSecondaryRoughness_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateHazinessToSecondaryRoughness, UMaterialExpressionSubstrateUtilityBase, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateHazinessToSecondaryRoughness_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateHazinessToSecondaryRoughness)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1283_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateHazinessToSecondaryRoughness(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateHazinessToSecondaryRoughness) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateHazinessToSecondaryRoughness); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateHazinessToSecondaryRoughness); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateHazinessToSecondaryRoughness(UMaterialExpressionSubstrateHazinessToSecondaryRoughness&&) = delete; \
|
|
UMaterialExpressionSubstrateHazinessToSecondaryRoughness(const UMaterialExpressionSubstrateHazinessToSecondaryRoughness&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateHazinessToSecondaryRoughness();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1280_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1283_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1283_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1283_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateHazinessToSecondaryRoughness;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateHazinessToSecondaryRoughness *******************
|
|
|
|
// ********** Begin Class UMaterialExpressionSubstrateThinFilm *************************************
|
|
struct Z_Construct_UClass_UMaterialExpressionSubstrateThinFilm_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSubstrateThinFilm_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1312_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUMaterialExpressionSubstrateThinFilm(); \
|
|
friend struct ::Z_Construct_UClass_UMaterialExpressionSubstrateThinFilm_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UMaterialExpressionSubstrateThinFilm_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UMaterialExpressionSubstrateThinFilm, UMaterialExpressionSubstrateUtilityBase, COMPILED_IN_FLAGS(0 | CLASS_Optional | CLASS_Config), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UMaterialExpressionSubstrateThinFilm_NoRegister) \
|
|
DECLARE_SERIALIZER(UMaterialExpressionSubstrateThinFilm)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1312_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
ENGINE_API UMaterialExpressionSubstrateThinFilm(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMaterialExpressionSubstrateThinFilm) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(ENGINE_API, UMaterialExpressionSubstrateThinFilm); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMaterialExpressionSubstrateThinFilm); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UMaterialExpressionSubstrateThinFilm(UMaterialExpressionSubstrateThinFilm&&) = delete; \
|
|
UMaterialExpressionSubstrateThinFilm(const UMaterialExpressionSubstrateThinFilm&) = delete; \
|
|
ENGINE_API virtual ~UMaterialExpressionSubstrateThinFilm();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1309_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1312_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1312_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h_1312_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UMaterialExpressionSubstrateThinFilm;
|
|
|
|
// ********** End Class UMaterialExpressionSubstrateThinFilm ***************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSubstrate_h
|
|
|
|
// ********** Begin Enum EMaterialSubSurfaceType ***************************************************
|
|
#define FOREACH_ENUM_EMATERIALSUBSURFACETYPE(op)
|
|
|
|
enum EMaterialSubSurfaceType : int;
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EMaterialSubSurfaceType>();
|
|
// ********** End Enum EMaterialSubSurfaceType *****************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|