129 lines
7.5 KiB
C++
129 lines
7.5 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/LegacyEdModeWidgetHelpers.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeLegacyEdModeWidgetHelpers() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
UNREALED_API UClass* Z_Construct_UClass_UBaseLegacyWidgetEdMode();
|
|
UNREALED_API UClass* Z_Construct_UClass_UBaseLegacyWidgetEdMode_NoRegister();
|
|
UNREALED_API UClass* Z_Construct_UClass_UEdMode();
|
|
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeViewportInterface_NoRegister();
|
|
UNREALED_API UClass* Z_Construct_UClass_ULegacyEdModeWidgetInterface_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_UnrealEd();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UBaseLegacyWidgetEdMode **************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UBaseLegacyWidgetEdMode;
|
|
UClass* UBaseLegacyWidgetEdMode::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UBaseLegacyWidgetEdMode;
|
|
if (!Z_Registration_Info_UClass_UBaseLegacyWidgetEdMode.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("BaseLegacyWidgetEdMode"),
|
|
Z_Registration_Info_UClass_UBaseLegacyWidgetEdMode.InnerSingleton,
|
|
StaticRegisterNativesUBaseLegacyWidgetEdMode,
|
|
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_UBaseLegacyWidgetEdMode.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UBaseLegacyWidgetEdMode_NoRegister()
|
|
{
|
|
return UBaseLegacyWidgetEdMode::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UBaseLegacyWidgetEdMode_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "// This class is to aid transitioning from native FEdModes to UEdModes, in the case that the FEdMode used property widgets and/or transform widgets\n// To use this class:\n// 1. Subclass FLegacyEdModeWidgetHelper, and override the methods needed for your native FEdMode implementation\n// 2. Transition your native FEdMode to a UObject, by inheriting from this class\n// 3. Override CreateWidgetHelper function to return a SharedRef to the class you created in step 1.\n" },
|
|
{ "IncludePath", "Tools/LegacyEdModeWidgetHelpers.h" },
|
|
{ "ModuleRelativePath", "Public/Tools/LegacyEdModeWidgetHelpers.h" },
|
|
{ "ToolTip", "This class is to aid transitioning from native FEdModes to UEdModes, in the case that the FEdMode used property widgets and/or transform widgets\nTo use this class:\n 1. Subclass FLegacyEdModeWidgetHelper, and override the methods needed for your native FEdMode implementation\n 2. Transition your native FEdMode to a UObject, by inheriting from this class\n 3. Override CreateWidgetHelper function to return a SharedRef to the class you created in step 1." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UBaseLegacyWidgetEdMode constinit property declarations ******************
|
|
// ********** End Class UBaseLegacyWidgetEdMode constinit property declarations ********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UBaseLegacyWidgetEdMode>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UBaseLegacyWidgetEdMode_Statics
|
|
UObject* (*const Z_Construct_UClass_UBaseLegacyWidgetEdMode_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UEdMode,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBaseLegacyWidgetEdMode_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UBaseLegacyWidgetEdMode_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_ULegacyEdModeWidgetInterface_NoRegister, (int32)VTABLE_OFFSET(UBaseLegacyWidgetEdMode, ILegacyEdModeWidgetInterface), false }, // 4050611680
|
|
{ Z_Construct_UClass_ULegacyEdModeViewportInterface_NoRegister, (int32)VTABLE_OFFSET(UBaseLegacyWidgetEdMode, ILegacyEdModeViewportInterface), false }, // 43408074
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBaseLegacyWidgetEdMode_Statics::ClassParams = {
|
|
&UBaseLegacyWidgetEdMode::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x000800A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBaseLegacyWidgetEdMode_Statics::Class_MetaDataParams), Z_Construct_UClass_UBaseLegacyWidgetEdMode_Statics::Class_MetaDataParams)
|
|
};
|
|
void UBaseLegacyWidgetEdMode::StaticRegisterNativesUBaseLegacyWidgetEdMode()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UBaseLegacyWidgetEdMode()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UBaseLegacyWidgetEdMode.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBaseLegacyWidgetEdMode.OuterSingleton, Z_Construct_UClass_UBaseLegacyWidgetEdMode_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UBaseLegacyWidgetEdMode.OuterSingleton;
|
|
}
|
|
UBaseLegacyWidgetEdMode::UBaseLegacyWidgetEdMode() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBaseLegacyWidgetEdMode);
|
|
UBaseLegacyWidgetEdMode::~UBaseLegacyWidgetEdMode() {}
|
|
// ********** End Class UBaseLegacyWidgetEdMode ****************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeWidgetHelpers_h__Script_UnrealEd_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UBaseLegacyWidgetEdMode, UBaseLegacyWidgetEdMode::StaticClass, TEXT("UBaseLegacyWidgetEdMode"), &Z_Registration_Info_UClass_UBaseLegacyWidgetEdMode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBaseLegacyWidgetEdMode), 1949918391U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeWidgetHelpers_h__Script_UnrealEd_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeWidgetHelpers_h__Script_UnrealEd_3259179770{
|
|
TEXT("/Script/UnrealEd"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeWidgetHelpers_h__Script_UnrealEd_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Tools_LegacyEdModeWidgetHelpers_h__Script_UnrealEd_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|