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

252 lines
15 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 "SelectionSet.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSelectionSet() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UMeshSelectionSet();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UMeshSelectionSet_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_USelectionSet();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_USelectionSet_NoRegister();
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USelectionSet ************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USelectionSet;
UClass* USelectionSet::GetPrivateStaticClass()
{
using TClass = USelectionSet;
if (!Z_Registration_Info_UClass_USelectionSet.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SelectionSet"),
Z_Registration_Info_UClass_USelectionSet.InnerSingleton,
StaticRegisterNativesUSelectionSet,
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_USelectionSet.InnerSingleton;
}
UClass* Z_Construct_UClass_USelectionSet_NoRegister()
{
return USelectionSet::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USelectionSet_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * USelectionSet is a base class for Selection objects. \n * For example the UMeshSelectionSet implementation stores information on selected\n * triangles, vertices, etc. \n */" },
{ "IncludePath", "SelectionSet.h" },
{ "ModuleRelativePath", "Public/SelectionSet.h" },
{ "ToolTip", "USelectionSet is a base class for Selection objects.\nFor example the UMeshSelectionSet implementation stores information on selected\ntriangles, vertices, etc." },
};
#endif // WITH_METADATA
// ********** Begin Class USelectionSet constinit property declarations ****************************
// ********** End Class USelectionSet constinit property declarations ******************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USelectionSet>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USelectionSet_Statics
UObject* (*const Z_Construct_UClass_USelectionSet_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USelectionSet_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USelectionSet_Statics::ClassParams = {
&USelectionSet::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USelectionSet_Statics::Class_MetaDataParams), Z_Construct_UClass_USelectionSet_Statics::Class_MetaDataParams)
};
void USelectionSet::StaticRegisterNativesUSelectionSet()
{
}
UClass* Z_Construct_UClass_USelectionSet()
{
if (!Z_Registration_Info_UClass_USelectionSet.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USelectionSet.OuterSingleton, Z_Construct_UClass_USelectionSet_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USelectionSet.OuterSingleton;
}
USelectionSet::USelectionSet(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USelectionSet);
USelectionSet::~USelectionSet() {}
// ********** End Class USelectionSet **************************************************************
// ********** Begin Class UMeshSelectionSet ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMeshSelectionSet;
UClass* UMeshSelectionSet::GetPrivateStaticClass()
{
using TClass = UMeshSelectionSet;
if (!Z_Registration_Info_UClass_UMeshSelectionSet.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MeshSelectionSet"),
Z_Registration_Info_UClass_UMeshSelectionSet.InnerSingleton,
StaticRegisterNativesUMeshSelectionSet,
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_UMeshSelectionSet.InnerSingleton;
}
UClass* Z_Construct_UClass_UMeshSelectionSet_NoRegister()
{
return UMeshSelectionSet::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMeshSelectionSet_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * UMeshSelectionSet is an implementation of USelectionSet that represents selections on indexed meshes.\n * Vertices, Edges, Faces, and Groups can be selected.\n */" },
{ "IncludePath", "SelectionSet.h" },
{ "ModuleRelativePath", "Public/SelectionSet.h" },
{ "ToolTip", "UMeshSelectionSet is an implementation of USelectionSet that represents selections on indexed meshes.\nVertices, Edges, Faces, and Groups can be selected." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Vertices_MetaData[] = {
{ "ModuleRelativePath", "Public/SelectionSet.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Edges_MetaData[] = {
{ "ModuleRelativePath", "Public/SelectionSet.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Faces_MetaData[] = {
{ "ModuleRelativePath", "Public/SelectionSet.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Groups_MetaData[] = {
{ "ModuleRelativePath", "Public/SelectionSet.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMeshSelectionSet constinit property declarations ************************
static const UECodeGen_Private::FIntPropertyParams NewProp_Vertices_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Vertices;
static const UECodeGen_Private::FIntPropertyParams NewProp_Edges_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Edges;
static const UECodeGen_Private::FIntPropertyParams NewProp_Faces_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Faces;
static const UECodeGen_Private::FIntPropertyParams NewProp_Groups_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Groups;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMeshSelectionSet constinit property declarations **************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMeshSelectionSet>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMeshSelectionSet_Statics
// ********** Begin Class UMeshSelectionSet Property Definitions ***********************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Vertices_Inner = { "Vertices", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Vertices = { "Vertices", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshSelectionSet, Vertices), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Vertices_MetaData), NewProp_Vertices_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Edges_Inner = { "Edges", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Edges = { "Edges", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshSelectionSet, Edges), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Edges_MetaData), NewProp_Edges_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Faces_Inner = { "Faces", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Faces = { "Faces", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshSelectionSet, Faces), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Faces_MetaData), NewProp_Faces_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Groups_Inner = { "Groups", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Groups = { "Groups", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshSelectionSet, Groups), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Groups_MetaData), NewProp_Groups_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMeshSelectionSet_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Vertices_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Vertices,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Edges_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Edges,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Faces_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Faces,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Groups_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshSelectionSet_Statics::NewProp_Groups,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshSelectionSet_Statics::PropPointers) < 2048);
// ********** End Class UMeshSelectionSet Property Definitions *************************************
UObject* (*const Z_Construct_UClass_UMeshSelectionSet_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USelectionSet,
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshSelectionSet_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMeshSelectionSet_Statics::ClassParams = {
&UMeshSelectionSet::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMeshSelectionSet_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMeshSelectionSet_Statics::PropPointers),
0,
0x000800A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshSelectionSet_Statics::Class_MetaDataParams), Z_Construct_UClass_UMeshSelectionSet_Statics::Class_MetaDataParams)
};
void UMeshSelectionSet::StaticRegisterNativesUMeshSelectionSet()
{
}
UClass* Z_Construct_UClass_UMeshSelectionSet()
{
if (!Z_Registration_Info_UClass_UMeshSelectionSet.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMeshSelectionSet.OuterSingleton, Z_Construct_UClass_UMeshSelectionSet_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMeshSelectionSet.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMeshSelectionSet);
UMeshSelectionSet::~UMeshSelectionSet() {}
// ********** End Class UMeshSelectionSet **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_SelectionSet_h__Script_InteractiveToolsFramework_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USelectionSet, USelectionSet::StaticClass, TEXT("USelectionSet"), &Z_Registration_Info_UClass_USelectionSet, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USelectionSet), 3360077405U) },
{ Z_Construct_UClass_UMeshSelectionSet, UMeshSelectionSet::StaticClass, TEXT("UMeshSelectionSet"), &Z_Registration_Info_UClass_UMeshSelectionSet, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMeshSelectionSet), 3808461145U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_SelectionSet_h__Script_InteractiveToolsFramework_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_SelectionSet_h__Script_InteractiveToolsFramework_2479943228{
TEXT("/Script/InteractiveToolsFramework"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_SelectionSet_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_SelectionSet_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS