// 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 "BlueprintFieldNodeSpawner.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeBlueprintFieldNodeSpawner() {} // ********** Begin Cross Module References ******************************************************** BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintFieldNodeSpawner(); BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintFieldNodeSpawner_NoRegister(); BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintNodeSpawner(); COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister(); COREUOBJECT_API UClass* Z_Construct_UClass_UField_NoRegister(); COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); UPackage* Z_Construct_UPackage__Script_BlueprintGraph(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UBlueprintFieldNodeSpawner *********************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UBlueprintFieldNodeSpawner; UClass* UBlueprintFieldNodeSpawner::GetPrivateStaticClass() { using TClass = UBlueprintFieldNodeSpawner; if (!Z_Registration_Info_UClass_UBlueprintFieldNodeSpawner.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("BlueprintFieldNodeSpawner"), Z_Registration_Info_UClass_UBlueprintFieldNodeSpawner.InnerSingleton, StaticRegisterNativesUBlueprintFieldNodeSpawner, 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_UBlueprintFieldNodeSpawner.InnerSingleton; } UClass* Z_Construct_UClass_UBlueprintFieldNodeSpawner_NoRegister() { return UBlueprintFieldNodeSpawner::GetPrivateStaticClass(); } struct Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Takes care of spawning various field related nodes (nodes associated with \n * functions, enums, structs, properties, etc.). Acts as the \"action\" portion\n * for certain FBlueprintActionMenuItems. \n */" }, { "IncludePath", "BlueprintFieldNodeSpawner.h" }, { "ModuleRelativePath", "Classes/BlueprintFieldNodeSpawner.h" }, { "ToolTip", "Takes care of spawning various field related nodes (nodes associated with\nfunctions, enums, structs, properties, etc.). Acts as the \"action\" portion\nfor certain FBlueprintActionMenuItems." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OwnerClass_MetaData[] = { { "Comment", "/** The owning class to configure new nodes with. */" }, { "ModuleRelativePath", "Classes/BlueprintFieldNodeSpawner.h" }, { "NativeConstTemplateArg", "" }, { "ToolTip", "The owning class to configure new nodes with." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Field_MetaData[] = { { "Comment", "/** The field to configure new nodes with. */" }, { "ModuleRelativePath", "Classes/BlueprintFieldNodeSpawner.h" }, { "ToolTip", "The field to configure new nodes with." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Property_MetaData[] = { { "ModuleRelativePath", "Classes/BlueprintFieldNodeSpawner.h" }, }; #endif // WITH_METADATA // ********** Begin Class UBlueprintFieldNodeSpawner constinit property declarations *************** static const UECodeGen_Private::FClassPropertyParams NewProp_OwnerClass; static const UECodeGen_Private::FObjectPropertyParams NewProp_Field; static const UECodeGen_Private::FFieldPathPropertyParams NewProp_Property; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UBlueprintFieldNodeSpawner constinit property declarations ***************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics // ********** Begin Class UBlueprintFieldNodeSpawner Property Definitions ************************** const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::NewProp_OwnerClass = { "OwnerClass", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBlueprintFieldNodeSpawner, OwnerClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OwnerClass_MetaData), NewProp_OwnerClass_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::NewProp_Field = { "Field", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBlueprintFieldNodeSpawner, Field), Z_Construct_UClass_UField_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Field_MetaData), NewProp_Field_MetaData) }; const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBlueprintFieldNodeSpawner, Property), &FProperty::StaticClass, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Property_MetaData), NewProp_Property_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::NewProp_OwnerClass, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::NewProp_Field, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::NewProp_Property, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::PropPointers) < 2048); // ********** End Class UBlueprintFieldNodeSpawner Property Definitions **************************** UObject* (*const Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UBlueprintNodeSpawner, (UObject* (*)())Z_Construct_UPackage__Script_BlueprintGraph, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::ClassParams = { &UBlueprintFieldNodeSpawner::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::PropPointers), 0, 0x000800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::Class_MetaDataParams), Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::Class_MetaDataParams) }; void UBlueprintFieldNodeSpawner::StaticRegisterNativesUBlueprintFieldNodeSpawner() { } UClass* Z_Construct_UClass_UBlueprintFieldNodeSpawner() { if (!Z_Registration_Info_UClass_UBlueprintFieldNodeSpawner.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBlueprintFieldNodeSpawner.OuterSingleton, Z_Construct_UClass_UBlueprintFieldNodeSpawner_Statics::ClassParams); } return Z_Registration_Info_UClass_UBlueprintFieldNodeSpawner.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBlueprintFieldNodeSpawner); UBlueprintFieldNodeSpawner::~UBlueprintFieldNodeSpawner() {} // ********** End Class UBlueprintFieldNodeSpawner ************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintFieldNodeSpawner_h__Script_BlueprintGraph_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UBlueprintFieldNodeSpawner, UBlueprintFieldNodeSpawner::StaticClass, TEXT("UBlueprintFieldNodeSpawner"), &Z_Registration_Info_UClass_UBlueprintFieldNodeSpawner, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBlueprintFieldNodeSpawner), 1284515398U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintFieldNodeSpawner_h__Script_BlueprintGraph_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintFieldNodeSpawner_h__Script_BlueprintGraph_3418941662{ TEXT("/Script/BlueprintGraph"), Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintFieldNodeSpawner_h__Script_BlueprintGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintFieldNodeSpawner_h__Script_BlueprintGraph_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS