Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,106 @@
// 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 "ContentBrowserSingleton.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeContentBrowserSingleton() {}
// ********** Begin Cross Module References ********************************************************
CONTENTBROWSER_API UScriptStruct* Z_Construct_UScriptStruct_FContentBrowserPluginSettings();
UPackage* Z_Construct_UPackage__Script_ContentBrowser();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FContentBrowserPluginSettings *************************************
struct Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FContentBrowserPluginSettings); }
static inline consteval int16 GetStructAlignment() { return alignof(FContentBrowserPluginSettings); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/ContentBrowserSingleton.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PluginName_MetaData[] = {
{ "ModuleRelativePath", "Private/ContentBrowserSingleton.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootFolderSortPriority_MetaData[] = {
{ "Comment", "/** Used to control the order of plugin root folders in the path view. A higher priority sorts higher in the list. Game and Engine folders are priority 1.0 */" },
{ "ModuleRelativePath", "Private/ContentBrowserSingleton.h" },
{ "ToolTip", "Used to control the order of plugin root folders in the path view. A higher priority sorts higher in the list. Game and Engine folders are priority 1.0" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FContentBrowserPluginSettings constinit property declarations *****
static const UECodeGen_Private::FNamePropertyParams NewProp_PluginName;
static const UECodeGen_Private::FFloatPropertyParams NewProp_RootFolderSortPriority;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FContentBrowserPluginSettings constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FContentBrowserPluginSettings>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FContentBrowserPluginSettings;
class UScriptStruct* FContentBrowserPluginSettings::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FContentBrowserPluginSettings.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FContentBrowserPluginSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FContentBrowserPluginSettings, (UObject*)Z_Construct_UPackage__Script_ContentBrowser(), TEXT("ContentBrowserPluginSettings"));
}
return Z_Registration_Info_UScriptStruct_FContentBrowserPluginSettings.OuterSingleton;
}
// ********** Begin ScriptStruct FContentBrowserPluginSettings Property Definitions ****************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::NewProp_PluginName = { "PluginName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FContentBrowserPluginSettings, PluginName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PluginName_MetaData), NewProp_PluginName_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::NewProp_RootFolderSortPriority = { "RootFolderSortPriority", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FContentBrowserPluginSettings, RootFolderSortPriority), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootFolderSortPriority_MetaData), NewProp_RootFolderSortPriority_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::NewProp_PluginName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::NewProp_RootFolderSortPriority,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FContentBrowserPluginSettings Property Definitions ******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowser,
nullptr,
&NewStructOps,
"ContentBrowserPluginSettings",
Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::PropPointers),
sizeof(FContentBrowserPluginSettings),
alignof(FContentBrowserPluginSettings),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FContentBrowserPluginSettings()
{
if (!Z_Registration_Info_UScriptStruct_FContentBrowserPluginSettings.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FContentBrowserPluginSettings.InnerSingleton, Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FContentBrowserPluginSettings.InnerSingleton);
}
// ********** End ScriptStruct FContentBrowserPluginSettings ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserSingleton_h__Script_ContentBrowser_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FContentBrowserPluginSettings::StaticStruct, Z_Construct_UScriptStruct_FContentBrowserPluginSettings_Statics::NewStructOps, TEXT("ContentBrowserPluginSettings"),&Z_Registration_Info_UScriptStruct_FContentBrowserPluginSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FContentBrowserPluginSettings), 1366230922U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserSingleton_h__Script_ContentBrowser_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserSingleton_h__Script_ContentBrowser_1800155113{
TEXT("/Script/ContentBrowser"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserSingleton_h__Script_ContentBrowser_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserSingleton_h__Script_ContentBrowser_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS