Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/ContentBrowser/UHT/ContentBrowserPathViewMenuContexts.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

122 lines
6.8 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 "ContentBrowserPathViewMenuContexts.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeContentBrowserPathViewMenuContexts() {}
// ********** Begin Cross Module References ********************************************************
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserPathViewContextMenuContext();
CONTENTBROWSER_API UClass* Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
UPackage* Z_Construct_UPackage__Script_ContentBrowser();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UContentBrowserPathViewContextMenuContext ********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UContentBrowserPathViewContextMenuContext;
UClass* UContentBrowserPathViewContextMenuContext::GetPrivateStaticClass()
{
using TClass = UContentBrowserPathViewContextMenuContext;
if (!Z_Registration_Info_UClass_UContentBrowserPathViewContextMenuContext.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ContentBrowserPathViewContextMenuContext"),
Z_Registration_Info_UClass_UContentBrowserPathViewContextMenuContext.InnerSingleton,
StaticRegisterNativesUContentBrowserPathViewContextMenuContext,
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_UContentBrowserPathViewContextMenuContext.InnerSingleton;
}
UClass* Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_NoRegister()
{
return UContentBrowserPathViewContextMenuContext::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Context for the PathView setting combo button\n */" },
{ "IncludePath", "ContentBrowserPathViewMenuContexts.h" },
{ "ModuleRelativePath", "Private/ContentBrowserPathViewMenuContexts.h" },
{ "ToolTip", "Context for the PathView setting combo button" },
};
#endif // WITH_METADATA
// ********** Begin Class UContentBrowserPathViewContextMenuContext constinit property declarations
// ********** End Class UContentBrowserPathViewContextMenuContext constinit property declarations **
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UContentBrowserPathViewContextMenuContext>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_Statics
UObject* (*const Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_ContentBrowser,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_Statics::ClassParams = {
&UContentBrowserPathViewContextMenuContext::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_Statics::Class_MetaDataParams)
};
void UContentBrowserPathViewContextMenuContext::StaticRegisterNativesUContentBrowserPathViewContextMenuContext()
{
}
UClass* Z_Construct_UClass_UContentBrowserPathViewContextMenuContext()
{
if (!Z_Registration_Info_UClass_UContentBrowserPathViewContextMenuContext.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentBrowserPathViewContextMenuContext.OuterSingleton, Z_Construct_UClass_UContentBrowserPathViewContextMenuContext_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UContentBrowserPathViewContextMenuContext.OuterSingleton;
}
UContentBrowserPathViewContextMenuContext::UContentBrowserPathViewContextMenuContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentBrowserPathViewContextMenuContext);
UContentBrowserPathViewContextMenuContext::~UContentBrowserPathViewContextMenuContext() {}
// ********** End Class UContentBrowserPathViewContextMenuContext **********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserPathViewMenuContexts_h__Script_ContentBrowser_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UContentBrowserPathViewContextMenuContext, UContentBrowserPathViewContextMenuContext::StaticClass, TEXT("UContentBrowserPathViewContextMenuContext"), &Z_Registration_Info_UClass_UContentBrowserPathViewContextMenuContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentBrowserPathViewContextMenuContext), 1342568755U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserPathViewMenuContexts_h__Script_ContentBrowser_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserPathViewMenuContexts_h__Script_ContentBrowser_3856947687{
TEXT("/Script/ContentBrowser"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserPathViewMenuContexts_h__Script_ContentBrowser_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ContentBrowser_Private_ContentBrowserPathViewMenuContexts_h__Script_ContentBrowser_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS