// 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 "SkelMeshDNAUtils.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeSkelMeshDNAUtils() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); RIGLOGICMODULE_API UClass* Z_Construct_UClass_USkelMeshDNAUtils(); RIGLOGICMODULE_API UClass* Z_Construct_UClass_USkelMeshDNAUtils_NoRegister(); RIGLOGICMODULE_API UEnum* Z_Construct_UEnum_RigLogicModule_ELodUpdateOption(); UPackage* Z_Construct_UPackage__Script_RigLogicModule(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum ELodUpdateOption ********************************************************** static FEnumRegistrationInfo Z_Registration_Info_UEnum_ELodUpdateOption; static UEnum* ELodUpdateOption_StaticEnum() { if (!Z_Registration_Info_UEnum_ELodUpdateOption.OuterSingleton) { Z_Registration_Info_UEnum_ELodUpdateOption.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_RigLogicModule_ELodUpdateOption, (UObject*)Z_Construct_UPackage__Script_RigLogicModule(), TEXT("ELodUpdateOption")); } return Z_Registration_Info_UEnum_ELodUpdateOption.OuterSingleton; } template<> RIGLOGICMODULE_NON_ATTRIBUTED_API UEnum* StaticEnum() { return ELodUpdateOption_StaticEnum(); } struct Z_Construct_UEnum_RigLogicModule_ELodUpdateOption_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "All.Comment", "// LOD1 and higher\n" }, { "All.Name", "ELodUpdateOption::All" }, { "All.ToolTip", "LOD1 and higher" }, { "LOD0AndLOD1Only.Comment", "// LOD0 Only\n" }, { "LOD0AndLOD1Only.Name", "ELodUpdateOption::LOD0AndLOD1Only" }, { "LOD0AndLOD1Only.ToolTip", "LOD0 Only" }, { "LOD0Only.Name", "ELodUpdateOption::LOD0Only" }, { "LOD1AndHigher.Comment", "// LOD0 and LOD1 Only\n" }, { "LOD1AndHigher.Name", "ELodUpdateOption::LOD1AndHigher" }, { "LOD1AndHigher.ToolTip", "LOD0 and LOD1 Only" }, { "ModuleRelativePath", "Public/SkelMeshDNAUtils.h" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "ELodUpdateOption::LOD0Only", (int64)ELodUpdateOption::LOD0Only }, { "ELodUpdateOption::LOD0AndLOD1Only", (int64)ELodUpdateOption::LOD0AndLOD1Only }, { "ELodUpdateOption::LOD1AndHigher", (int64)ELodUpdateOption::LOD1AndHigher }, { "ELodUpdateOption::All", (int64)ELodUpdateOption::All }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_RigLogicModule_ELodUpdateOption_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_RigLogicModule_ELodUpdateOption_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_RigLogicModule, nullptr, "ELodUpdateOption", "ELodUpdateOption", Z_Construct_UEnum_RigLogicModule_ELodUpdateOption_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_RigLogicModule_ELodUpdateOption_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_RigLogicModule_ELodUpdateOption_Statics::Enum_MetaDataParams), Z_Construct_UEnum_RigLogicModule_ELodUpdateOption_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_RigLogicModule_ELodUpdateOption() { if (!Z_Registration_Info_UEnum_ELodUpdateOption.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ELodUpdateOption.InnerSingleton, Z_Construct_UEnum_RigLogicModule_ELodUpdateOption_Statics::EnumParams); } return Z_Registration_Info_UEnum_ELodUpdateOption.InnerSingleton; } // ********** End Enum ELodUpdateOption ************************************************************ // ********** Begin Class USkelMeshDNAUtils ******************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_USkelMeshDNAUtils; UClass* USkelMeshDNAUtils::GetPrivateStaticClass() { using TClass = USkelMeshDNAUtils; if (!Z_Registration_Info_UClass_USkelMeshDNAUtils.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("SkelMeshDNAUtils"), Z_Registration_Info_UClass_USkelMeshDNAUtils.InnerSingleton, StaticRegisterNativesUSkelMeshDNAUtils, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_USkelMeshDNAUtils.InnerSingleton; } UClass* Z_Construct_UClass_USkelMeshDNAUtils_NoRegister() { return USkelMeshDNAUtils::GetPrivateStaticClass(); } struct Z_Construct_UClass_USkelMeshDNAUtils_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/** A utility class for updating SkeletalMesh joints, base mesh, morph targets and skin weights according to DNA data.\n * After the update, the render data is re-chunked.\n **/" }, { "IncludePath", "SkelMeshDNAUtils.h" }, { "ModuleRelativePath", "Public/SkelMeshDNAUtils.h" }, { "ToolTip", "A utility class for updating SkeletalMesh joints, base mesh, morph targets and skin weights according to DNA data.\nAfter the update, the render data is re-chunked." }, }; #endif // WITH_METADATA // ********** Begin Class USkelMeshDNAUtils constinit property declarations ************************ // ********** End Class USkelMeshDNAUtils constinit property declarations ************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_USkelMeshDNAUtils_Statics UObject* (*const Z_Construct_UClass_USkelMeshDNAUtils_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_RigLogicModule, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USkelMeshDNAUtils_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_USkelMeshDNAUtils_Statics::ClassParams = { &USkelMeshDNAUtils::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USkelMeshDNAUtils_Statics::Class_MetaDataParams), Z_Construct_UClass_USkelMeshDNAUtils_Statics::Class_MetaDataParams) }; void USkelMeshDNAUtils::StaticRegisterNativesUSkelMeshDNAUtils() { } UClass* Z_Construct_UClass_USkelMeshDNAUtils() { if (!Z_Registration_Info_UClass_USkelMeshDNAUtils.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USkelMeshDNAUtils.OuterSingleton, Z_Construct_UClass_USkelMeshDNAUtils_Statics::ClassParams); } return Z_Registration_Info_UClass_USkelMeshDNAUtils.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USkelMeshDNAUtils); USkelMeshDNAUtils::~USkelMeshDNAUtils() {} // ********** End Class USkelMeshDNAUtils ********************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Public_SkelMeshDNAUtils_h__Script_RigLogicModule_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { ELodUpdateOption_StaticEnum, TEXT("ELodUpdateOption"), &Z_Registration_Info_UEnum_ELodUpdateOption, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 499282868U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_USkelMeshDNAUtils, USkelMeshDNAUtils::StaticClass, TEXT("USkelMeshDNAUtils"), &Z_Registration_Info_UClass_USkelMeshDNAUtils, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USkelMeshDNAUtils), 3194988937U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Public_SkelMeshDNAUtils_h__Script_RigLogicModule_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Public_SkelMeshDNAUtils_h__Script_RigLogicModule_891099653{ TEXT("/Script/RigLogicModule"), Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Public_SkelMeshDNAUtils_h__Script_RigLogicModule_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Public_SkelMeshDNAUtils_h__Script_RigLogicModule_Statics::ClassInfo), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Public_SkelMeshDNAUtils_h__Script_RigLogicModule_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Public_SkelMeshDNAUtils_h__Script_RigLogicModule_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS