// 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 "BlueprintEventNodeSpawner.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeBlueprintEventNodeSpawner() {} // ********** Begin Cross Module References ******************************************************** BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintEventNodeSpawner(); BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintEventNodeSpawner_NoRegister(); BLUEPRINTGRAPH_API UClass* Z_Construct_UClass_UBlueprintNodeSpawner(); COREUOBJECT_API UClass* Z_Construct_UClass_UFunction_NoRegister(); UPackage* Z_Construct_UPackage__Script_BlueprintGraph(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UBlueprintEventNodeSpawner *********************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UBlueprintEventNodeSpawner; UClass* UBlueprintEventNodeSpawner::GetPrivateStaticClass() { using TClass = UBlueprintEventNodeSpawner; if (!Z_Registration_Info_UClass_UBlueprintEventNodeSpawner.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("BlueprintEventNodeSpawner"), Z_Registration_Info_UClass_UBlueprintEventNodeSpawner.InnerSingleton, StaticRegisterNativesUBlueprintEventNodeSpawner, 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_UBlueprintEventNodeSpawner.InnerSingleton; } UClass* Z_Construct_UClass_UBlueprintEventNodeSpawner_NoRegister() { return UBlueprintEventNodeSpawner::GetPrivateStaticClass(); } struct Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Takes care of spawning UK2Node_Event nodes. Acts as the \"action\" portion of\n * certain FBlueprintActionMenuItems. Will not spawn a new event node if one\n * associated with the specified function already exits (instead, Invoke() will\n * return the existing one). Evolved from FEdGraphSchemaAction_K2AddEvent and \n * FEdGraphSchemaAction_K2ViewNode.\n */" }, { "IncludePath", "BlueprintEventNodeSpawner.h" }, { "ModuleRelativePath", "Classes/BlueprintEventNodeSpawner.h" }, { "ToolTip", "Takes care of spawning UK2Node_Event nodes. Acts as the \"action\" portion of\ncertain FBlueprintActionMenuItems. Will not spawn a new event node if one\nassociated with the specified function already exits (instead, Invoke() will\nreturn the existing one). Evolved from FEdGraphSchemaAction_K2AddEvent and\nFEdGraphSchemaAction_K2ViewNode." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EventFunc_MetaData[] = { { "Comment", "/** The function to configure new nodes with. */" }, { "ModuleRelativePath", "Classes/BlueprintEventNodeSpawner.h" }, { "NativeConstTemplateArg", "" }, { "ToolTip", "The function to configure new nodes with." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomEventName_MetaData[] = { { "Comment", "/** The custom name to configure new event nodes with. */" }, { "ModuleRelativePath", "Classes/BlueprintEventNodeSpawner.h" }, { "ToolTip", "The custom name to configure new event nodes with." }, }; #endif // WITH_METADATA // ********** Begin Class UBlueprintEventNodeSpawner constinit property declarations *************** static const UECodeGen_Private::FObjectPropertyParams NewProp_EventFunc; static const UECodeGen_Private::FNamePropertyParams NewProp_CustomEventName; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UBlueprintEventNodeSpawner constinit property declarations ***************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics // ********** Begin Class UBlueprintEventNodeSpawner Property Definitions ************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::NewProp_EventFunc = { "EventFunc", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBlueprintEventNodeSpawner, EventFunc), Z_Construct_UClass_UFunction_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EventFunc_MetaData), NewProp_EventFunc_MetaData) }; const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::NewProp_CustomEventName = { "CustomEventName", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBlueprintEventNodeSpawner, CustomEventName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomEventName_MetaData), NewProp_CustomEventName_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::NewProp_EventFunc, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::NewProp_CustomEventName, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::PropPointers) < 2048); // ********** End Class UBlueprintEventNodeSpawner Property Definitions **************************** UObject* (*const Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UBlueprintNodeSpawner, (UObject* (*)())Z_Construct_UPackage__Script_BlueprintGraph, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::ClassParams = { &UBlueprintEventNodeSpawner::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::PropPointers), 0, 0x000800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::Class_MetaDataParams), Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::Class_MetaDataParams) }; void UBlueprintEventNodeSpawner::StaticRegisterNativesUBlueprintEventNodeSpawner() { } UClass* Z_Construct_UClass_UBlueprintEventNodeSpawner() { if (!Z_Registration_Info_UClass_UBlueprintEventNodeSpawner.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBlueprintEventNodeSpawner.OuterSingleton, Z_Construct_UClass_UBlueprintEventNodeSpawner_Statics::ClassParams); } return Z_Registration_Info_UClass_UBlueprintEventNodeSpawner.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBlueprintEventNodeSpawner); UBlueprintEventNodeSpawner::~UBlueprintEventNodeSpawner() {} // ********** End Class UBlueprintEventNodeSpawner ************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintEventNodeSpawner_h__Script_BlueprintGraph_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UBlueprintEventNodeSpawner, UBlueprintEventNodeSpawner::StaticClass, TEXT("UBlueprintEventNodeSpawner"), &Z_Registration_Info_UClass_UBlueprintEventNodeSpawner, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBlueprintEventNodeSpawner), 1851845116U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintEventNodeSpawner_h__Script_BlueprintGraph_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintEventNodeSpawner_h__Script_BlueprintGraph_3550308628{ TEXT("/Script/BlueprintGraph"), Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintEventNodeSpawner_h__Script_BlueprintGraph_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_BlueprintGraph_Classes_BlueprintEventNodeSpawner_h__Script_BlueprintGraph_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS