// 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 "PhysicsEngine/TaperedCapsuleElem.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeTaperedCapsuleElem() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FRotator(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKShapeElem(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FKTaperedCapsuleElem(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FKTaperedCapsuleElem ********************************************** struct Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics { static inline consteval int32 GetStructSize() { return sizeof(FKTaperedCapsuleElem); } static inline consteval int16 GetStructAlignment() { return alignof(FKTaperedCapsuleElem); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/** Capsule shape used for collision. Z axis is capsule axis. Has a start and end radius that can differ. */" }, { "ModuleRelativePath", "Classes/PhysicsEngine/TaperedCapsuleElem.h" }, { "ToolTip", "Capsule shape used for collision. Z axis is capsule axis. Has a start and end radius that can differ." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = { { "Category", "Capsule" }, { "Comment", "/** Position of the capsule's origin */" }, { "ModuleRelativePath", "Classes/PhysicsEngine/TaperedCapsuleElem.h" }, { "ToolTip", "Position of the capsule's origin" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Rotation_MetaData[] = { { "Category", "Capsule" }, { "ClampMax", "360" }, { "ClampMin", "-360" }, { "Comment", "/** Rotation of the capsule */" }, { "ModuleRelativePath", "Classes/PhysicsEngine/TaperedCapsuleElem.h" }, { "ToolTip", "Rotation of the capsule" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius0_MetaData[] = { { "Category", "Capsule" }, { "Comment", "/** Radius of the capsule start point */" }, { "ModuleRelativePath", "Classes/PhysicsEngine/TaperedCapsuleElem.h" }, { "ToolTip", "Radius of the capsule start point" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius1_MetaData[] = { { "Category", "Capsule" }, { "Comment", "/** Radius of the capsule end point */" }, { "ModuleRelativePath", "Classes/PhysicsEngine/TaperedCapsuleElem.h" }, { "ToolTip", "Radius of the capsule end point" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Length_MetaData[] = { { "Category", "Capsule" }, { "Comment", "/** Length of line-segment. Add Radius0 and Radius 1 to find total length. */" }, { "ModuleRelativePath", "Classes/PhysicsEngine/TaperedCapsuleElem.h" }, { "ToolTip", "Length of line-segment. Add Radius0 and Radius 1 to find total length." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOneSidedCollision_MetaData[] = { { "Category", "Capsule" }, { "Comment", "/** (Cloth-only) Treat as one-sided collider, where all collisions are pushed to the +x side.*/" }, { "ModuleRelativePath", "Classes/PhysicsEngine/TaperedCapsuleElem.h" }, { "ToolTip", "(Cloth-only) Treat as one-sided collider, where all collisions are pushed to the +x side." }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FKTaperedCapsuleElem constinit property declarations ************** static const UECodeGen_Private::FStructPropertyParams NewProp_Center; static const UECodeGen_Private::FStructPropertyParams NewProp_Rotation; static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius0; static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius1; static const UECodeGen_Private::FFloatPropertyParams NewProp_Length; static void NewProp_bOneSidedCollision_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bOneSidedCollision; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FKTaperedCapsuleElem constinit property declarations **************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FKTaperedCapsuleElem cannot be polymorphic unless super FKShapeElem is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FKTaperedCapsuleElem; class UScriptStruct* FKTaperedCapsuleElem::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FKTaperedCapsuleElem.OuterSingleton) { Z_Registration_Info_UScriptStruct_FKTaperedCapsuleElem.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FKTaperedCapsuleElem, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("KTaperedCapsuleElem")); } return Z_Registration_Info_UScriptStruct_FKTaperedCapsuleElem.OuterSingleton; } // ********** Begin ScriptStruct FKTaperedCapsuleElem Property Definitions ************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKTaperedCapsuleElem, Center), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Rotation = { "Rotation", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKTaperedCapsuleElem, Rotation), Z_Construct_UScriptStruct_FRotator, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Rotation_MetaData), NewProp_Rotation_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Radius0 = { "Radius0", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKTaperedCapsuleElem, Radius0), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius0_MetaData), NewProp_Radius0_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Radius1 = { "Radius1", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKTaperedCapsuleElem, Radius1), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius1_MetaData), NewProp_Radius1_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Length = { "Length", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FKTaperedCapsuleElem, Length), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Length_MetaData), NewProp_Length_MetaData) }; void Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_bOneSidedCollision_SetBit(void* Obj) { ((FKTaperedCapsuleElem*)Obj)->bOneSidedCollision = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_bOneSidedCollision = { "bOneSidedCollision", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FKTaperedCapsuleElem), &Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_bOneSidedCollision_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOneSidedCollision_MetaData), NewProp_bOneSidedCollision_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Center, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Rotation, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Radius0, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Radius1, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_Length, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewProp_bOneSidedCollision, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::PropPointers) < 2048); // ********** End ScriptStruct FKTaperedCapsuleElem Property Definitions *************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, Z_Construct_UScriptStruct_FKShapeElem, &NewStructOps, "KTaperedCapsuleElem", Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::PropPointers), sizeof(FKTaperedCapsuleElem), alignof(FKTaperedCapsuleElem), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FKTaperedCapsuleElem() { if (!Z_Registration_Info_UScriptStruct_FKTaperedCapsuleElem.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FKTaperedCapsuleElem.InnerSingleton, Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FKTaperedCapsuleElem.InnerSingleton); } // ********** End ScriptStruct FKTaperedCapsuleElem ************************************************ // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_TaperedCapsuleElem_h__Script_Engine_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FKTaperedCapsuleElem::StaticStruct, Z_Construct_UScriptStruct_FKTaperedCapsuleElem_Statics::NewStructOps, TEXT("KTaperedCapsuleElem"),&Z_Registration_Info_UScriptStruct_FKTaperedCapsuleElem, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FKTaperedCapsuleElem), 1401633124U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_TaperedCapsuleElem_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_TaperedCapsuleElem_h__Script_Engine_2203271794{ TEXT("/Script/Engine"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_TaperedCapsuleElem_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_PhysicsEngine_TaperedCapsuleElem_h__Script_Engine_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS