// 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 "ToolMenuOwner.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeToolMenuOwner() {} // ********** Begin Cross Module References ******************************************************** TOOLMENUS_API UScriptStruct* Z_Construct_UScriptStruct_FToolMenuOwner(); UPackage* Z_Construct_UPackage__Script_ToolMenus(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FToolMenuOwner **************************************************** struct Z_Construct_UScriptStruct_FToolMenuOwner_Statics { static inline consteval int32 GetStructSize() { return sizeof(FToolMenuOwner); } static inline consteval int16 GetStructAlignment() { return alignof(FToolMenuOwner); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * Represents the owner of a menu. Can be used when registering menus\n * to later unregistering all menus created by a specified owner.\n *\n * See UToolMenus::UnregisterOwnerByName and FToolMenuOwnerScoped which relate to this.\n */" }, { "HasNativeBreak", "/Script/ToolMenus.ToolMenuEntryExtensions.BreakToolMenuOwner" }, { "HasNativeMake", "/Script/ToolMenus.ToolMenuEntryExtensions.MakeToolMenuOwner" }, { "ModuleRelativePath", "Public/ToolMenuOwner.h" }, { "ToolTip", "Represents the owner of a menu. Can be used when registering menus\nto later unregistering all menus created by a specified owner.\n\nSee UToolMenus::UnregisterOwnerByName and FToolMenuOwnerScoped which relate to this." }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FToolMenuOwner constinit property declarations ******************** // ********** End ScriptStruct FToolMenuOwner constinit property declarations ********************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FToolMenuOwner_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FToolMenuOwner; class UScriptStruct* FToolMenuOwner::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FToolMenuOwner.OuterSingleton) { Z_Registration_Info_UScriptStruct_FToolMenuOwner.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FToolMenuOwner, (UObject*)Z_Construct_UPackage__Script_ToolMenus(), TEXT("ToolMenuOwner")); } return Z_Registration_Info_UScriptStruct_FToolMenuOwner.OuterSingleton; } const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FToolMenuOwner_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_ToolMenus, nullptr, &NewStructOps, "ToolMenuOwner", nullptr, 0, sizeof(FToolMenuOwner), alignof(FToolMenuOwner), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FToolMenuOwner_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FToolMenuOwner_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FToolMenuOwner() { if (!Z_Registration_Info_UScriptStruct_FToolMenuOwner.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FToolMenuOwner.InnerSingleton, Z_Construct_UScriptStruct_FToolMenuOwner_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FToolMenuOwner.InnerSingleton); } // ********** End ScriptStruct FToolMenuOwner ****************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_ToolMenus_Public_ToolMenuOwner_h__Script_ToolMenus_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FToolMenuOwner::StaticStruct, Z_Construct_UScriptStruct_FToolMenuOwner_Statics::NewStructOps, TEXT("ToolMenuOwner"),&Z_Registration_Info_UScriptStruct_FToolMenuOwner, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FToolMenuOwner), 1149001U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_ToolMenus_Public_ToolMenuOwner_h__Script_ToolMenus_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_ToolMenus_Public_ToolMenuOwner_h__Script_ToolMenus_2160613449{ TEXT("/Script/ToolMenus"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Source_Developer_ToolMenus_Public_ToolMenuOwner_h__Script_ToolMenus_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_ToolMenus_Public_ToolMenuOwner_h__Script_ToolMenus_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS