// 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 "BaseGizmos/GizmoElementSphere.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeGizmoElementSphere() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBase(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementSphere(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementSphere_NoRegister(); UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UGizmoElementSphere ****************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoElementSphere; UClass* UGizmoElementSphere::GetPrivateStaticClass() { using TClass = UGizmoElementSphere; if (!Z_Registration_Info_UClass_UGizmoElementSphere.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("GizmoElementSphere"), Z_Registration_Info_UClass_UGizmoElementSphere.InnerSingleton, StaticRegisterNativesUGizmoElementSphere, 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_UGizmoElementSphere.InnerSingleton; } UClass* Z_Construct_UClass_UGizmoElementSphere_NoRegister() { return UGizmoElementSphere::GetPrivateStaticClass(); } struct Z_Construct_UClass_UGizmoElementSphere_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Simple object intended to be used as part of 3D Gizmos.\n * Draws a solid 3D sphere based on parameters.\n */" }, { "IncludePath", "BaseGizmos/GizmoElementSphere.h" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoElementSphere.h" }, { "ToolTip", "Simple object intended to be used as part of 3D Gizmos.\nDraws a solid 3D sphere based on parameters." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = { { "Comment", "// Location of center of sphere\n" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoElementSphere.h" }, { "ToolTip", "Location of center of sphere" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = { { "Comment", "// Sphere radius.\n" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoElementSphere.h" }, { "ToolTip", "Sphere radius." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NumSides_MetaData[] = { { "Comment", "// Number of sides for tessellating sphere.\n" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoElementSphere.h" }, { "ToolTip", "Number of sides for tessellating sphere." }, }; #endif // WITH_METADATA // ********** Begin Class UGizmoElementSphere constinit property declarations ********************** static const UECodeGen_Private::FStructPropertyParams NewProp_Center; static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius; static const UECodeGen_Private::FIntPropertyParams NewProp_NumSides; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UGizmoElementSphere constinit property declarations ************************ static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UGizmoElementSphere_Statics // ********** Begin Class UGizmoElementSphere Property Definitions ********************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementSphere_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementSphere, Center), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementSphere_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementSphere, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGizmoElementSphere_Statics::NewProp_NumSides = { "NumSides", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementSphere, NumSides), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NumSides_MetaData), NewProp_NumSides_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGizmoElementSphere_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementSphere_Statics::NewProp_Center, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementSphere_Statics::NewProp_Radius, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementSphere_Statics::NewProp_NumSides, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementSphere_Statics::PropPointers) < 2048); // ********** End Class UGizmoElementSphere Property Definitions *********************************** UObject* (*const Z_Construct_UClass_UGizmoElementSphere_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UGizmoElementBase, (UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementSphere_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoElementSphere_Statics::ClassParams = { &UGizmoElementSphere::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UGizmoElementSphere_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementSphere_Statics::PropPointers), 0, 0x000800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementSphere_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoElementSphere_Statics::Class_MetaDataParams) }; void UGizmoElementSphere::StaticRegisterNativesUGizmoElementSphere() { } UClass* Z_Construct_UClass_UGizmoElementSphere() { if (!Z_Registration_Info_UClass_UGizmoElementSphere.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoElementSphere.OuterSingleton, Z_Construct_UClass_UGizmoElementSphere_Statics::ClassParams); } return Z_Registration_Info_UClass_UGizmoElementSphere.OuterSingleton; } UGizmoElementSphere::UGizmoElementSphere(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoElementSphere); UGizmoElementSphere::~UGizmoElementSphere() {} // ********** End Class UGizmoElementSphere ******************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementSphere_h__Script_InteractiveToolsFramework_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UGizmoElementSphere, UGizmoElementSphere::StaticClass, TEXT("UGizmoElementSphere"), &Z_Registration_Info_UClass_UGizmoElementSphere, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoElementSphere), 773593790U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementSphere_h__Script_InteractiveToolsFramework_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementSphere_h__Script_InteractiveToolsFramework_3349006909{ TEXT("/Script/InteractiveToolsFramework"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementSphere_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementSphere_h__Script_InteractiveToolsFramework_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS