261 lines
18 KiB
C++
261 lines
18 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 "ToolActivities/PolyEditPlanarProjectionUVActivity.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodePolyEditPlanarProjectionUVActivity() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveToolPropertySet();
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UPolyEditActivityContext_NoRegister();
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity();
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_NoRegister();
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UPolyEditSetUVProperties();
|
|
MESHMODELINGTOOLS_API UClass* Z_Construct_UClass_UPolyEditSetUVProperties_NoRegister();
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UCollectSurfacePathMechanic_NoRegister();
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UInteractiveToolActivity();
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_UPolyEditPreviewMesh_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_MeshModelingTools();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UPolyEditSetUVProperties *************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPolyEditSetUVProperties;
|
|
UClass* UPolyEditSetUVProperties::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPolyEditSetUVProperties;
|
|
if (!Z_Registration_Info_UClass_UPolyEditSetUVProperties.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PolyEditSetUVProperties"),
|
|
Z_Registration_Info_UClass_UPolyEditSetUVProperties.InnerSingleton,
|
|
StaticRegisterNativesUPolyEditSetUVProperties,
|
|
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_UPolyEditSetUVProperties.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPolyEditSetUVProperties_NoRegister()
|
|
{
|
|
return UPolyEditSetUVProperties::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPolyEditSetUVProperties_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ToolActivities/PolyEditPlanarProjectionUVActivity.h" },
|
|
{ "ModuleRelativePath", "Public/ToolActivities/PolyEditPlanarProjectionUVActivity.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowMaterial_MetaData[] = {
|
|
{ "Category", "PlanarProjectUV" },
|
|
{ "ModuleRelativePath", "Public/ToolActivities/PolyEditPlanarProjectionUVActivity.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPolyEditSetUVProperties constinit property declarations *****************
|
|
static void NewProp_bShowMaterial_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowMaterial;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UPolyEditSetUVProperties constinit property declarations *******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPolyEditSetUVProperties>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPolyEditSetUVProperties_Statics
|
|
|
|
// ********** Begin Class UPolyEditSetUVProperties Property Definitions ****************************
|
|
void Z_Construct_UClass_UPolyEditSetUVProperties_Statics::NewProp_bShowMaterial_SetBit(void* Obj)
|
|
{
|
|
((UPolyEditSetUVProperties*)Obj)->bShowMaterial = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPolyEditSetUVProperties_Statics::NewProp_bShowMaterial = { "bShowMaterial", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPolyEditSetUVProperties), &Z_Construct_UClass_UPolyEditSetUVProperties_Statics::NewProp_bShowMaterial_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowMaterial_MetaData), NewProp_bShowMaterial_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPolyEditSetUVProperties_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPolyEditSetUVProperties_Statics::NewProp_bShowMaterial,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPolyEditSetUVProperties_Statics::PropPointers) < 2048);
|
|
// ********** End Class UPolyEditSetUVProperties Property Definitions ******************************
|
|
UObject* (*const Z_Construct_UClass_UPolyEditSetUVProperties_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UInteractiveToolPropertySet,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingTools,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPolyEditSetUVProperties_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPolyEditSetUVProperties_Statics::ClassParams = {
|
|
&UPolyEditSetUVProperties::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UPolyEditSetUVProperties_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPolyEditSetUVProperties_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPolyEditSetUVProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UPolyEditSetUVProperties_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPolyEditSetUVProperties::StaticRegisterNativesUPolyEditSetUVProperties()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UPolyEditSetUVProperties()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPolyEditSetUVProperties.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPolyEditSetUVProperties.OuterSingleton, Z_Construct_UClass_UPolyEditSetUVProperties_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPolyEditSetUVProperties.OuterSingleton;
|
|
}
|
|
UPolyEditSetUVProperties::UPolyEditSetUVProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPolyEditSetUVProperties);
|
|
UPolyEditSetUVProperties::~UPolyEditSetUVProperties() {}
|
|
// ********** End Class UPolyEditSetUVProperties ***************************************************
|
|
|
|
// ********** Begin Class UPolyEditPlanarProjectionUVActivity **************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPolyEditPlanarProjectionUVActivity;
|
|
UClass* UPolyEditPlanarProjectionUVActivity::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UPolyEditPlanarProjectionUVActivity;
|
|
if (!Z_Registration_Info_UClass_UPolyEditPlanarProjectionUVActivity.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("PolyEditPlanarProjectionUVActivity"),
|
|
Z_Registration_Info_UClass_UPolyEditPlanarProjectionUVActivity.InnerSingleton,
|
|
StaticRegisterNativesUPolyEditPlanarProjectionUVActivity,
|
|
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_UPolyEditPlanarProjectionUVActivity.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_NoRegister()
|
|
{
|
|
return UPolyEditPlanarProjectionUVActivity::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n *\n */" },
|
|
{ "IncludePath", "ToolActivities/PolyEditPlanarProjectionUVActivity.h" },
|
|
{ "ModuleRelativePath", "Public/ToolActivities/PolyEditPlanarProjectionUVActivity.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SetUVProperties_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/ToolActivities/PolyEditPlanarProjectionUVActivity.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditPreview_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/ToolActivities/PolyEditPlanarProjectionUVActivity.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SurfacePathMechanic_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/ToolActivities/PolyEditPlanarProjectionUVActivity.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActivityContext_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/ToolActivities/PolyEditPlanarProjectionUVActivity.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UPolyEditPlanarProjectionUVActivity constinit property declarations ******
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SetUVProperties;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_EditPreview;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SurfacePathMechanic;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ActivityContext;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UPolyEditPlanarProjectionUVActivity constinit property declarations ********
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UPolyEditPlanarProjectionUVActivity>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics
|
|
|
|
// ********** Begin Class UPolyEditPlanarProjectionUVActivity Property Definitions *****************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::NewProp_SetUVProperties = { "SetUVProperties", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPolyEditPlanarProjectionUVActivity, SetUVProperties), Z_Construct_UClass_UPolyEditSetUVProperties_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SetUVProperties_MetaData), NewProp_SetUVProperties_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::NewProp_EditPreview = { "EditPreview", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPolyEditPlanarProjectionUVActivity, EditPreview), Z_Construct_UClass_UPolyEditPreviewMesh_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditPreview_MetaData), NewProp_EditPreview_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::NewProp_SurfacePathMechanic = { "SurfacePathMechanic", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPolyEditPlanarProjectionUVActivity, SurfacePathMechanic), Z_Construct_UClass_UCollectSurfacePathMechanic_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SurfacePathMechanic_MetaData), NewProp_SurfacePathMechanic_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::NewProp_ActivityContext = { "ActivityContext", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPolyEditPlanarProjectionUVActivity, ActivityContext), Z_Construct_UClass_UPolyEditActivityContext_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActivityContext_MetaData), NewProp_ActivityContext_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::NewProp_SetUVProperties,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::NewProp_EditPreview,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::NewProp_SurfacePathMechanic,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::NewProp_ActivityContext,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::PropPointers) < 2048);
|
|
// ********** End Class UPolyEditPlanarProjectionUVActivity Property Definitions *******************
|
|
UObject* (*const Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UInteractiveToolActivity,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_MeshModelingTools,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::ClassParams = {
|
|
&UPolyEditPlanarProjectionUVActivity::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::Class_MetaDataParams), Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::Class_MetaDataParams)
|
|
};
|
|
void UPolyEditPlanarProjectionUVActivity::StaticRegisterNativesUPolyEditPlanarProjectionUVActivity()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UPolyEditPlanarProjectionUVActivity.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPolyEditPlanarProjectionUVActivity.OuterSingleton, Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UPolyEditPlanarProjectionUVActivity.OuterSingleton;
|
|
}
|
|
UPolyEditPlanarProjectionUVActivity::UPolyEditPlanarProjectionUVActivity() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPolyEditPlanarProjectionUVActivity);
|
|
UPolyEditPlanarProjectionUVActivity::~UPolyEditPlanarProjectionUVActivity() {}
|
|
// ********** End Class UPolyEditPlanarProjectionUVActivity ****************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_ToolActivities_PolyEditPlanarProjectionUVActivity_h__Script_MeshModelingTools_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UPolyEditSetUVProperties, UPolyEditSetUVProperties::StaticClass, TEXT("UPolyEditSetUVProperties"), &Z_Registration_Info_UClass_UPolyEditSetUVProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPolyEditSetUVProperties), 1933136206U) },
|
|
{ Z_Construct_UClass_UPolyEditPlanarProjectionUVActivity, UPolyEditPlanarProjectionUVActivity::StaticClass, TEXT("UPolyEditPlanarProjectionUVActivity"), &Z_Registration_Info_UClass_UPolyEditPlanarProjectionUVActivity, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPolyEditPlanarProjectionUVActivity), 2462860509U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_ToolActivities_PolyEditPlanarProjectionUVActivity_h__Script_MeshModelingTools_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_ToolActivities_PolyEditPlanarProjectionUVActivity_h__Script_MeshModelingTools_51452235{
|
|
TEXT("/Script/MeshModelingTools"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_ToolActivities_PolyEditPlanarProjectionUVActivity_h__Script_MeshModelingTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_MeshModelingTools_Public_ToolActivities_PolyEditPlanarProjectionUVActivity_h__Script_MeshModelingTools_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|