283 lines
22 KiB
C++
283 lines
22 KiB
C++
// 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/GizmoElementArrowHead.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGizmoElementArrowHead() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementArrowHead();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementArrowHead_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBase_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBox_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementCone_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementGroupBase();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementSphere_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType();
|
|
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EGizmoElementArrowHeadType ************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EGizmoElementArrowHeadType;
|
|
static UEnum* EGizmoElementArrowHeadType_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EGizmoElementArrowHeadType.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EGizmoElementArrowHeadType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType, (UObject*)Z_Construct_UPackage__Script_InteractiveToolsFramework(), TEXT("EGizmoElementArrowHeadType"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EGizmoElementArrowHeadType.OuterSingleton;
|
|
}
|
|
template<> INTERACTIVETOOLSFRAMEWORK_NON_ATTRIBUTED_API UEnum* StaticEnum<EGizmoElementArrowHeadType>()
|
|
{
|
|
return EGizmoElementArrowHeadType_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "Cone.Name", "EGizmoElementArrowHeadType::Cone" },
|
|
{ "Cube.Name", "EGizmoElementArrowHeadType::Cube" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "None.Name", "EGizmoElementArrowHeadType::None" },
|
|
{ "Sphere.Name", "EGizmoElementArrowHeadType::Sphere" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EGizmoElementArrowHeadType::None", (int64)EGizmoElementArrowHeadType::None },
|
|
{ "EGizmoElementArrowHeadType::Cone", (int64)EGizmoElementArrowHeadType::Cone },
|
|
{ "EGizmoElementArrowHeadType::Cube", (int64)EGizmoElementArrowHeadType::Cube },
|
|
{ "EGizmoElementArrowHeadType::Sphere", (int64)EGizmoElementArrowHeadType::Sphere },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
|
nullptr,
|
|
"EGizmoElementArrowHeadType",
|
|
"EGizmoElementArrowHeadType",
|
|
Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EGizmoElementArrowHeadType.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EGizmoElementArrowHeadType.InnerSingleton, Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EGizmoElementArrowHeadType.InnerSingleton;
|
|
}
|
|
// ********** End Enum EGizmoElementArrowHeadType **************************************************
|
|
|
|
// ********** Begin Class UGizmoElementArrowHead ***************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoElementArrowHead;
|
|
UClass* UGizmoElementArrowHead::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UGizmoElementArrowHead;
|
|
if (!Z_Registration_Info_UClass_UGizmoElementArrowHead.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("GizmoElementArrowHead"),
|
|
Z_Registration_Info_UClass_UGizmoElementArrowHead.InnerSingleton,
|
|
StaticRegisterNativesUGizmoElementArrowHead,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UGizmoElementArrowHead.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UGizmoElementArrowHead_NoRegister()
|
|
{
|
|
return UGizmoElementArrowHead::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UGizmoElementArrowHead_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 3D arrowhead based on parameters.\n */" },
|
|
{ "IncludePath", "BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Simple object intended to be used as part of 3D Gizmos.\nDraws a 3D arrowhead based on parameters." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ConeElement_MetaData[] = {
|
|
{ "Comment", "// Cone head\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Cone head" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoxElement_MetaData[] = {
|
|
{ "Comment", "// Box head\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Box head" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SphereElement_MetaData[] = {
|
|
{ "Comment", "// Sphere head\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Sphere head" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Center_MetaData[] = {
|
|
{ "Comment", "// Location of center\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Location of center" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Direction_MetaData[] = {
|
|
{ "Comment", "// Direction of arrow axis\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Direction of arrow axis" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SideDirection_MetaData[] = {
|
|
{ "Comment", "// Side direction for box\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Side direction for box" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Length_MetaData[] = {
|
|
{ "Comment", "// Length of head, cone or box\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Length of head, cone or box" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
|
|
{ "Comment", "// Radius of head cone\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Radius of head cone" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NumSides_MetaData[] = {
|
|
{ "Comment", "// Number of sides for tessellating cone and cylinder\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Number of sides for tessellating cone and cylinder" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Type_MetaData[] = {
|
|
{ "Comment", "// Head type\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Head type" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HitMask_MetaData[] = {
|
|
{ "Comment", "// Hit mask\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrowHead.h" },
|
|
{ "ToolTip", "Hit mask" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UGizmoElementArrowHead constinit property declarations *******************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ConeElement;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_BoxElement;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SphereElement;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Center;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Direction;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SideDirection;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Length;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumSides;
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Type_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Type;
|
|
static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_HitMask;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UGizmoElementArrowHead constinit property declarations *********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UGizmoElementArrowHead>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UGizmoElementArrowHead_Statics
|
|
|
|
// ********** Begin Class UGizmoElementArrowHead Property Definitions ******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_ConeElement = { "ConeElement", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, ConeElement), Z_Construct_UClass_UGizmoElementCone_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ConeElement_MetaData), NewProp_ConeElement_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_BoxElement = { "BoxElement", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, BoxElement), Z_Construct_UClass_UGizmoElementBox_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoxElement_MetaData), NewProp_BoxElement_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_SphereElement = { "SphereElement", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, SphereElement), Z_Construct_UClass_UGizmoElementSphere_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SphereElement_MetaData), NewProp_SphereElement_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Center = { "Center", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, Center), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Center_MetaData), NewProp_Center_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Direction_MetaData), NewProp_Direction_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_SideDirection = { "SideDirection", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, SideDirection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SideDirection_MetaData), NewProp_SideDirection_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Length = { "Length", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, Length), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Length_MetaData), NewProp_Length_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_NumSides = { "NumSides", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, NumSides), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NumSides_MetaData), NewProp_NumSides_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Type_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Type = { "Type", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, Type), Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Type_MetaData), NewProp_Type_MetaData) }; // 2647148351
|
|
const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_HitMask = { "HitMask", nullptr, (EPropertyFlags)0x0024080000000000, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrowHead, HitMask), Z_Construct_UClass_UGizmoElementBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HitMask_MetaData), NewProp_HitMask_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGizmoElementArrowHead_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_ConeElement,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_BoxElement,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_SphereElement,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Center,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Direction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_SideDirection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Length,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Radius,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_NumSides,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Type_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_Type,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrowHead_Statics::NewProp_HitMask,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementArrowHead_Statics::PropPointers) < 2048);
|
|
// ********** End Class UGizmoElementArrowHead Property Definitions ********************************
|
|
UObject* (*const Z_Construct_UClass_UGizmoElementArrowHead_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UGizmoElementGroupBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementArrowHead_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoElementArrowHead_Statics::ClassParams = {
|
|
&UGizmoElementArrowHead::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UGizmoElementArrowHead_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementArrowHead_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementArrowHead_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoElementArrowHead_Statics::Class_MetaDataParams)
|
|
};
|
|
void UGizmoElementArrowHead::StaticRegisterNativesUGizmoElementArrowHead()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UGizmoElementArrowHead()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UGizmoElementArrowHead.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoElementArrowHead.OuterSingleton, Z_Construct_UClass_UGizmoElementArrowHead_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UGizmoElementArrowHead.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoElementArrowHead);
|
|
UGizmoElementArrowHead::~UGizmoElementArrowHead() {}
|
|
// ********** End Class UGizmoElementArrowHead *****************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrowHead_h__Script_InteractiveToolsFramework_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EGizmoElementArrowHeadType_StaticEnum, TEXT("EGizmoElementArrowHeadType"), &Z_Registration_Info_UEnum_EGizmoElementArrowHeadType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2647148351U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UGizmoElementArrowHead, UGizmoElementArrowHead::StaticClass, TEXT("UGizmoElementArrowHead"), &Z_Registration_Info_UClass_UGizmoElementArrowHead, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoElementArrowHead), 2523283251U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrowHead_h__Script_InteractiveToolsFramework_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrowHead_h__Script_InteractiveToolsFramework_997743258{
|
|
TEXT("/Script/InteractiveToolsFramework"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrowHead_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrowHead_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrowHead_h__Script_InteractiveToolsFramework_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrowHead_h__Script_InteractiveToolsFramework_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|