// 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 "ClothConfigBase.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeClothConfigBase() {} // ********** Begin Cross Module References ******************************************************** CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* Z_Construct_UClass_UClothConfigBase(); CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* Z_Construct_UClass_UClothConfigBase_NoRegister(); CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase(); CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_NoRegister(); COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); UPackage* Z_Construct_UPackage__Script_ClothingSystemRuntimeInterface(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UClothConfigBase ********************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UClothConfigBase; UClass* UClothConfigBase::GetPrivateStaticClass() { using TClass = UClothConfigBase; if (!Z_Registration_Info_UClass_UClothConfigBase.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ClothConfigBase"), Z_Registration_Info_UClass_UClothConfigBase.InnerSingleton, StaticRegisterNativesUClothConfigBase, 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_UClothConfigBase.InnerSingleton; } UClass* Z_Construct_UClass_UClothConfigBase_NoRegister() { return UClothConfigBase::GetPrivateStaticClass(); } struct Z_Construct_UClass_UClothConfigBase_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Base class for simulator specific simulation controls.\n * Each cloth instance on a skeletal mesh can have a unique cloth config\n */" }, { "IncludePath", "ClothConfigBase.h" }, { "ModuleRelativePath", "Public/ClothConfigBase.h" }, { "ToolTip", "Base class for simulator specific simulation controls.\nEach cloth instance on a skeletal mesh can have a unique cloth config" }, }; #endif // WITH_METADATA // ********** Begin Class UClothConfigBase constinit property declarations ************************* // ********** End Class UClothConfigBase constinit property declarations *************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UClothConfigBase_Statics UObject* (*const Z_Construct_UClass_UClothConfigBase_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_ClothingSystemRuntimeInterface, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothConfigBase_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UClothConfigBase_Statics::ClassParams = { &UClothConfigBase::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000800A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClothConfigBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UClothConfigBase_Statics::Class_MetaDataParams) }; void UClothConfigBase::StaticRegisterNativesUClothConfigBase() { } UClass* Z_Construct_UClass_UClothConfigBase() { if (!Z_Registration_Info_UClass_UClothConfigBase.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClothConfigBase.OuterSingleton, Z_Construct_UClass_UClothConfigBase_Statics::ClassParams); } return Z_Registration_Info_UClass_UClothConfigBase.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClothConfigBase); // ********** End Class UClothConfigBase *********************************************************** // ********** Begin Class UDEPRECATED_ClothSharedSimConfigBase ************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UDEPRECATED_ClothSharedSimConfigBase; UClass* UDEPRECATED_ClothSharedSimConfigBase::GetPrivateStaticClass() { using TClass = UDEPRECATED_ClothSharedSimConfigBase; if (!Z_Registration_Info_UClass_UDEPRECATED_ClothSharedSimConfigBase.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ClothSharedSimConfigBase"), Z_Registration_Info_UClass_UDEPRECATED_ClothSharedSimConfigBase.InnerSingleton, StaticRegisterNativesUDEPRECATED_ClothSharedSimConfigBase, 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_UDEPRECATED_ClothSharedSimConfigBase.InnerSingleton; } UClass* Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_NoRegister() { return UDEPRECATED_ClothSharedSimConfigBase::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * These settings are shared between all instances on a skeletal mesh\n * Deprecated, use UClothConfigBase instead.\n */" }, { "IncludePath", "ClothConfigBase.h" }, { "ModuleRelativePath", "Public/ClothConfigBase.h" }, { "ToolTip", "These settings are shared between all instances on a skeletal mesh\nDeprecated, use UClothConfigBase instead." }, }; #endif // WITH_METADATA // ********** Begin Class UDEPRECATED_ClothSharedSimConfigBase constinit property declarations ***** // ********** End Class UDEPRECATED_ClothSharedSimConfigBase constinit property declarations ******* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_Statics UObject* (*const Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_ClothingSystemRuntimeInterface, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_Statics::ClassParams = { &UDEPRECATED_ClothSharedSimConfigBase::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x020802A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_Statics::Class_MetaDataParams) }; void UDEPRECATED_ClothSharedSimConfigBase::StaticRegisterNativesUDEPRECATED_ClothSharedSimConfigBase() { } UClass* Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase() { if (!Z_Registration_Info_UClass_UDEPRECATED_ClothSharedSimConfigBase.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDEPRECATED_ClothSharedSimConfigBase.OuterSingleton, Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase_Statics::ClassParams); } return Z_Registration_Info_UClass_UDEPRECATED_ClothSharedSimConfigBase.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDEPRECATED_ClothSharedSimConfigBase); // ********** End Class UDEPRECATED_ClothSharedSimConfigBase *************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothConfigBase_h__Script_ClothingSystemRuntimeInterface_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UClothConfigBase, UClothConfigBase::StaticClass, TEXT("UClothConfigBase"), &Z_Registration_Info_UClass_UClothConfigBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClothConfigBase), 4123593734U) }, { Z_Construct_UClass_UDEPRECATED_ClothSharedSimConfigBase, UDEPRECATED_ClothSharedSimConfigBase::StaticClass, TEXT("UDEPRECATED_ClothSharedSimConfigBase"), &Z_Registration_Info_UClass_UDEPRECATED_ClothSharedSimConfigBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDEPRECATED_ClothSharedSimConfigBase), 1214661076U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothConfigBase_h__Script_ClothingSystemRuntimeInterface_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothConfigBase_h__Script_ClothingSystemRuntimeInterface_1153049869{ TEXT("/Script/ClothingSystemRuntimeInterface"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothConfigBase_h__Script_ClothingSystemRuntimeInterface_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeInterface_Public_ClothConfigBase_h__Script_ClothingSystemRuntimeInterface_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS