// 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/MaterialExpressionCollectionParameter.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMaterialExpressionCollectionParameter() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpression(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionCollectionParameter(); ENGINE_API UClass* Z_Construct_UClass_UMaterialExpressionCollectionParameter_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UMaterialParameterCollection_NoRegister(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UMaterialExpressionCollectionParameter *********************************** FClassRegistrationInfo Z_Registration_Info_UClass_UMaterialExpressionCollectionParameter; UClass* UMaterialExpressionCollectionParameter::GetPrivateStaticClass() { using TClass = UMaterialExpressionCollectionParameter; if (!Z_Registration_Info_UClass_UMaterialExpressionCollectionParameter.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("MaterialExpressionCollectionParameter"), Z_Registration_Info_UClass_UMaterialExpressionCollectionParameter.InnerSingleton, StaticRegisterNativesUMaterialExpressionCollectionParameter, 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_UMaterialExpressionCollectionParameter.InnerSingleton; } UClass* Z_Construct_UClass_UMaterialExpressionCollectionParameter_NoRegister() { return UMaterialExpressionCollectionParameter::GetPrivateStaticClass(); } struct Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "HideCategories", "object Object" }, { "IncludePath", "Materials/MaterialExpressionCollectionParameter.h" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionCollectionParameter.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Collection_MetaData[] = { { "Category", "MaterialExpressionCollectionParameter" }, { "Comment", "/** The Parameter Collection to use. */" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionCollectionParameter.h" }, { "ToolTip", "The Parameter Collection to use." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParameterName_MetaData[] = { { "Category", "MaterialExpressionCollectionParameter" }, { "Comment", "/** Name of the parameter being referenced. */" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionCollectionParameter.h" }, { "ToolTip", "Name of the parameter being referenced." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExpressionGUID_MetaData[] = { { "Comment", "/** GUID that should be unique within the material, this is used for parameter renaming. */" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionCollectionParameter.h" }, { "ToolTip", "GUID that should be unique within the material, this is used for parameter renaming." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Group_MetaData[] = { { "Category", "MaterialExpressionCollectionParameter" }, { "Comment", "/** The name of the parameter Group to display in MaterialInstance Editor. Default is None group */" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionCollectionParameter.h" }, { "ToolTip", "The name of the parameter Group to display in MaterialInstance Editor. Default is None group" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SortPriority_MetaData[] = { { "Category", "MaterialExpressionCollectionParameter" }, { "Comment", "/** Controls where the this parameter is displayed in a material instance parameter list. The lower the number the higher up in the parameter list. */" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionCollectionParameter.h" }, { "ToolTip", "Controls where the this parameter is displayed in a material instance parameter list. The lower the number the higher up in the parameter list." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParameterId_MetaData[] = { { "Comment", "/** Id that is set from the name, and used to handle renaming of collection parameters. */" }, { "ModuleRelativePath", "Public/Materials/MaterialExpressionCollectionParameter.h" }, { "ToolTip", "Id that is set from the name, and used to handle renaming of collection parameters." }, }; #endif // WITH_METADATA // ********** Begin Class UMaterialExpressionCollectionParameter constinit property declarations *** static const UECodeGen_Private::FObjectPropertyParams NewProp_Collection; static const UECodeGen_Private::FNamePropertyParams NewProp_ParameterName; static const UECodeGen_Private::FStructPropertyParams NewProp_ExpressionGUID; static const UECodeGen_Private::FNamePropertyParams NewProp_Group; static const UECodeGen_Private::FIntPropertyParams NewProp_SortPriority; static const UECodeGen_Private::FStructPropertyParams NewProp_ParameterId; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UMaterialExpressionCollectionParameter constinit property declarations ***** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics // ********** Begin Class UMaterialExpressionCollectionParameter Property Definitions ************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_Collection = { "Collection", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionCollectionParameter, Collection), Z_Construct_UClass_UMaterialParameterCollection_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Collection_MetaData), NewProp_Collection_MetaData) }; const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_ParameterName = { "ParameterName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionCollectionParameter, ParameterName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParameterName_MetaData), NewProp_ParameterName_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_ExpressionGUID = { "ExpressionGUID", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionCollectionParameter, ExpressionGUID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExpressionGUID_MetaData), NewProp_ExpressionGUID_MetaData) }; const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_Group = { "Group", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionCollectionParameter, Group), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Group_MetaData), NewProp_Group_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_SortPriority = { "SortPriority", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionCollectionParameter, SortPriority), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SortPriority_MetaData), NewProp_SortPriority_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_ParameterId = { "ParameterId", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMaterialExpressionCollectionParameter, ParameterId), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParameterId_MetaData), NewProp_ParameterId_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_Collection, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_ParameterName, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_ExpressionGUID, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_Group, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_SortPriority, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::NewProp_ParameterId, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::PropPointers) < 2048); // ********** End Class UMaterialExpressionCollectionParameter Property Definitions **************** UObject* (*const Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UMaterialExpression, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::ClassParams = { &UMaterialExpressionCollectionParameter::StaticClass, "MaterialExpressions", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::PropPointers), 0, 0x000800B4u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::Class_MetaDataParams), Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::Class_MetaDataParams) }; void UMaterialExpressionCollectionParameter::StaticRegisterNativesUMaterialExpressionCollectionParameter() { } UClass* Z_Construct_UClass_UMaterialExpressionCollectionParameter() { if (!Z_Registration_Info_UClass_UMaterialExpressionCollectionParameter.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMaterialExpressionCollectionParameter.OuterSingleton, Z_Construct_UClass_UMaterialExpressionCollectionParameter_Statics::ClassParams); } return Z_Registration_Info_UClass_UMaterialExpressionCollectionParameter.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMaterialExpressionCollectionParameter); UMaterialExpressionCollectionParameter::~UMaterialExpressionCollectionParameter() {} // ********** End Class UMaterialExpressionCollectionParameter ************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionCollectionParameter_h__Script_Engine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UMaterialExpressionCollectionParameter, UMaterialExpressionCollectionParameter::StaticClass, TEXT("UMaterialExpressionCollectionParameter"), &Z_Registration_Info_UClass_UMaterialExpressionCollectionParameter, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMaterialExpressionCollectionParameter), 3597049581U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionCollectionParameter_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionCollectionParameter_h__Script_Engine_2842207208{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionCollectionParameter_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Materials_MaterialExpressionCollectionParameter_h__Script_Engine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS