// 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/MaterialAggregate.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMaterialAggregate() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector4f(); ENGINE_API UClass* Z_Construct_UClass_UDataAsset(); ENGINE_API UClass* Z_Construct_UClass_UMaterialAggregate(); ENGINE_API UClass* Z_Construct_UClass_UMaterialAggregate_NoRegister(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FMaterialAggregateAttribute(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum EMaterialAggregateAttributeType ******************************************* static FEnumRegistrationInfo Z_Registration_Info_UEnum_EMaterialAggregateAttributeType; static UEnum* EMaterialAggregateAttributeType_StaticEnum() { if (!Z_Registration_Info_UEnum_EMaterialAggregateAttributeType.OuterSingleton) { Z_Registration_Info_UEnum_EMaterialAggregateAttributeType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EMaterialAggregateAttributeType")); } return Z_Registration_Info_UEnum_EMaterialAggregateAttributeType.OuterSingleton; } template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum() { return EMaterialAggregateAttributeType_StaticEnum(); } struct Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "Aggregate.Comment", "// Attribute is of specified user aggregate type.\n" }, { "Aggregate.Name", "EMaterialAggregateAttributeType::Aggregate" }, { "Aggregate.ToolTip", "Attribute is of specified user aggregate type." }, { "Bool1.Name", "EMaterialAggregateAttributeType::Bool1" }, { "Bool2.Name", "EMaterialAggregateAttributeType::Bool2" }, { "Bool3.Name", "EMaterialAggregateAttributeType::Bool3" }, { "Bool4.Name", "EMaterialAggregateAttributeType::Bool4" }, { "Comment", "// Specifies the type of an individual material aggregate attribute.\n" }, { "Float1.Name", "EMaterialAggregateAttributeType::Float1" }, { "Float2.Name", "EMaterialAggregateAttributeType::Float2" }, { "Float3.Name", "EMaterialAggregateAttributeType::Float3" }, { "Float4.Name", "EMaterialAggregateAttributeType::Float4" }, { "MaterialAttributes.Comment", "// Attribute is of type MaterialAttributes aggregate.\n" }, { "MaterialAttributes.Name", "EMaterialAggregateAttributeType::MaterialAttributes" }, { "MaterialAttributes.ToolTip", "Attribute is of type MaterialAttributes aggregate." }, { "ModuleRelativePath", "Public/Materials/MaterialAggregate.h" }, { "ShadingModel.Comment", "// Attribute is a shading mode. Used in by MaterialAttributes aggregate.\n" }, { "ShadingModel.Name", "EMaterialAggregateAttributeType::ShadingModel" }, { "ShadingModel.ToolTip", "Attribute is a shading mode. Used in by MaterialAttributes aggregate." }, { "ToolTip", "Specifies the type of an individual material aggregate attribute." }, { "UInt1.Name", "EMaterialAggregateAttributeType::UInt1" }, { "UInt2.Name", "EMaterialAggregateAttributeType::UInt2" }, { "UInt3.Name", "EMaterialAggregateAttributeType::UInt3" }, { "UInt4.Name", "EMaterialAggregateAttributeType::UInt4" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "EMaterialAggregateAttributeType::Bool1", (int64)EMaterialAggregateAttributeType::Bool1 }, { "EMaterialAggregateAttributeType::Bool2", (int64)EMaterialAggregateAttributeType::Bool2 }, { "EMaterialAggregateAttributeType::Bool3", (int64)EMaterialAggregateAttributeType::Bool3 }, { "EMaterialAggregateAttributeType::Bool4", (int64)EMaterialAggregateAttributeType::Bool4 }, { "EMaterialAggregateAttributeType::UInt1", (int64)EMaterialAggregateAttributeType::UInt1 }, { "EMaterialAggregateAttributeType::UInt2", (int64)EMaterialAggregateAttributeType::UInt2 }, { "EMaterialAggregateAttributeType::UInt3", (int64)EMaterialAggregateAttributeType::UInt3 }, { "EMaterialAggregateAttributeType::UInt4", (int64)EMaterialAggregateAttributeType::UInt4 }, { "EMaterialAggregateAttributeType::Float1", (int64)EMaterialAggregateAttributeType::Float1 }, { "EMaterialAggregateAttributeType::Float2", (int64)EMaterialAggregateAttributeType::Float2 }, { "EMaterialAggregateAttributeType::Float3", (int64)EMaterialAggregateAttributeType::Float3 }, { "EMaterialAggregateAttributeType::Float4", (int64)EMaterialAggregateAttributeType::Float4 }, { "EMaterialAggregateAttributeType::ShadingModel", (int64)EMaterialAggregateAttributeType::ShadingModel }, { "EMaterialAggregateAttributeType::MaterialAttributes", (int64)EMaterialAggregateAttributeType::MaterialAttributes }, { "EMaterialAggregateAttributeType::Aggregate", (int64)EMaterialAggregateAttributeType::Aggregate }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_Engine, nullptr, "EMaterialAggregateAttributeType", "EMaterialAggregateAttributeType", Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType() { if (!Z_Registration_Info_UEnum_EMaterialAggregateAttributeType.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EMaterialAggregateAttributeType.InnerSingleton, Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType_Statics::EnumParams); } return Z_Registration_Info_UEnum_EMaterialAggregateAttributeType.InnerSingleton; } // ********** End Enum EMaterialAggregateAttributeType ********************************************* // ********** Begin ScriptStruct FMaterialAggregateAttribute *************************************** struct Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics { static inline consteval int32 GetStructSize() { return sizeof(FMaterialAggregateAttribute); } static inline consteval int16 GetStructAlignment() { return alignof(FMaterialAggregateAttribute); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "// Represents a single attribute within a material aggregate.\n" }, { "ModuleRelativePath", "Public/Materials/MaterialAggregate.h" }, { "ToolTip", "Represents a single attribute within a material aggregate." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = { { "Category", "MaterialAggregateAttribute" }, { "Comment", "// The name of the attribute.\n" }, { "ModuleRelativePath", "Public/Materials/MaterialAggregate.h" }, { "ToolTip", "The name of the attribute." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Type_MetaData[] = { { "Category", "MaterialAggregateAttribute" }, { "Comment", "// The type of the attribute.\n" }, { "ModuleRelativePath", "Public/Materials/MaterialAggregate.h" }, { "ToolTip", "The type of the attribute." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Aggregate_MetaData[] = { { "Category", "MaterialAggregateAttribute" }, { "Comment", "// The nested aggregate reference, used only if TypeKind is Aggregate.\n" }, { "EditCondition", "Type == EMaterialAggregateAttributeType::Aggregate" }, { "EditConditionHides", "" }, { "ModuleRelativePath", "Public/Materials/MaterialAggregate.h" }, { "ToolTip", "The nested aggregate reference, used only if TypeKind is Aggregate." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = { { "Category", "MaterialAggregateAttribute" }, { "Comment", "// This attribute default value, assigned when the parent aggregate is constructed without an assignment to this attribute.\n" }, { "ModuleRelativePath", "Public/Materials/MaterialAggregate.h" }, { "ToolTip", "This attribute default value, assigned when the parent aggregate is constructed without an assignment to this attribute." }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FMaterialAggregateAttribute constinit property declarations ******* static const UECodeGen_Private::FNamePropertyParams NewProp_Name; static const UECodeGen_Private::FIntPropertyParams NewProp_Type_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_Type; static const UECodeGen_Private::FObjectPropertyParams NewProp_Aggregate; static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FMaterialAggregateAttribute constinit property declarations ********* static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMaterialAggregateAttribute; class UScriptStruct* FMaterialAggregateAttribute::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FMaterialAggregateAttribute.OuterSingleton) { Z_Registration_Info_UScriptStruct_FMaterialAggregateAttribute.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMaterialAggregateAttribute, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("MaterialAggregateAttribute")); } return Z_Registration_Info_UScriptStruct_FMaterialAggregateAttribute.OuterSingleton; } // ********** Begin ScriptStruct FMaterialAggregateAttribute Property Definitions ****************** const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMaterialAggregateAttribute, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_Type_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_Type = { "Type", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMaterialAggregateAttribute, Type), Z_Construct_UEnum_Engine_EMaterialAggregateAttributeType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Type_MetaData), NewProp_Type_MetaData) }; // 1966693950 const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_Aggregate = { "Aggregate", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMaterialAggregateAttribute, Aggregate), Z_Construct_UClass_UMaterialAggregate_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Aggregate_MetaData), NewProp_Aggregate_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMaterialAggregateAttribute, DefaultValue), Z_Construct_UScriptStruct_FVector4f, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_Name, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_Type_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_Type, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_Aggregate, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewProp_DefaultValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::PropPointers) < 2048); // ********** End ScriptStruct FMaterialAggregateAttribute Property Definitions ******************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "MaterialAggregateAttribute", Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::PropPointers), sizeof(FMaterialAggregateAttribute), alignof(FMaterialAggregateAttribute), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FMaterialAggregateAttribute() { if (!Z_Registration_Info_UScriptStruct_FMaterialAggregateAttribute.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMaterialAggregateAttribute.InnerSingleton, Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FMaterialAggregateAttribute.InnerSingleton); } // ********** End ScriptStruct FMaterialAggregateAttribute ***************************************** // ********** Begin Class UMaterialAggregate ******************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialAggregate; UClass* UMaterialAggregate::GetPrivateStaticClass() { using TClass = UMaterialAggregate; if (!Z_Registration_Info_UClass_UMaterialAggregate.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("MaterialAggregate"), Z_Registration_Info_UClass_UMaterialAggregate.InnerSingleton, StaticRegisterNativesUMaterialAggregate, 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_UMaterialAggregate.InnerSingleton; } UClass* Z_Construct_UClass_UMaterialAggregate_NoRegister() { return UMaterialAggregate::GetPrivateStaticClass(); } struct Z_Construct_UClass_UMaterialAggregate_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "// It defines a collection of arithmetic material values to be bundled together.\n// A material aggregate works similarly to a struct in C/C++. Each attribute has a name and specifies a type, either a\n// primitive one like float4 or another aggregate (for nested structures).\n" }, { "IncludePath", "Materials/MaterialAggregate.h" }, { "ModuleRelativePath", "Public/Materials/MaterialAggregate.h" }, { "ToolTip", "It defines a collection of arithmetic material values to be bundled together.\nA material aggregate works similarly to a struct in C/C++. Each attribute has a name and specifies a type, either a\nprimitive one like float4 or another aggregate (for nested structures)." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Attributes_MetaData[] = { { "Category", "MaterialAggregate" }, { "Comment", "// List of material aggregate attributes.\n" }, { "ModuleRelativePath", "Public/Materials/MaterialAggregate.h" }, { "ToolTip", "List of material aggregate attributes." }, }; #endif // WITH_METADATA // ********** Begin Class UMaterialAggregate constinit property declarations *********************** static const UECodeGen_Private::FStructPropertyParams NewProp_Attributes_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Attributes; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UMaterialAggregate constinit property declarations ************************* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UMaterialAggregate_Statics // ********** Begin Class UMaterialAggregate Property Definitions ********************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialAggregate_Statics::NewProp_Attributes_Inner = { "Attributes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FMaterialAggregateAttribute, METADATA_PARAMS(0, nullptr) }; // 4038548194 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMaterialAggregate_Statics::NewProp_Attributes = { "Attributes", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialAggregate, Attributes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Attributes_MetaData), NewProp_Attributes_MetaData) }; // 4038548194 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialAggregate_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialAggregate_Statics::NewProp_Attributes_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialAggregate_Statics::NewProp_Attributes, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialAggregate_Statics::PropPointers) < 2048); // ********** End Class UMaterialAggregate Property Definitions ************************************ UObject* (*const Z_Construct_UClass_UMaterialAggregate_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDataAsset, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialAggregate_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialAggregate_Statics::ClassParams = { &UMaterialAggregate::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UMaterialAggregate_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialAggregate_Statics::PropPointers), 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialAggregate_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialAggregate_Statics::Class_MetaDataParams) }; void UMaterialAggregate::StaticRegisterNativesUMaterialAggregate() { } UClass* Z_Construct_UClass_UMaterialAggregate() { if (!Z_Registration_Info_UClass_UMaterialAggregate.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialAggregate.OuterSingleton, Z_Construct_UClass_UMaterialAggregate_Statics::ClassParams); } return Z_Registration_Info_UClass_UMaterialAggregate.OuterSingleton; } UMaterialAggregate::UMaterialAggregate(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialAggregate); UMaterialAggregate::~UMaterialAggregate() {} // ********** End Class UMaterialAggregate ********************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialAggregate_h__Script_Engine_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { EMaterialAggregateAttributeType_StaticEnum, TEXT("EMaterialAggregateAttributeType"), &Z_Registration_Info_UEnum_EMaterialAggregateAttributeType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1966693950U) }, }; static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FMaterialAggregateAttribute::StaticStruct, Z_Construct_UScriptStruct_FMaterialAggregateAttribute_Statics::NewStructOps, TEXT("MaterialAggregateAttribute"),&Z_Registration_Info_UScriptStruct_FMaterialAggregateAttribute, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMaterialAggregateAttribute), 4038548194U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UMaterialAggregate, UMaterialAggregate::StaticClass, TEXT("UMaterialAggregate"), &Z_Registration_Info_UClass_UMaterialAggregate, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialAggregate), 124837613U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialAggregate_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialAggregate_h__Script_Engine_2938547831{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialAggregate_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialAggregate_h__Script_Engine_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialAggregate_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialAggregate_h__Script_Engine_Statics::ScriptStructInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialAggregate_h__Script_Engine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialAggregate_h__Script_Engine_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS