// 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 "Widgets/ContentBrowserTileViewWidget.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeContentBrowserTileViewWidget() {} // ********** Begin Cross Module References ******************************************************** TEDSCONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserTileViewWidgetFactory(); TEDSCONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_NoRegister(); TEDSCONTENTBROWSER_API UScriptStruct* Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor(); TYPEDELEMENTFRAMEWORK_API UClass* Z_Construct_UClass_UEditorDataStorageFactory(); TYPEDELEMENTFRAMEWORK_API UScriptStruct* Z_Construct_UScriptStruct_FSimpleWidgetConstructor(); UPackage* Z_Construct_UPackage__Script_TedsContentBrowser(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UContentBrowserTileViewWidgetFactory ************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserTileViewWidgetFactory; UClass* UContentBrowserTileViewWidgetFactory::GetPrivateStaticClass() { using TClass = UContentBrowserTileViewWidgetFactory; if (!Z_Registration_Info_UClass_UContentBrowserTileViewWidgetFactory.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ContentBrowserTileViewWidgetFactory"), Z_Registration_Info_UClass_UContentBrowserTileViewWidgetFactory.InnerSingleton, StaticRegisterNativesUContentBrowserTileViewWidgetFactory, 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_UContentBrowserTileViewWidgetFactory.InnerSingleton; } UClass* Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_NoRegister() { return UContentBrowserTileViewWidgetFactory::GetPrivateStaticClass(); } struct Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "Widgets/ContentBrowserTileViewWidget.h" }, { "ModuleRelativePath", "Private/Widgets/ContentBrowserTileViewWidget.h" }, }; #endif // WITH_METADATA // ********** Begin Class UContentBrowserTileViewWidgetFactory constinit property declarations ***** // ********** End Class UContentBrowserTileViewWidgetFactory constinit property declarations ******* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_Statics UObject* (*const Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UEditorDataStorageFactory, (UObject* (*)())Z_Construct_UPackage__Script_TedsContentBrowser, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_Statics::ClassParams = { &UContentBrowserTileViewWidgetFactory::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000000A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_Statics::Class_MetaDataParams) }; void UContentBrowserTileViewWidgetFactory::StaticRegisterNativesUContentBrowserTileViewWidgetFactory() { } UClass* Z_Construct_UClass_UContentBrowserTileViewWidgetFactory() { if (!Z_Registration_Info_UClass_UContentBrowserTileViewWidgetFactory.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserTileViewWidgetFactory.OuterSingleton, Z_Construct_UClass_UContentBrowserTileViewWidgetFactory_Statics::ClassParams); } return Z_Registration_Info_UClass_UContentBrowserTileViewWidgetFactory.OuterSingleton; } UContentBrowserTileViewWidgetFactory::UContentBrowserTileViewWidgetFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserTileViewWidgetFactory); // ********** End Class UContentBrowserTileViewWidgetFactory *************************************** // ********** Begin ScriptStruct FContentBrowserTileViewWidgetConstructor ************************** struct Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor_Statics { static inline consteval int32 GetStructSize() { return sizeof(FContentBrowserTileViewWidgetConstructor); } static inline consteval int16 GetStructAlignment() { return alignof(FContentBrowserTileViewWidgetConstructor); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "// Content Browser Label + Thumbnail widget\n" }, { "ModuleRelativePath", "Private/Widgets/ContentBrowserTileViewWidget.h" }, { "ToolTip", "Content Browser Label + Thumbnail widget" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FContentBrowserTileViewWidgetConstructor constinit property declarations // ********** End ScriptStruct FContentBrowserTileViewWidgetConstructor constinit property declarations static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FContentBrowserTileViewWidgetConstructor cannot be polymorphic unless super FSimpleWidgetConstructor is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FContentBrowserTileViewWidgetConstructor; class UScriptStruct* FContentBrowserTileViewWidgetConstructor::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FContentBrowserTileViewWidgetConstructor.OuterSingleton) { Z_Registration_Info_UScriptStruct_FContentBrowserTileViewWidgetConstructor.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor, (UObject*)Z_Construct_UPackage__Script_TedsContentBrowser(), TEXT("ContentBrowserTileViewWidgetConstructor")); } return Z_Registration_Info_UScriptStruct_FContentBrowserTileViewWidgetConstructor.OuterSingleton; } const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_TedsContentBrowser, Z_Construct_UScriptStruct_FSimpleWidgetConstructor, &NewStructOps, "ContentBrowserTileViewWidgetConstructor", nullptr, 0, sizeof(FContentBrowserTileViewWidgetConstructor), alignof(FContentBrowserTileViewWidgetConstructor), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor() { if (!Z_Registration_Info_UScriptStruct_FContentBrowserTileViewWidgetConstructor.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FContentBrowserTileViewWidgetConstructor.InnerSingleton, Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FContentBrowserTileViewWidgetConstructor.InnerSingleton); } // ********** End ScriptStruct FContentBrowserTileViewWidgetConstructor **************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_ContentBrowserTileViewWidget_h__Script_TedsContentBrowser_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FContentBrowserTileViewWidgetConstructor::StaticStruct, Z_Construct_UScriptStruct_FContentBrowserTileViewWidgetConstructor_Statics::NewStructOps, TEXT("ContentBrowserTileViewWidgetConstructor"),&Z_Registration_Info_UScriptStruct_FContentBrowserTileViewWidgetConstructor, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FContentBrowserTileViewWidgetConstructor), 2641090823U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UContentBrowserTileViewWidgetFactory, UContentBrowserTileViewWidgetFactory::StaticClass, TEXT("UContentBrowserTileViewWidgetFactory"), &Z_Registration_Info_UClass_UContentBrowserTileViewWidgetFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserTileViewWidgetFactory), 2316872351U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_ContentBrowserTileViewWidget_h__Script_TedsContentBrowser_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_ContentBrowserTileViewWidget_h__Script_TedsContentBrowser_2648331473{ TEXT("/Script/TedsContentBrowser"), Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_ContentBrowserTileViewWidget_h__Script_TedsContentBrowser_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_ContentBrowserTileViewWidget_h__Script_TedsContentBrowser_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_ContentBrowserTileViewWidget_h__Script_TedsContentBrowser_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_ContentBrowserTileViewWidget_h__Script_TedsContentBrowser_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS