// 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 "PhysicsAssetGenerationSettings.h" #include "PhysicsAssetUtils.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodePhysicsAssetGenerationSettings() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); PHYSICSUTILITIES_API UScriptStruct* Z_Construct_UScriptStruct_FPhysAssetCreateParams(); UNREALED_API UClass* Z_Construct_UClass_UPhysicsAssetGenerationSettings(); UNREALED_API UClass* Z_Construct_UClass_UPhysicsAssetGenerationSettings_NoRegister(); UPackage* Z_Construct_UPackage__Script_UnrealEd(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UPhysicsAssetGenerationSettings ****************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UPhysicsAssetGenerationSettings; UClass* UPhysicsAssetGenerationSettings::GetPrivateStaticClass() { using TClass = UPhysicsAssetGenerationSettings; if (!Z_Registration_Info_UClass_UPhysicsAssetGenerationSettings.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("PhysicsAssetGenerationSettings"), Z_Registration_Info_UClass_UPhysicsAssetGenerationSettings.InnerSingleton, StaticRegisterNativesUPhysicsAssetGenerationSettings, 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_UPhysicsAssetGenerationSettings.InnerSingleton; } UClass* Z_Construct_UClass_UPhysicsAssetGenerationSettings_NoRegister() { return UPhysicsAssetGenerationSettings::GetPrivateStaticClass(); } struct Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "PhysicsAssetGenerationSettings.h" }, { "ModuleRelativePath", "Public/PhysicsAssetGenerationSettings.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CreateParams_MetaData[] = { { "Category", "Body Creation" }, { "ModuleRelativePath", "Public/PhysicsAssetGenerationSettings.h" }, { "ShowOnlyInnerProperties", "" }, }; #endif // WITH_METADATA // ********** Begin Class UPhysicsAssetGenerationSettings constinit property declarations ********** static const UECodeGen_Private::FStructPropertyParams NewProp_CreateParams; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UPhysicsAssetGenerationSettings constinit property declarations ************ static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics // ********** Begin Class UPhysicsAssetGenerationSettings Property Definitions ********************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::NewProp_CreateParams = { "CreateParams", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPhysicsAssetGenerationSettings, CreateParams), Z_Construct_UScriptStruct_FPhysAssetCreateParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CreateParams_MetaData), NewProp_CreateParams_MetaData) }; // 4105415460 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::NewProp_CreateParams, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::PropPointers) < 2048); // ********** End Class UPhysicsAssetGenerationSettings Property Definitions *********************** UObject* (*const Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_UnrealEd, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::ClassParams = { &UPhysicsAssetGenerationSettings::StaticClass, "EditorPerProjectUserSettings", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::PropPointers), 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::Class_MetaDataParams) }; void UPhysicsAssetGenerationSettings::StaticRegisterNativesUPhysicsAssetGenerationSettings() { } UClass* Z_Construct_UClass_UPhysicsAssetGenerationSettings() { if (!Z_Registration_Info_UClass_UPhysicsAssetGenerationSettings.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPhysicsAssetGenerationSettings.OuterSingleton, Z_Construct_UClass_UPhysicsAssetGenerationSettings_Statics::ClassParams); } return Z_Registration_Info_UClass_UPhysicsAssetGenerationSettings.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPhysicsAssetGenerationSettings); UPhysicsAssetGenerationSettings::~UPhysicsAssetGenerationSettings() {} // ********** End Class UPhysicsAssetGenerationSettings ******************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_PhysicsAssetGenerationSettings_h__Script_UnrealEd_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UPhysicsAssetGenerationSettings, UPhysicsAssetGenerationSettings::StaticClass, TEXT("UPhysicsAssetGenerationSettings"), &Z_Registration_Info_UClass_UPhysicsAssetGenerationSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPhysicsAssetGenerationSettings), 3580556540U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_PhysicsAssetGenerationSettings_h__Script_UnrealEd_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_PhysicsAssetGenerationSettings_h__Script_UnrealEd_2174719819{ TEXT("/Script/UnrealEd"), Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_PhysicsAssetGenerationSettings_h__Script_UnrealEd_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_PhysicsAssetGenerationSettings_h__Script_UnrealEd_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS