178 lines
12 KiB
C++
178 lines
12 KiB
C++
|
|
// 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/TedsContentBrowserAssetViewWidget.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeTedsContentBrowserAssetViewWidget() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
TEDSCONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory();
|
||
|
|
TEDSCONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_NoRegister();
|
||
|
|
TEDSCONTENTBROWSER_API UScriptStruct* Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor();
|
||
|
|
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 UContentBrowserAssetViewWidgetFactory ************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserAssetViewWidgetFactory;
|
||
|
|
UClass* UContentBrowserAssetViewWidgetFactory::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UContentBrowserAssetViewWidgetFactory;
|
||
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAssetViewWidgetFactory.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("ContentBrowserAssetViewWidgetFactory"),
|
||
|
|
Z_Registration_Info_UClass_UContentBrowserAssetViewWidgetFactory.InnerSingleton,
|
||
|
|
StaticRegisterNativesUContentBrowserAssetViewWidgetFactory,
|
||
|
|
sizeof(TClass),
|
||
|
|
alignof(TClass),
|
||
|
|
TClass::StaticClassFlags,
|
||
|
|
TClass::StaticClassCastFlags(),
|
||
|
|
TClass::StaticConfigName(),
|
||
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
||
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
||
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
||
|
|
&TClass::Super::StaticClass,
|
||
|
|
&TClass::WithinClass::StaticClass
|
||
|
|
);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UContentBrowserAssetViewWidgetFactory.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_NoRegister()
|
||
|
|
{
|
||
|
|
return UContentBrowserAssetViewWidgetFactory::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "Widgets/TedsContentBrowserAssetViewWidget.h" },
|
||
|
|
{ "ModuleRelativePath", "Private/Widgets/TedsContentBrowserAssetViewWidget.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UContentBrowserAssetViewWidgetFactory constinit property declarations ****
|
||
|
|
// ********** End Class UContentBrowserAssetViewWidgetFactory constinit property declarations ******
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UContentBrowserAssetViewWidgetFactory>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UEditorDataStorageFactory,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TedsContentBrowser,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_Statics::ClassParams = {
|
||
|
|
&UContentBrowserAssetViewWidgetFactory::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000000A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UContentBrowserAssetViewWidgetFactory::StaticRegisterNativesUContentBrowserAssetViewWidgetFactory()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UContentBrowserAssetViewWidgetFactory.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserAssetViewWidgetFactory.OuterSingleton, Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UContentBrowserAssetViewWidgetFactory.OuterSingleton;
|
||
|
|
}
|
||
|
|
UContentBrowserAssetViewWidgetFactory::UContentBrowserAssetViewWidgetFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserAssetViewWidgetFactory);
|
||
|
|
// ********** End Class UContentBrowserAssetViewWidgetFactory **************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FContentBrowserAssetViewWidgetConstructor *************************
|
||
|
|
struct Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FContentBrowserAssetViewWidgetConstructor); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FContentBrowserAssetViewWidgetConstructor); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "// Default asset view widget shown by a content source - the query and other init params are populated by the content source itself\n" },
|
||
|
|
{ "ModuleRelativePath", "Private/Widgets/TedsContentBrowserAssetViewWidget.h" },
|
||
|
|
{ "ToolTip", "Default asset view widget shown by a content source - the query and other init params are populated by the content source itself" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FContentBrowserAssetViewWidgetConstructor constinit property declarations
|
||
|
|
// ********** End ScriptStruct FContentBrowserAssetViewWidgetConstructor constinit property declarations
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FContentBrowserAssetViewWidgetConstructor>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor_Statics
|
||
|
|
static_assert(std::is_polymorphic<FContentBrowserAssetViewWidgetConstructor>() == std::is_polymorphic<FSimpleWidgetConstructor>(), "USTRUCT FContentBrowserAssetViewWidgetConstructor cannot be polymorphic unless super FSimpleWidgetConstructor is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FContentBrowserAssetViewWidgetConstructor;
|
||
|
|
class UScriptStruct* FContentBrowserAssetViewWidgetConstructor::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FContentBrowserAssetViewWidgetConstructor.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FContentBrowserAssetViewWidgetConstructor.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor, (UObject*)Z_Construct_UPackage__Script_TedsContentBrowser(), TEXT("ContentBrowserAssetViewWidgetConstructor"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FContentBrowserAssetViewWidgetConstructor.OuterSingleton;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_TedsContentBrowser,
|
||
|
|
Z_Construct_UScriptStruct_FSimpleWidgetConstructor,
|
||
|
|
&NewStructOps,
|
||
|
|
"ContentBrowserAssetViewWidgetConstructor",
|
||
|
|
nullptr,
|
||
|
|
0,
|
||
|
|
sizeof(FContentBrowserAssetViewWidgetConstructor),
|
||
|
|
alignof(FContentBrowserAssetViewWidgetConstructor),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FContentBrowserAssetViewWidgetConstructor.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FContentBrowserAssetViewWidgetConstructor.InnerSingleton, Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FContentBrowserAssetViewWidgetConstructor.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FContentBrowserAssetViewWidgetConstructor ***************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_TedsContentBrowserAssetViewWidget_h__Script_TedsContentBrowser_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FContentBrowserAssetViewWidgetConstructor::StaticStruct, Z_Construct_UScriptStruct_FContentBrowserAssetViewWidgetConstructor_Statics::NewStructOps, TEXT("ContentBrowserAssetViewWidgetConstructor"),&Z_Registration_Info_UScriptStruct_FContentBrowserAssetViewWidgetConstructor, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FContentBrowserAssetViewWidgetConstructor), 3786110821U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UContentBrowserAssetViewWidgetFactory, UContentBrowserAssetViewWidgetFactory::StaticClass, TEXT("UContentBrowserAssetViewWidgetFactory"), &Z_Registration_Info_UClass_UContentBrowserAssetViewWidgetFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserAssetViewWidgetFactory), 3565382429U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_TedsContentBrowserAssetViewWidget_h__Script_TedsContentBrowser_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_TedsContentBrowserAssetViewWidget_h__Script_TedsContentBrowser_1760653006{
|
||
|
|
TEXT("/Script/TedsContentBrowser"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_TedsContentBrowserAssetViewWidget_h__Script_TedsContentBrowser_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_TedsContentBrowserAssetViewWidget_h__Script_TedsContentBrowser_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_TedsContentBrowserAssetViewWidget_h__Script_TedsContentBrowser_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsContentBrowser_Private_Widgets_TedsContentBrowserAssetViewWidget_h__Script_TedsContentBrowser_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|