// 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/GizmoElementBox.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeGizmoElementBox() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBase(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBox(); INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBox_NoRegister(); UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UGizmoElementBox ********************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoElementBox; UClass* UGizmoElementBox::GetPrivateStaticClass() { using TClass = UGizmoElementBox; if (!Z_Registration_Info_UClass_UGizmoElementBox.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("GizmoElementBox"), Z_Registration_Info_UClass_UGizmoElementBox.InnerSingleton, StaticRegisterNativesUGizmoElementBox, 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_UGizmoElementBox.InnerSingleton; } UClass* Z_Construct_UClass_UGizmoElementBox_NoRegister() { return UGizmoElementBox::GetPrivateStaticClass(); } struct Z_Construct_UClass_UGizmoElementBox_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 cylinder based on parameters.\n */" }, { "IncludePath", "BaseGizmos/GizmoElementBox.h" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoElementBox.h" }, { "ToolTip", "Simple object intended to be used as part of 3D Gizmos.\nDraws a solid 3D cylinder based on parameters." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = { { "Comment", "// Location of center of box\n" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoElementBox.h" }, { "ToolTip", "Location of center of box" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Dimensions_MetaData[] = { { "Comment", "// Box dimensions\n" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoElementBox.h" }, { "ToolTip", "Box dimensions" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UpDirection_MetaData[] = { { "Comment", "// Box up axis, corresponds to Z dimension\n" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoElementBox.h" }, { "ToolTip", "Box up axis, corresponds to Z dimension" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SideDirection_MetaData[] = { { "Comment", "// Box side axis, corresponds to Y dimension\n" }, { "ModuleRelativePath", "Public/BaseGizmos/GizmoElementBox.h" }, { "ToolTip", "Box side axis, corresponds to Y dimension" }, }; #endif // WITH_METADATA // ********** Begin Class UGizmoElementBox constinit property declarations ************************* static const UECodeGen_Private::FStructPropertyParams NewProp_Center; static const UECodeGen_Private::FStructPropertyParams NewProp_Dimensions; static const UECodeGen_Private::FStructPropertyParams NewProp_UpDirection; static const UECodeGen_Private::FStructPropertyParams NewProp_SideDirection; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UGizmoElementBox constinit property declarations *************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UGizmoElementBox_Statics // ********** Begin Class UGizmoElementBox Property Definitions ************************************ const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementBox_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementBox, Center), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementBox_Statics::NewProp_Dimensions = { "Dimensions", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementBox, Dimensions), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Dimensions_MetaData), NewProp_Dimensions_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementBox_Statics::NewProp_UpDirection = { "UpDirection", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementBox, UpDirection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UpDirection_MetaData), NewProp_UpDirection_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementBox_Statics::NewProp_SideDirection = { "SideDirection", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementBox, SideDirection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SideDirection_MetaData), NewProp_SideDirection_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGizmoElementBox_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementBox_Statics::NewProp_Center, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementBox_Statics::NewProp_Dimensions, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementBox_Statics::NewProp_UpDirection, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementBox_Statics::NewProp_SideDirection, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementBox_Statics::PropPointers) < 2048); // ********** End Class UGizmoElementBox Property Definitions ************************************** UObject* (*const Z_Construct_UClass_UGizmoElementBox_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UGizmoElementBase, (UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementBox_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoElementBox_Statics::ClassParams = { &UGizmoElementBox::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UGizmoElementBox_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementBox_Statics::PropPointers), 0, 0x000800A8u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementBox_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoElementBox_Statics::Class_MetaDataParams) }; void UGizmoElementBox::StaticRegisterNativesUGizmoElementBox() { } UClass* Z_Construct_UClass_UGizmoElementBox() { if (!Z_Registration_Info_UClass_UGizmoElementBox.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoElementBox.OuterSingleton, Z_Construct_UClass_UGizmoElementBox_Statics::ClassParams); } return Z_Registration_Info_UClass_UGizmoElementBox.OuterSingleton; } UGizmoElementBox::UGizmoElementBox(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoElementBox); UGizmoElementBox::~UGizmoElementBox() {} // ********** End Class UGizmoElementBox *********************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementBox_h__Script_InteractiveToolsFramework_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UGizmoElementBox, UGizmoElementBox::StaticClass, TEXT("UGizmoElementBox"), &Z_Registration_Info_UClass_UGizmoElementBox, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoElementBox), 2656675975U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementBox_h__Script_InteractiveToolsFramework_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementBox_h__Script_InteractiveToolsFramework_3712369631{ TEXT("/Script/InteractiveToolsFramework"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementBox_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementBox_h__Script_InteractiveToolsFramework_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS