// 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/GizmoArrowComponent.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeGizmoArrowComponent() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoArrowComponent(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoArrowComponent_NoRegister(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoBaseComponent(); UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UGizmoArrowComponent ***************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoArrowComponent; UClass* UGizmoArrowComponent::GetPrivateStaticClass() { using TClass = UGizmoArrowComponent; if (!Z_Registration_Info_UClass_UGizmoArrowComponent.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("GizmoArrowComponent"), Z_Registration_Info_UClass_UGizmoArrowComponent.InnerSingleton, StaticRegisterNativesUGizmoArrowComponent, 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_UGizmoArrowComponent.InnerSingleton; } UClass* Z_Construct_UClass_UGizmoArrowComponent_NoRegister() { return UGizmoArrowComponent::GetPrivateStaticClass(); } struct Z_Construct_UClass_UGizmoArrowComponent_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "ClassGroupNames", "Utility" }, { "Comment", "/**\n * Simple Component intended to be used as part of 3D Gizmos.\n * Currently draws the \"arrow\" as a single 3D line.\n */" }, { "HideCategories", "Physics Collision Lighting Rendering Mobile Physics Collision Mobile Mobility VirtualTexture Trigger" }, { "IncludePath", "BaseGizmos/GizmoArrowComponent.h" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoArrowComponent.h" }, { "ToolTip", "Simple Component intended to be used as part of 3D Gizmos.\nCurrently draws the \"arrow\" as a single 3D line." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Direction_MetaData[] = { { "Category", "Options" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoArrowComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Gap_MetaData[] = { { "Category", "Options" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoArrowComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Length_MetaData[] = { { "Category", "Options" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoArrowComponent.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Thickness_MetaData[] = { { "Category", "Options" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoArrowComponent.h" }, }; #endif // WITH_METADATA // ********** Begin Class UGizmoArrowComponent constinit property declarations ********************* static const UECodeGen_Private::FStructPropertyParams NewProp_Direction; static const UECodeGen_Private::FFloatPropertyParams NewProp_Gap; static const UECodeGen_Private::FFloatPropertyParams NewProp_Length; static const UECodeGen_Private::FFloatPropertyParams NewProp_Thickness; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UGizmoArrowComponent constinit property declarations *********************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UGizmoArrowComponent_Statics // ********** Begin Class UGizmoArrowComponent Property Definitions ******************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoArrowComponent_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoArrowComponent, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Direction_MetaData), NewProp_Direction_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoArrowComponent_Statics::NewProp_Gap = { "Gap", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoArrowComponent, Gap), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Gap_MetaData), NewProp_Gap_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoArrowComponent_Statics::NewProp_Length = { "Length", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoArrowComponent, Length), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Length_MetaData), NewProp_Length_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoArrowComponent_Statics::NewProp_Thickness = { "Thickness", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoArrowComponent, Thickness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Thickness_MetaData), NewProp_Thickness_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGizmoArrowComponent_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoArrowComponent_Statics::NewProp_Direction, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoArrowComponent_Statics::NewProp_Gap, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoArrowComponent_Statics::NewProp_Length, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoArrowComponent_Statics::NewProp_Thickness, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoArrowComponent_Statics::PropPointers) < 2048); // ********** End Class UGizmoArrowComponent Property Definitions ********************************** UObject* (*const Z_Construct_UClass_UGizmoArrowComponent_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UGizmoBaseComponent, (UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoArrowComponent_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoArrowComponent_Statics::ClassParams = { &UGizmoArrowComponent::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UGizmoArrowComponent_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoArrowComponent_Statics::PropPointers), 0, 0x00A800A4u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoArrowComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoArrowComponent_Statics::Class_MetaDataParams) }; void UGizmoArrowComponent::StaticRegisterNativesUGizmoArrowComponent() { } UClass* Z_Construct_UClass_UGizmoArrowComponent() { if (!Z_Registration_Info_UClass_UGizmoArrowComponent.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoArrowComponent.OuterSingleton, Z_Construct_UClass_UGizmoArrowComponent_Statics::ClassParams); } return Z_Registration_Info_UClass_UGizmoArrowComponent.OuterSingleton; } UGizmoArrowComponent::UGizmoArrowComponent() {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoArrowComponent); UGizmoArrowComponent::~UGizmoArrowComponent() {} // ********** End Class UGizmoArrowComponent ******************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoArrowComponent_h__Script_InteractiveToolsFramework_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UGizmoArrowComponent, UGizmoArrowComponent::StaticClass, TEXT("UGizmoArrowComponent"), &Z_Registration_Info_UClass_UGizmoArrowComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoArrowComponent), 3052902609U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoArrowComponent_h__Script_InteractiveToolsFramework_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoArrowComponent_h__Script_InteractiveToolsFramework_3002571725{ TEXT("/Script/InteractiveToolsFramework"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoArrowComponent_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoArrowComponent_h__Script_InteractiveToolsFramework_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS