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

459 lines
22 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 "Tools/LegacyEdModeInterfaces.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLegacyEdModeInterfaces() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeDrawHelperInterface();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeSelectInterface();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeSelectInterface_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeToolInterface();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeToolInterface_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeViewportInterface();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeViewportInterface_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeWidgetInterface();
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeWidgetInterface_NoRegister();
UPackage* Z_Construct_UPackage__Script_UnrealEd();
// ********** End Cross Module References **********************************************************
// ********** Begin Interface ULegacyEdModeSelectInterface *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULegacyEdModeSelectInterface;
UClass* ULegacyEdModeSelectInterface::GetPrivateStaticClass()
{
using TClass = ULegacyEdModeSelectInterface;
if (!Z_Registration_Info_UClass_ULegacyEdModeSelectInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LegacyEdModeSelectInterface"),
Z_Registration_Info_UClass_ULegacyEdModeSelectInterface.InnerSingleton,
StaticRegisterNativesULegacyEdModeSelectInterface,
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_ULegacyEdModeSelectInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_ULegacyEdModeSelectInterface_NoRegister()
{
return ULegacyEdModeSelectInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IsBlueprintBase", "false" },
{ "ModuleRelativePath", "Public/Tools/LegacyEdModeInterfaces.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface ULegacyEdModeSelectInterface constinit property declarations *********
// ********** End Interface ULegacyEdModeSelectInterface constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ILegacyEdModeSelectInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics
UObject* (*const Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics::ClassParams = {
&ULegacyEdModeSelectInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics::Class_MetaDataParams)
};
void ULegacyEdModeSelectInterface::StaticRegisterNativesULegacyEdModeSelectInterface()
{
}
UClass* Z_Construct_UClass_ULegacyEdModeSelectInterface()
{
if (!Z_Registration_Info_UClass_ULegacyEdModeSelectInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULegacyEdModeSelectInterface.OuterSingleton, Z_Construct_UClass_ULegacyEdModeSelectInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULegacyEdModeSelectInterface.OuterSingleton;
}
ULegacyEdModeSelectInterface::ULegacyEdModeSelectInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULegacyEdModeSelectInterface);
// ********** End Interface ULegacyEdModeSelectInterface *******************************************
// ********** Begin Interface ULegacyEdModeWidgetInterface *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULegacyEdModeWidgetInterface;
UClass* ULegacyEdModeWidgetInterface::GetPrivateStaticClass()
{
using TClass = ULegacyEdModeWidgetInterface;
if (!Z_Registration_Info_UClass_ULegacyEdModeWidgetInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LegacyEdModeWidgetInterface"),
Z_Registration_Info_UClass_ULegacyEdModeWidgetInterface.InnerSingleton,
StaticRegisterNativesULegacyEdModeWidgetInterface,
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_ULegacyEdModeWidgetInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_ULegacyEdModeWidgetInterface_NoRegister()
{
return ULegacyEdModeWidgetInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IsBlueprintBase", "false" },
{ "ModuleRelativePath", "Public/Tools/LegacyEdModeInterfaces.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface ULegacyEdModeWidgetInterface constinit property declarations *********
// ********** End Interface ULegacyEdModeWidgetInterface constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ILegacyEdModeWidgetInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics
UObject* (*const Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics::ClassParams = {
&ULegacyEdModeWidgetInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics::Class_MetaDataParams)
};
void ULegacyEdModeWidgetInterface::StaticRegisterNativesULegacyEdModeWidgetInterface()
{
}
UClass* Z_Construct_UClass_ULegacyEdModeWidgetInterface()
{
if (!Z_Registration_Info_UClass_ULegacyEdModeWidgetInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULegacyEdModeWidgetInterface.OuterSingleton, Z_Construct_UClass_ULegacyEdModeWidgetInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULegacyEdModeWidgetInterface.OuterSingleton;
}
ULegacyEdModeWidgetInterface::ULegacyEdModeWidgetInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULegacyEdModeWidgetInterface);
// ********** End Interface ULegacyEdModeWidgetInterface *******************************************
// ********** Begin Interface ULegacyEdModeToolInterface *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULegacyEdModeToolInterface;
UClass* ULegacyEdModeToolInterface::GetPrivateStaticClass()
{
using TClass = ULegacyEdModeToolInterface;
if (!Z_Registration_Info_UClass_ULegacyEdModeToolInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LegacyEdModeToolInterface"),
Z_Registration_Info_UClass_ULegacyEdModeToolInterface.InnerSingleton,
StaticRegisterNativesULegacyEdModeToolInterface,
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_ULegacyEdModeToolInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_ULegacyEdModeToolInterface_NoRegister()
{
return ULegacyEdModeToolInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULegacyEdModeToolInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IsBlueprintBase", "false" },
{ "ModuleRelativePath", "Public/Tools/LegacyEdModeInterfaces.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface ULegacyEdModeToolInterface constinit property declarations ***********
// ********** End Interface ULegacyEdModeToolInterface constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ILegacyEdModeToolInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULegacyEdModeToolInterface_Statics
UObject* (*const Z_Construct_UClass_ULegacyEdModeToolInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeToolInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULegacyEdModeToolInterface_Statics::ClassParams = {
&ULegacyEdModeToolInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeToolInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_ULegacyEdModeToolInterface_Statics::Class_MetaDataParams)
};
void ULegacyEdModeToolInterface::StaticRegisterNativesULegacyEdModeToolInterface()
{
}
UClass* Z_Construct_UClass_ULegacyEdModeToolInterface()
{
if (!Z_Registration_Info_UClass_ULegacyEdModeToolInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULegacyEdModeToolInterface.OuterSingleton, Z_Construct_UClass_ULegacyEdModeToolInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULegacyEdModeToolInterface.OuterSingleton;
}
ULegacyEdModeToolInterface::ULegacyEdModeToolInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULegacyEdModeToolInterface);
// ********** End Interface ULegacyEdModeToolInterface *********************************************
// ********** Begin Interface ULegacyEdModeDrawHelperInterface *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULegacyEdModeDrawHelperInterface;
UClass* ULegacyEdModeDrawHelperInterface::GetPrivateStaticClass()
{
using TClass = ULegacyEdModeDrawHelperInterface;
if (!Z_Registration_Info_UClass_ULegacyEdModeDrawHelperInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LegacyEdModeDrawHelperInterface"),
Z_Registration_Info_UClass_ULegacyEdModeDrawHelperInterface.InnerSingleton,
StaticRegisterNativesULegacyEdModeDrawHelperInterface,
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_ULegacyEdModeDrawHelperInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_NoRegister()
{
return ULegacyEdModeDrawHelperInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IsBlueprintBase", "false" },
{ "ModuleRelativePath", "Public/Tools/LegacyEdModeInterfaces.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface ULegacyEdModeDrawHelperInterface constinit property declarations *****
// ********** End Interface ULegacyEdModeDrawHelperInterface constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ILegacyEdModeDrawHelperInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics
UObject* (*const Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics::ClassParams = {
&ULegacyEdModeDrawHelperInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics::Class_MetaDataParams)
};
void ULegacyEdModeDrawHelperInterface::StaticRegisterNativesULegacyEdModeDrawHelperInterface()
{
}
UClass* Z_Construct_UClass_ULegacyEdModeDrawHelperInterface()
{
if (!Z_Registration_Info_UClass_ULegacyEdModeDrawHelperInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULegacyEdModeDrawHelperInterface.OuterSingleton, Z_Construct_UClass_ULegacyEdModeDrawHelperInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULegacyEdModeDrawHelperInterface.OuterSingleton;
}
ULegacyEdModeDrawHelperInterface::ULegacyEdModeDrawHelperInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULegacyEdModeDrawHelperInterface);
// ********** End Interface ULegacyEdModeDrawHelperInterface ***************************************
// ********** Begin Interface ULegacyEdModeViewportInterface ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULegacyEdModeViewportInterface;
UClass* ULegacyEdModeViewportInterface::GetPrivateStaticClass()
{
using TClass = ULegacyEdModeViewportInterface;
if (!Z_Registration_Info_UClass_ULegacyEdModeViewportInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LegacyEdModeViewportInterface"),
Z_Registration_Info_UClass_ULegacyEdModeViewportInterface.InnerSingleton,
StaticRegisterNativesULegacyEdModeViewportInterface,
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_ULegacyEdModeViewportInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_ULegacyEdModeViewportInterface_NoRegister()
{
return ULegacyEdModeViewportInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IsBlueprintBase", "false" },
{ "ModuleRelativePath", "Public/Tools/LegacyEdModeInterfaces.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface ULegacyEdModeViewportInterface constinit property declarations *******
// ********** End Interface ULegacyEdModeViewportInterface constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ILegacyEdModeViewportInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics
UObject* (*const Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics::ClassParams = {
&ULegacyEdModeViewportInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics::Class_MetaDataParams)
};
void ULegacyEdModeViewportInterface::StaticRegisterNativesULegacyEdModeViewportInterface()
{
}
UClass* Z_Construct_UClass_ULegacyEdModeViewportInterface()
{
if (!Z_Registration_Info_UClass_ULegacyEdModeViewportInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULegacyEdModeViewportInterface.OuterSingleton, Z_Construct_UClass_ULegacyEdModeViewportInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULegacyEdModeViewportInterface.OuterSingleton;
}
ULegacyEdModeViewportInterface::ULegacyEdModeViewportInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULegacyEdModeViewportInterface);
// ********** End Interface ULegacyEdModeViewportInterface *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h__Script_UnrealEd_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULegacyEdModeSelectInterface, ULegacyEdModeSelectInterface::StaticClass, TEXT("ULegacyEdModeSelectInterface"), &Z_Registration_Info_UClass_ULegacyEdModeSelectInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULegacyEdModeSelectInterface), 521935856U) },
{ Z_Construct_UClass_ULegacyEdModeWidgetInterface, ULegacyEdModeWidgetInterface::StaticClass, TEXT("ULegacyEdModeWidgetInterface"), &Z_Registration_Info_UClass_ULegacyEdModeWidgetInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULegacyEdModeWidgetInterface), 4050611680U) },
{ Z_Construct_UClass_ULegacyEdModeToolInterface, ULegacyEdModeToolInterface::StaticClass, TEXT("ULegacyEdModeToolInterface"), &Z_Registration_Info_UClass_ULegacyEdModeToolInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULegacyEdModeToolInterface), 133980271U) },
{ Z_Construct_UClass_ULegacyEdModeDrawHelperInterface, ULegacyEdModeDrawHelperInterface::StaticClass, TEXT("ULegacyEdModeDrawHelperInterface"), &Z_Registration_Info_UClass_ULegacyEdModeDrawHelperInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULegacyEdModeDrawHelperInterface), 1653984774U) },
{ Z_Construct_UClass_ULegacyEdModeViewportInterface, ULegacyEdModeViewportInterface::StaticClass, TEXT("ULegacyEdModeViewportInterface"), &Z_Registration_Info_UClass_ULegacyEdModeViewportInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULegacyEdModeViewportInterface), 43408074U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h__Script_UnrealEd_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h__Script_UnrealEd_3544426033{
TEXT("/Script/UnrealEd"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h__Script_UnrealEd_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeInterfaces_h__Script_UnrealEd_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS