// 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/FreeRotationSubGizmo.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeFreeRotationSubGizmo() {} // ********** Begin Cross Module References ******************************************************** INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UClickDragInputBehavior_NoRegister(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UFreeRotationSubGizmo(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UFreeRotationSubGizmo_NoRegister(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoAxisSource_NoRegister(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoClickTarget_NoRegister(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoStateTarget_NoRegister(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoTransformSource_NoRegister(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoViewContext_NoRegister(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInteractiveGizmo(); UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UFreeRotationSubGizmo **************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UFreeRotationSubGizmo; UClass* UFreeRotationSubGizmo::GetPrivateStaticClass() { using TClass = UFreeRotationSubGizmo; if (!Z_Registration_Info_UClass_UFreeRotationSubGizmo.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("FreeRotationSubGizmo"), Z_Registration_Info_UClass_UFreeRotationSubGizmo.InnerSingleton, StaticRegisterNativesUFreeRotationSubGizmo, 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_UFreeRotationSubGizmo.InnerSingleton; } UClass* Z_Construct_UClass_UFreeRotationSubGizmo_NoRegister() { return UFreeRotationSubGizmo::GetPrivateStaticClass(); } struct Z_Construct_UClass_UFreeRotationSubGizmo_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * A free rotation sub gizmo implements an arcball-like rotation.\n */" }, { "IncludePath", "BaseGizmos/FreeRotationSubGizmo.h" }, { "ModuleRelativePath", "Private/BaseGizmos/FreeRotationSubGizmo.h" }, { "ToolTip", "A free rotation sub gizmo implements an arcball-like rotation." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AxisSource_MetaData[] = { { "Comment", "/** AxisSource provides the origin of the interaction sphere and the plane to raycast when hitting outside the sphere */" }, { "ModuleRelativePath", "Private/BaseGizmos/FreeRotationSubGizmo.h" }, { "ToolTip", "AxisSource provides the origin of the interaction sphere and the plane to raycast when hitting outside the sphere" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HitTarget_MetaData[] = { { "Comment", "/** The HitTarget provides a hit-test against some 3D element (presumably a visual widget) that controls when interaction can start */" }, { "ModuleRelativePath", "Private/BaseGizmos/FreeRotationSubGizmo.h" }, { "ToolTip", "The HitTarget provides a hit-test against some 3D element (presumably a visual widget) that controls when interaction can start" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StateTarget_MetaData[] = { { "Comment", "/** StateTarget is notified when interaction starts and ends, so that things like undo/redo can be handled externally */" }, { "ModuleRelativePath", "Private/BaseGizmos/FreeRotationSubGizmo.h" }, { "ToolTip", "StateTarget is notified when interaction starts and ends, so that things like undo/redo can be handled externally" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransformSource_MetaData[] = { { "Comment", "/** Target that is rotated by the sub gizmo. */" }, { "ModuleRelativePath", "Private/BaseGizmos/FreeRotationSubGizmo.h" }, { "ToolTip", "Target that is rotated by the sub gizmo." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GizmoViewContext_MetaData[] = { { "Comment", "/** View info used during raycasts */" }, { "ModuleRelativePath", "Private/BaseGizmos/FreeRotationSubGizmo.h" }, { "ToolTip", "View info used during raycasts" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MouseBehavior_MetaData[] = { { "Comment", "/** The mouse click behavior of the gizmo is accessible so that it can be modified to use different mouse keys. */" }, { "ModuleRelativePath", "Private/BaseGizmos/FreeRotationSubGizmo.h" }, { "ToolTip", "The mouse click behavior of the gizmo is accessible so that it can be modified to use different mouse keys." }, }; #endif // WITH_METADATA // ********** Begin Class UFreeRotationSubGizmo constinit property declarations ******************** static const UECodeGen_Private::FInterfacePropertyParams NewProp_AxisSource; static const UECodeGen_Private::FInterfacePropertyParams NewProp_HitTarget; static const UECodeGen_Private::FInterfacePropertyParams NewProp_StateTarget; static const UECodeGen_Private::FInterfacePropertyParams NewProp_TransformSource; static const UECodeGen_Private::FObjectPropertyParams NewProp_GizmoViewContext; static const UECodeGen_Private::FObjectPropertyParams NewProp_MouseBehavior; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UFreeRotationSubGizmo constinit property declarations ********************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UFreeRotationSubGizmo_Statics // ********** Begin Class UFreeRotationSubGizmo Property Definitions ******************************* const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_AxisSource = { "AxisSource", nullptr, (EPropertyFlags)0x0014000000000000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFreeRotationSubGizmo, AxisSource), Z_Construct_UClass_UGizmoAxisSource_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AxisSource_MetaData), NewProp_AxisSource_MetaData) }; const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_HitTarget = { "HitTarget", nullptr, (EPropertyFlags)0x0014000000000000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFreeRotationSubGizmo, HitTarget), Z_Construct_UClass_UGizmoClickTarget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HitTarget_MetaData), NewProp_HitTarget_MetaData) }; const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_StateTarget = { "StateTarget", nullptr, (EPropertyFlags)0x0014000000000000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFreeRotationSubGizmo, StateTarget), Z_Construct_UClass_UGizmoStateTarget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StateTarget_MetaData), NewProp_StateTarget_MetaData) }; const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_TransformSource = { "TransformSource", nullptr, (EPropertyFlags)0x0014000000000000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFreeRotationSubGizmo, TransformSource), Z_Construct_UClass_UGizmoTransformSource_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransformSource_MetaData), NewProp_TransformSource_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_GizmoViewContext = { "GizmoViewContext", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFreeRotationSubGizmo, GizmoViewContext), Z_Construct_UClass_UGizmoViewContext_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GizmoViewContext_MetaData), NewProp_GizmoViewContext_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_MouseBehavior = { "MouseBehavior", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFreeRotationSubGizmo, MouseBehavior), Z_Construct_UClass_UClickDragInputBehavior_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MouseBehavior_MetaData), NewProp_MouseBehavior_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFreeRotationSubGizmo_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_AxisSource, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_HitTarget, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_StateTarget, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_TransformSource, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_GizmoViewContext, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFreeRotationSubGizmo_Statics::NewProp_MouseBehavior, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFreeRotationSubGizmo_Statics::PropPointers) < 2048); // ********** End Class UFreeRotationSubGizmo Property Definitions ********************************* UObject* (*const Z_Construct_UClass_UFreeRotationSubGizmo_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UInteractiveGizmo, (UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFreeRotationSubGizmo_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UFreeRotationSubGizmo_Statics::ClassParams = { &UFreeRotationSubGizmo::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UFreeRotationSubGizmo_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UFreeRotationSubGizmo_Statics::PropPointers), 0, 0x000800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFreeRotationSubGizmo_Statics::Class_MetaDataParams), Z_Construct_UClass_UFreeRotationSubGizmo_Statics::Class_MetaDataParams) }; void UFreeRotationSubGizmo::StaticRegisterNativesUFreeRotationSubGizmo() { } UClass* Z_Construct_UClass_UFreeRotationSubGizmo() { if (!Z_Registration_Info_UClass_UFreeRotationSubGizmo.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFreeRotationSubGizmo.OuterSingleton, Z_Construct_UClass_UFreeRotationSubGizmo_Statics::ClassParams); } return Z_Registration_Info_UClass_UFreeRotationSubGizmo.OuterSingleton; } UFreeRotationSubGizmo::UFreeRotationSubGizmo() {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UFreeRotationSubGizmo); UFreeRotationSubGizmo::~UFreeRotationSubGizmo() {} // ********** End Class UFreeRotationSubGizmo ****************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreeRotationSubGizmo_h__Script_InteractiveToolsFramework_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UFreeRotationSubGizmo, UFreeRotationSubGizmo::StaticClass, TEXT("UFreeRotationSubGizmo"), &Z_Registration_Info_UClass_UFreeRotationSubGizmo, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFreeRotationSubGizmo), 1299055520U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreeRotationSubGizmo_h__Script_InteractiveToolsFramework_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreeRotationSubGizmo_h__Script_InteractiveToolsFramework_2834638352{ TEXT("/Script/InteractiveToolsFramework"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreeRotationSubGizmo_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreeRotationSubGizmo_h__Script_InteractiveToolsFramework_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS