245 lines
19 KiB
C++
245 lines
19 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/GizmoElementArrow.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeGizmoElementArrow() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementArrow();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementArrow_NoRegister();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementArrowHead_NoRegister();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBase_NoRegister();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementCylinder_NoRegister();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementGroupBase();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UEnum* Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoElementArrow *******************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoElementArrow;
|
||
|
|
UClass* UGizmoElementArrow::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UGizmoElementArrow;
|
||
|
|
if (!Z_Registration_Info_UClass_UGizmoElementArrow.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("GizmoElementArrow"),
|
||
|
|
Z_Registration_Info_UClass_UGizmoElementArrow.InnerSingleton,
|
||
|
|
StaticRegisterNativesUGizmoElementArrow,
|
||
|
|
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_UGizmoElementArrow.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGizmoElementArrow_NoRegister()
|
||
|
|
{
|
||
|
|
return UGizmoElementArrow::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UGizmoElementArrow_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 arrow based on parameters.\n */" },
|
||
|
|
{ "IncludePath", "BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Simple object intended to be used as part of 3D Gizmos.\nDraws a 3D arrow based on parameters." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CylinderElement_MetaData[] = {
|
||
|
|
{ "Comment", "// Arrow cylinder body\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Arrow cylinder body" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HeadElement_MetaData[] = {
|
||
|
|
{ "Comment", "// Arrow head\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Arrow head" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Base_MetaData[] = {
|
||
|
|
{ "Comment", "// Location of center of arrow base circle.\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Location of center of arrow base circle." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Direction_MetaData[] = {
|
||
|
|
{ "Comment", "// Direction of arrow axis\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Direction of arrow axis" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SideDirection_MetaData[] = {
|
||
|
|
{ "Comment", "// Side direction for box head\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Side direction for box head" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BodyLength_MetaData[] = {
|
||
|
|
{ "Comment", "// Arrow body length\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Arrow body length" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BodyRadius_MetaData[] = {
|
||
|
|
{ "Comment", "// Radius of arrow cylinder\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Radius of arrow cylinder" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HeadLength_MetaData[] = {
|
||
|
|
{ "Comment", "// Length of head, cone or box\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Length of head, cone or box" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HeadRadius_MetaData[] = {
|
||
|
|
{ "Comment", "// Radius of head cone\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.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/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Number of sides for tessellating cone and cylinder" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEndCaps_MetaData[] = {
|
||
|
|
{ "Comment", "// Whether to render an end cap on the base of the arrow head.\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Whether to render an end cap on the base of the arrow head." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HeadType_MetaData[] = {
|
||
|
|
{ "Comment", "// Head type\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Head type" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HitMask_MetaData[] = {
|
||
|
|
{ "Comment", "// Hit mask\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementArrow.h" },
|
||
|
|
{ "ToolTip", "Hit mask" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoElementArrow constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CylinderElement;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_HeadElement;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Base;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Direction;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SideDirection;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_BodyLength;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_BodyRadius;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_HeadLength;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_HeadRadius;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_NumSides;
|
||
|
|
static void NewProp_bEndCaps_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEndCaps;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_HeadType_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_HeadType;
|
||
|
|
static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_HitMask;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UGizmoElementArrow constinit property declarations *************************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UGizmoElementArrow>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UGizmoElementArrow_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoElementArrow Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_CylinderElement = { "CylinderElement", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, CylinderElement), Z_Construct_UClass_UGizmoElementCylinder_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CylinderElement_MetaData), NewProp_CylinderElement_MetaData) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HeadElement = { "HeadElement", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, HeadElement), Z_Construct_UClass_UGizmoElementArrowHead_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HeadElement_MetaData), NewProp_HeadElement_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_Base = { "Base", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, Base), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Base_MetaData), NewProp_Base_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Direction_MetaData), NewProp_Direction_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_SideDirection = { "SideDirection", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, SideDirection), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SideDirection_MetaData), NewProp_SideDirection_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_BodyLength = { "BodyLength", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, BodyLength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BodyLength_MetaData), NewProp_BodyLength_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_BodyRadius = { "BodyRadius", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, BodyRadius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BodyRadius_MetaData), NewProp_BodyRadius_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HeadLength = { "HeadLength", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, HeadLength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HeadLength_MetaData), NewProp_HeadLength_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HeadRadius = { "HeadRadius", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, HeadRadius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HeadRadius_MetaData), NewProp_HeadRadius_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_NumSides = { "NumSides", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, NumSides), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NumSides_MetaData), NewProp_NumSides_MetaData) };
|
||
|
|
void Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_bEndCaps_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UGizmoElementArrow*)Obj)->bEndCaps = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_bEndCaps = { "bEndCaps", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UGizmoElementArrow), &Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_bEndCaps_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEndCaps_MetaData), NewProp_bEndCaps_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HeadType_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_UGizmoElementArrow_Statics::NewProp_HeadType = { "HeadType", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, HeadType), Z_Construct_UEnum_InteractiveToolsFramework_EGizmoElementArrowHeadType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HeadType_MetaData), NewProp_HeadType_MetaData) }; // 2647148351
|
||
|
|
const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HitMask = { "HitMask", nullptr, (EPropertyFlags)0x0024080000000000, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementArrow, 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_UGizmoElementArrow_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_CylinderElement,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HeadElement,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_Base,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_Direction,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_SideDirection,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_BodyLength,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_BodyRadius,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HeadLength,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HeadRadius,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_NumSides,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_bEndCaps,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HeadType_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HeadType,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementArrow_Statics::NewProp_HitMask,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementArrow_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UGizmoElementArrow Property Definitions ************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UGizmoElementArrow_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UGizmoElementGroupBase,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementArrow_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoElementArrow_Statics::ClassParams = {
|
||
|
|
&UGizmoElementArrow::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UGizmoElementArrow_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementArrow_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A8u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementArrow_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoElementArrow_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UGizmoElementArrow::StaticRegisterNativesUGizmoElementArrow()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGizmoElementArrow()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UGizmoElementArrow.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoElementArrow.OuterSingleton, Z_Construct_UClass_UGizmoElementArrow_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UGizmoElementArrow.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoElementArrow);
|
||
|
|
UGizmoElementArrow::~UGizmoElementArrow() {}
|
||
|
|
// ********** End Class UGizmoElementArrow *********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrow_h__Script_InteractiveToolsFramework_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UGizmoElementArrow, UGizmoElementArrow::StaticClass, TEXT("UGizmoElementArrow"), &Z_Registration_Info_UClass_UGizmoElementArrow, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoElementArrow), 3837241891U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrow_h__Script_InteractiveToolsFramework_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrow_h__Script_InteractiveToolsFramework_2076259730{
|
||
|
|
TEXT("/Script/InteractiveToolsFramework"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrow_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementArrow_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|