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

298 lines
16 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 "Selection/SelectionEditInteractiveCommand.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSelectionEditInteractiveCommand() {}
// ********** Begin Cross Module References ********************************************************
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveCommand();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveCommandArguments();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveCommandResult();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UGeometrySelectionEditCommand();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UGeometrySelectionEditCommand_NoRegister();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UGeometrySelectionEditCommandArguments();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UGeometrySelectionEditCommandArguments_NoRegister();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UGeometrySelectionEditCommandResult();
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UGeometrySelectionEditCommandResult_NoRegister();
UPackage* Z_Construct_UPackage__Script_ModelingComponents();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGeometrySelectionEditCommandArguments ***********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometrySelectionEditCommandArguments;
UClass* UGeometrySelectionEditCommandArguments::GetPrivateStaticClass()
{
using TClass = UGeometrySelectionEditCommandArguments;
if (!Z_Registration_Info_UClass_UGeometrySelectionEditCommandArguments.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometrySelectionEditCommandArguments"),
Z_Registration_Info_UClass_UGeometrySelectionEditCommandArguments.InnerSingleton,
StaticRegisterNativesUGeometrySelectionEditCommandArguments,
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_UGeometrySelectionEditCommandArguments.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometrySelectionEditCommandArguments_NoRegister()
{
return UGeometrySelectionEditCommandArguments::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometrySelectionEditCommandArguments_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Arguments for a UGeometrySelectionEditCommand\n */" },
{ "IncludePath", "Selection/SelectionEditInteractiveCommand.h" },
{ "ModuleRelativePath", "Public/Selection/SelectionEditInteractiveCommand.h" },
{ "ToolTip", "Arguments for a UGeometrySelectionEditCommand" },
};
#endif // WITH_METADATA
// ********** Begin Class UGeometrySelectionEditCommandArguments constinit property declarations ***
// ********** End Class UGeometrySelectionEditCommandArguments constinit property declarations *****
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGeometrySelectionEditCommandArguments>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometrySelectionEditCommandArguments_Statics
UObject* (*const Z_Construct_UClass_UGeometrySelectionEditCommandArguments_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInteractiveCommandArguments,
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometrySelectionEditCommandArguments_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometrySelectionEditCommandArguments_Statics::ClassParams = {
&UGeometrySelectionEditCommandArguments::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometrySelectionEditCommandArguments_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometrySelectionEditCommandArguments_Statics::Class_MetaDataParams)
};
void UGeometrySelectionEditCommandArguments::StaticRegisterNativesUGeometrySelectionEditCommandArguments()
{
}
UClass* Z_Construct_UClass_UGeometrySelectionEditCommandArguments()
{
if (!Z_Registration_Info_UClass_UGeometrySelectionEditCommandArguments.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometrySelectionEditCommandArguments.OuterSingleton, Z_Construct_UClass_UGeometrySelectionEditCommandArguments_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometrySelectionEditCommandArguments.OuterSingleton;
}
UGeometrySelectionEditCommandArguments::UGeometrySelectionEditCommandArguments(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometrySelectionEditCommandArguments);
UGeometrySelectionEditCommandArguments::~UGeometrySelectionEditCommandArguments() {}
// ********** End Class UGeometrySelectionEditCommandArguments *************************************
// ********** Begin Class UGeometrySelectionEditCommandResult **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometrySelectionEditCommandResult;
UClass* UGeometrySelectionEditCommandResult::GetPrivateStaticClass()
{
using TClass = UGeometrySelectionEditCommandResult;
if (!Z_Registration_Info_UClass_UGeometrySelectionEditCommandResult.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometrySelectionEditCommandResult"),
Z_Registration_Info_UClass_UGeometrySelectionEditCommandResult.InnerSingleton,
StaticRegisterNativesUGeometrySelectionEditCommandResult,
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_UGeometrySelectionEditCommandResult.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometrySelectionEditCommandResult_NoRegister()
{
return UGeometrySelectionEditCommandResult::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometrySelectionEditCommandResult_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Selection/SelectionEditInteractiveCommand.h" },
{ "ModuleRelativePath", "Public/Selection/SelectionEditInteractiveCommand.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UGeometrySelectionEditCommandResult constinit property declarations ******
// ********** End Class UGeometrySelectionEditCommandResult constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGeometrySelectionEditCommandResult>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometrySelectionEditCommandResult_Statics
UObject* (*const Z_Construct_UClass_UGeometrySelectionEditCommandResult_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInteractiveCommandResult,
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometrySelectionEditCommandResult_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometrySelectionEditCommandResult_Statics::ClassParams = {
&UGeometrySelectionEditCommandResult::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometrySelectionEditCommandResult_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometrySelectionEditCommandResult_Statics::Class_MetaDataParams)
};
void UGeometrySelectionEditCommandResult::StaticRegisterNativesUGeometrySelectionEditCommandResult()
{
}
UClass* Z_Construct_UClass_UGeometrySelectionEditCommandResult()
{
if (!Z_Registration_Info_UClass_UGeometrySelectionEditCommandResult.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometrySelectionEditCommandResult.OuterSingleton, Z_Construct_UClass_UGeometrySelectionEditCommandResult_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometrySelectionEditCommandResult.OuterSingleton;
}
UGeometrySelectionEditCommandResult::UGeometrySelectionEditCommandResult(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometrySelectionEditCommandResult);
UGeometrySelectionEditCommandResult::~UGeometrySelectionEditCommandResult() {}
// ********** End Class UGeometrySelectionEditCommandResult ****************************************
// ********** Begin Class UGeometrySelectionEditCommand ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometrySelectionEditCommand;
UClass* UGeometrySelectionEditCommand::GetPrivateStaticClass()
{
using TClass = UGeometrySelectionEditCommand;
if (!Z_Registration_Info_UClass_UGeometrySelectionEditCommand.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometrySelectionEditCommand"),
Z_Registration_Info_UClass_UGeometrySelectionEditCommand.InnerSingleton,
StaticRegisterNativesUGeometrySelectionEditCommand,
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_UGeometrySelectionEditCommand.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometrySelectionEditCommand_NoRegister()
{
return UGeometrySelectionEditCommand::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometrySelectionEditCommand_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * UGeometrySelectionEditCommand is a command that edits geometry based on a selection.\n * Requires a UGeometrySelectionEditCommandArguments\n */" },
{ "IncludePath", "Selection/SelectionEditInteractiveCommand.h" },
{ "ModuleRelativePath", "Public/Selection/SelectionEditInteractiveCommand.h" },
{ "ToolTip", "UGeometrySelectionEditCommand is a command that edits geometry based on a selection.\nRequires a UGeometrySelectionEditCommandArguments" },
};
#endif // WITH_METADATA
// ********** Begin Class UGeometrySelectionEditCommand constinit property declarations ************
// ********** End Class UGeometrySelectionEditCommand constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGeometrySelectionEditCommand>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometrySelectionEditCommand_Statics
UObject* (*const Z_Construct_UClass_UGeometrySelectionEditCommand_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInteractiveCommand,
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometrySelectionEditCommand_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometrySelectionEditCommand_Statics::ClassParams = {
&UGeometrySelectionEditCommand::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometrySelectionEditCommand_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometrySelectionEditCommand_Statics::Class_MetaDataParams)
};
void UGeometrySelectionEditCommand::StaticRegisterNativesUGeometrySelectionEditCommand()
{
}
UClass* Z_Construct_UClass_UGeometrySelectionEditCommand()
{
if (!Z_Registration_Info_UClass_UGeometrySelectionEditCommand.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometrySelectionEditCommand.OuterSingleton, Z_Construct_UClass_UGeometrySelectionEditCommand_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometrySelectionEditCommand.OuterSingleton;
}
UGeometrySelectionEditCommand::UGeometrySelectionEditCommand(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometrySelectionEditCommand);
UGeometrySelectionEditCommand::~UGeometrySelectionEditCommand() {}
// ********** End Class UGeometrySelectionEditCommand **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_SelectionEditInteractiveCommand_h__Script_ModelingComponents_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGeometrySelectionEditCommandArguments, UGeometrySelectionEditCommandArguments::StaticClass, TEXT("UGeometrySelectionEditCommandArguments"), &Z_Registration_Info_UClass_UGeometrySelectionEditCommandArguments, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometrySelectionEditCommandArguments), 4109691038U) },
{ Z_Construct_UClass_UGeometrySelectionEditCommandResult, UGeometrySelectionEditCommandResult::StaticClass, TEXT("UGeometrySelectionEditCommandResult"), &Z_Registration_Info_UClass_UGeometrySelectionEditCommandResult, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometrySelectionEditCommandResult), 2173894703U) },
{ Z_Construct_UClass_UGeometrySelectionEditCommand, UGeometrySelectionEditCommand::StaticClass, TEXT("UGeometrySelectionEditCommand"), &Z_Registration_Info_UClass_UGeometrySelectionEditCommand, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometrySelectionEditCommand), 3710833864U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_SelectionEditInteractiveCommand_h__Script_ModelingComponents_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_SelectionEditInteractiveCommand_h__Script_ModelingComponents_765867042{
TEXT("/Script/ModelingComponents"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_SelectionEditInteractiveCommand_h__Script_ModelingComponents_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_Selection_SelectionEditInteractiveCommand_h__Script_ModelingComponents_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS