// Copyright Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ===========================================================================*/ #include "UObject/GeneratedCppIncludes.h" #include "Materials/MaterialExpressionTextureBase.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMaterialExpressionTextureBase() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionTextureBase(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionTextureBase_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UTexture_NoRegister(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_EMaterialSamplerType(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UMaterialExpressionTextureBase ******************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionTextureBase; UClass* UMaterialExpressionTextureBase::GetPrivateStaticClass() { using TClass = UMaterialExpressionTextureBase; if (!Z_Registration_Info_UClass_UMaterialExpressionTextureBase.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("MaterialExpressionTextureBase"), Z_Registration_Info_UClass_UMaterialExpressionTextureBase.InnerSingleton, StaticRegisterNativesUMaterialExpressionTextureBase, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UMaterialExpressionTextureBase.InnerSingleton; } UClass* Z_Construct_UClass_UMaterialExpressionTextureBase_NoRegister() { return UMaterialExpressionTextureBase::GetPrivateStaticClass(); } struct Z_Construct_UClass_UMaterialExpressionTextureBase_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "HideCategories", "Object Object" }, { "IncludePath", "Materials/MaterialExpressionTextureBase.h" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionTextureBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Texture_MetaData[] = { { "Category", "MaterialExpressionTextureBase" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionTextureBase.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SamplerType_MetaData[] = { { "Category", "MaterialExpressionTextureBase" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionTextureBase.h" }, { "ShowAsInputPin", "Advanced" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IsDefaultMeshpaintTexture_MetaData[] = { { "Category", "MaterialExpressionTextureBase" }, { "Comment", "/** Is default selected texture when using mesh paint mode texture painting */" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionTextureBase.h" }, { "ToolTip", "Is default selected texture when using mesh paint mode texture painting" }, }; #endif // WITH_METADATA // ********** Begin Class UMaterialExpressionTextureBase constinit property declarations *********** static const UECodeGen_Private::FObjectPropertyParams NewProp_Texture; static const UECodeGen_Private::FBytePropertyParams NewProp_SamplerType; static void NewProp_IsDefaultMeshpaintTexture_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_IsDefaultMeshpaintTexture; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UMaterialExpressionTextureBase constinit property declarations ************* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UMaterialExpressionTextureBase_Statics // ********** Begin Class UMaterialExpressionTextureBase Property Definitions ********************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::NewProp_Texture = { "Texture", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionTextureBase, Texture), Z_Construct_UClass_UTexture_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Texture_MetaData), NewProp_Texture_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::NewProp_SamplerType = { "SamplerType", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionTextureBase, SamplerType), Z_Construct_UEnum_Engine_EMaterialSamplerType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SamplerType_MetaData), NewProp_SamplerType_MetaData) }; // 1357363594 void Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::NewProp_IsDefaultMeshpaintTexture_SetBit(void* Obj) { ((UMaterialExpressionTextureBase*)Obj)->IsDefaultMeshpaintTexture = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::NewProp_IsDefaultMeshpaintTexture = { "IsDefaultMeshpaintTexture", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UMaterialExpressionTextureBase), &Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::NewProp_IsDefaultMeshpaintTexture_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IsDefaultMeshpaintTexture_MetaData), NewProp_IsDefaultMeshpaintTexture_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::NewProp_Texture, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::NewProp_SamplerType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::NewProp_IsDefaultMeshpaintTexture, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::PropPointers) < 2048); // ********** End Class UMaterialExpressionTextureBase Property Definitions ************************ UObject* (*const Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UMaterialExpression, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::ClassParams = { &UMaterialExpressionTextureBase::StaticClass, "MaterialExpressions", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::PropPointers), 0, 0x000800B5u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::Class_MetaDataParams) }; void UMaterialExpressionTextureBase::StaticRegisterNativesUMaterialExpressionTextureBase() { } UClass* Z_Construct_UClass_UMaterialExpressionTextureBase() { if (!Z_Registration_Info_UClass_UMaterialExpressionTextureBase.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionTextureBase.OuterSingleton, Z_Construct_UClass_UMaterialExpressionTextureBase_Statics::ClassParams); } return Z_Registration_Info_UClass_UMaterialExpressionTextureBase.OuterSingleton; } UMaterialExpressionTextureBase::UMaterialExpressionTextureBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionTextureBase); UMaterialExpressionTextureBase::~UMaterialExpressionTextureBase() {} // ********** End Class UMaterialExpressionTextureBase ********************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTextureBase_h__Script_Engine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UMaterialExpressionTextureBase, UMaterialExpressionTextureBase::StaticClass, TEXT("UMaterialExpressionTextureBase"), &Z_Registration_Info_UClass_UMaterialExpressionTextureBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionTextureBase), 2545327747U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTextureBase_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTextureBase_h__Script_Engine_2767441433{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTextureBase_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionTextureBase_h__Script_Engine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS