// 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/MaterialExpressionSetMaterialAttributes.h" #include "Materials/MaterialExpression.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMaterialExpressionSetMaterialAttributes() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_NoRegister(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExpressionInput(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UMaterialExpressionSetMaterialAttributes ********************************* FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionSetMaterialAttributes; UClass* UMaterialExpressionSetMaterialAttributes::GetPrivateStaticClass() { using TClass = UMaterialExpressionSetMaterialAttributes; if (!Z_Registration_Info_UClass_UMaterialExpressionSetMaterialAttributes.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("MaterialExpressionSetMaterialAttributes"), Z_Registration_Info_UClass_UMaterialExpressionSetMaterialAttributes.InnerSingleton, StaticRegisterNativesUMaterialExpressionSetMaterialAttributes, 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_UMaterialExpressionSetMaterialAttributes.InnerSingleton; } UClass* Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_NoRegister() { return UMaterialExpressionSetMaterialAttributes::GetPrivateStaticClass(); } struct Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "HideCategories", "Object Object" }, { "IncludePath", "Materials/MaterialExpressionSetMaterialAttributes.h" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionSetMaterialAttributes.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Inputs_MetaData[] = { { "ModuleRelativePath", "Public/Materials/MaterialExpressionSetMaterialAttributes.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AttributeSetTypes_MetaData[] = { { "Category", "MaterialAttributes" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionSetMaterialAttributes.h" }, }; #endif // WITH_METADATA // ********** Begin Class UMaterialExpressionSetMaterialAttributes constinit property declarations * static const UECodeGen_Private::FStructPropertyParams NewProp_Inputs_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Inputs; static const UECodeGen_Private::FStructPropertyParams NewProp_AttributeSetTypes_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_AttributeSetTypes; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UMaterialExpressionSetMaterialAttributes constinit property declarations *** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics // ********** Begin Class UMaterialExpressionSetMaterialAttributes Property Definitions ************ const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::NewProp_Inputs_Inner = { "Inputs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FExpressionInput, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::NewProp_Inputs = { "Inputs", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSetMaterialAttributes, Inputs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Inputs_MetaData), NewProp_Inputs_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::NewProp_AttributeSetTypes_Inner = { "AttributeSetTypes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::NewProp_AttributeSetTypes = { "AttributeSetTypes", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionSetMaterialAttributes, AttributeSetTypes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AttributeSetTypes_MetaData), NewProp_AttributeSetTypes_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::NewProp_Inputs_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::NewProp_Inputs, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::NewProp_AttributeSetTypes_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::NewProp_AttributeSetTypes, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::PropPointers) < 2048); // ********** End Class UMaterialExpressionSetMaterialAttributes Property Definitions ************** UObject* (*const Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UMaterialExpression, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::ClassParams = { &UMaterialExpressionSetMaterialAttributes::StaticClass, "MaterialExpressions", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::PropPointers), 0, 0x000820B4u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::Class_MetaDataParams) }; void UMaterialExpressionSetMaterialAttributes::StaticRegisterNativesUMaterialExpressionSetMaterialAttributes() { } UClass* Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes() { if (!Z_Registration_Info_UClass_UMaterialExpressionSetMaterialAttributes.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionSetMaterialAttributes.OuterSingleton, Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes_Statics::ClassParams); } return Z_Registration_Info_UClass_UMaterialExpressionSetMaterialAttributes.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionSetMaterialAttributes); UMaterialExpressionSetMaterialAttributes::~UMaterialExpressionSetMaterialAttributes() {} // ********** End Class UMaterialExpressionSetMaterialAttributes *********************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSetMaterialAttributes_h__Script_Engine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UMaterialExpressionSetMaterialAttributes, UMaterialExpressionSetMaterialAttributes::StaticClass, TEXT("UMaterialExpressionSetMaterialAttributes"), &Z_Registration_Info_UClass_UMaterialExpressionSetMaterialAttributes, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionSetMaterialAttributes), 3726846212U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSetMaterialAttributes_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSetMaterialAttributes_h__Script_Engine_1895646152{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSetMaterialAttributes_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionSetMaterialAttributes_h__Script_Engine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS