179 lines
9.8 KiB
C++
179 lines
9.8 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 "LatticeManager.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeLatticeManager() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
|
||
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_ULatticeStateStorage();
|
||
|
|
MODELINGCOMPONENTS_API UClass* Z_Construct_UClass_ULatticeStateStorage_NoRegister();
|
||
|
|
MODELINGCOMPONENTS_API UEnum* Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_ModelingComponents();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum ELatticeInterpolationType *************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ELatticeInterpolationType;
|
||
|
|
static UEnum* ELatticeInterpolationType_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ELatticeInterpolationType.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_ELatticeInterpolationType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType, (UObject*)Z_Construct_UPackage__Script_ModelingComponents(), TEXT("ELatticeInterpolationType"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ELatticeInterpolationType.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> MODELINGCOMPONENTS_NON_ATTRIBUTED_API UEnum* StaticEnum<ELatticeInterpolationType>()
|
||
|
|
{
|
||
|
|
return ELatticeInterpolationType_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "Cubic.Comment", "/** Use tricubic interpolation to get new mesh vertex positions from the lattice */" },
|
||
|
|
{ "Cubic.DisplayName", "Cubic" },
|
||
|
|
{ "Cubic.Name", "ELatticeInterpolationType::Cubic" },
|
||
|
|
{ "Cubic.ToolTip", "Use tricubic interpolation to get new mesh vertex positions from the lattice" },
|
||
|
|
{ "Linear.Comment", "/** Use trilinear interpolation to get new mesh vertex positions from the lattice */" },
|
||
|
|
{ "Linear.DisplayName", "Linear" },
|
||
|
|
{ "Linear.Name", "ELatticeInterpolationType::Linear" },
|
||
|
|
{ "Linear.ToolTip", "Use trilinear interpolation to get new mesh vertex positions from the lattice" },
|
||
|
|
{ "ModuleRelativePath", "Public/LatticeManager.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "ELatticeInterpolationType::Linear", (int64)ELatticeInterpolationType::Linear },
|
||
|
|
{ "ELatticeInterpolationType::Cubic", (int64)ELatticeInterpolationType::Cubic },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_ModelingComponents,
|
||
|
|
nullptr,
|
||
|
|
"ELatticeInterpolationType",
|
||
|
|
"ELatticeInterpolationType",
|
||
|
|
Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_ELatticeInterpolationType.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ELatticeInterpolationType.InnerSingleton, Z_Construct_UEnum_ModelingComponents_ELatticeInterpolationType_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_ELatticeInterpolationType.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum ELatticeInterpolationType ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin Interface ULatticeStateStorage *************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_ULatticeStateStorage;
|
||
|
|
UClass* ULatticeStateStorage::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = ULatticeStateStorage;
|
||
|
|
if (!Z_Registration_Info_UClass_ULatticeStateStorage.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("LatticeStateStorage"),
|
||
|
|
Z_Registration_Info_UClass_ULatticeStateStorage.InnerSingleton,
|
||
|
|
StaticRegisterNativesULatticeStateStorage,
|
||
|
|
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_ULatticeStateStorage.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_ULatticeStateStorage_NoRegister()
|
||
|
|
{
|
||
|
|
return ULatticeStateStorage::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_ULatticeStateStorage_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/LatticeManager.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Interface ULatticeStateStorage constinit property declarations *****************
|
||
|
|
// ********** End Interface ULatticeStateStorage constinit property declarations *******************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<ILatticeStateStorage>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_ULatticeStateStorage_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_ULatticeStateStorage_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UInterface,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ModelingComponents,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULatticeStateStorage_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULatticeStateStorage_Statics::ClassParams = {
|
||
|
|
&ULatticeStateStorage::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000840A1u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULatticeStateStorage_Statics::Class_MetaDataParams), Z_Construct_UClass_ULatticeStateStorage_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void ULatticeStateStorage::StaticRegisterNativesULatticeStateStorage()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_ULatticeStateStorage()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_ULatticeStateStorage.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULatticeStateStorage.OuterSingleton, Z_Construct_UClass_ULatticeStateStorage_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_ULatticeStateStorage.OuterSingleton;
|
||
|
|
}
|
||
|
|
ULatticeStateStorage::ULatticeStateStorage(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULatticeStateStorage);
|
||
|
|
// ********** End Interface ULatticeStateStorage ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_LatticeManager_h__Script_ModelingComponents_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ ELatticeInterpolationType_StaticEnum, TEXT("ELatticeInterpolationType"), &Z_Registration_Info_UEnum_ELatticeInterpolationType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3438529380U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_ULatticeStateStorage, ULatticeStateStorage::StaticClass, TEXT("ULatticeStateStorage"), &Z_Registration_Info_UClass_ULatticeStateStorage, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULatticeStateStorage), 3814381590U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_LatticeManager_h__Script_ModelingComponents_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_LatticeManager_h__Script_ModelingComponents_3938287224{
|
||
|
|
TEXT("/Script/ModelingComponents"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_LatticeManager_h__Script_ModelingComponents_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_LatticeManager_h__Script_ModelingComponents_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_LatticeManager_h__Script_ModelingComponents_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_MeshModelingToolset_Source_ModelingComponents_Public_LatticeManager_h__Script_ModelingComponents_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|