255 lines
16 KiB
C++
255 lines
16 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/GizmoElementGroup.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGizmoElementGroup() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBase_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementGroup();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementGroup_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementGroupBase();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementGroupBase_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementLineBase();
|
|
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UGizmoElementGroupBase ***************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoElementGroupBase;
|
|
UClass* UGizmoElementGroupBase::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UGizmoElementGroupBase;
|
|
if (!Z_Registration_Info_UClass_UGizmoElementGroupBase.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("GizmoElementGroupBase"),
|
|
Z_Registration_Info_UClass_UGizmoElementGroupBase.InnerSingleton,
|
|
StaticRegisterNativesUGizmoElementGroupBase,
|
|
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_UGizmoElementGroupBase.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UGizmoElementGroupBase_NoRegister()
|
|
{
|
|
return UGizmoElementGroupBase::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UGizmoElementGroupBase_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Simple group object intended to be used as part of 3D Gizmos.\n * Contains multiple gizmo objects.\n */" },
|
|
{ "IncludePath", "BaseGizmos/GizmoElementGroup.h" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementGroup.h" },
|
|
{ "ToolTip", "Simple group object intended to be used as part of 3D Gizmos.\nContains multiple gizmo objects." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bConstantScale_MetaData[] = {
|
|
{ "Comment", "// When true, maintains view-dependent constant scale for this gizmo object hierarchy\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementGroup.h" },
|
|
{ "ToolTip", "When true, maintains view-dependent constant scale for this gizmo object hierarchy" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHitOwner_MetaData[] = {
|
|
{ "Comment", "// When true, this group is treated as a single element such that when LineTrace is called, if any of its sub-elements is hit, \n// this group will be returned as the owner of the hit. This should be used when a group of elements should be treated as a single handle.\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementGroup.h" },
|
|
{ "ToolTip", "When true, this group is treated as a single element such that when LineTrace is called, if any of its sub-elements is hit,\nthis group will be returned as the owner of the hit. This should be used when a group of elements should be treated as a single handle." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Elements_MetaData[] = {
|
|
{ "Comment", "// Gizmo elements within this group\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementGroup.h" },
|
|
{ "ToolTip", "Gizmo elements within this group" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UGizmoElementGroupBase constinit property declarations *******************
|
|
static void NewProp_bConstantScale_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bConstantScale;
|
|
static void NewProp_bHitOwner_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHitOwner;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Elements_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Elements;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UGizmoElementGroupBase constinit property declarations *********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UGizmoElementGroupBase>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UGizmoElementGroupBase_Statics
|
|
|
|
// ********** Begin Class UGizmoElementGroupBase Property Definitions ******************************
|
|
void Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_bConstantScale_SetBit(void* Obj)
|
|
{
|
|
((UGizmoElementGroupBase*)Obj)->bConstantScale = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_bConstantScale = { "bConstantScale", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UGizmoElementGroupBase), &Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_bConstantScale_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bConstantScale_MetaData), NewProp_bConstantScale_MetaData) };
|
|
void Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_bHitOwner_SetBit(void* Obj)
|
|
{
|
|
((UGizmoElementGroupBase*)Obj)->bHitOwner = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_bHitOwner = { "bHitOwner", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UGizmoElementGroupBase), &Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_bHitOwner_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHitOwner_MetaData), NewProp_bHitOwner_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_Elements_Inner = { "Elements", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UGizmoElementBase_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_Elements = { "Elements", nullptr, (EPropertyFlags)0x0124080000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementGroupBase, Elements), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Elements_MetaData), NewProp_Elements_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGizmoElementGroupBase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_bConstantScale,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_bHitOwner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_Elements_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementGroupBase_Statics::NewProp_Elements,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementGroupBase_Statics::PropPointers) < 2048);
|
|
// ********** End Class UGizmoElementGroupBase Property Definitions ********************************
|
|
UObject* (*const Z_Construct_UClass_UGizmoElementGroupBase_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UGizmoElementLineBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementGroupBase_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoElementGroupBase_Statics::ClassParams = {
|
|
&UGizmoElementGroupBase::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UGizmoElementGroupBase_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementGroupBase_Statics::PropPointers),
|
|
0,
|
|
0x000800A9u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementGroupBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoElementGroupBase_Statics::Class_MetaDataParams)
|
|
};
|
|
void UGizmoElementGroupBase::StaticRegisterNativesUGizmoElementGroupBase()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UGizmoElementGroupBase()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UGizmoElementGroupBase.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoElementGroupBase.OuterSingleton, Z_Construct_UClass_UGizmoElementGroupBase_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UGizmoElementGroupBase.OuterSingleton;
|
|
}
|
|
UGizmoElementGroupBase::UGizmoElementGroupBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoElementGroupBase);
|
|
UGizmoElementGroupBase::~UGizmoElementGroupBase() {}
|
|
// ********** End Class UGizmoElementGroupBase *****************************************************
|
|
|
|
// ********** Begin Class UGizmoElementGroup *******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoElementGroup;
|
|
UClass* UGizmoElementGroup::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UGizmoElementGroup;
|
|
if (!Z_Registration_Info_UClass_UGizmoElementGroup.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("GizmoElementGroup"),
|
|
Z_Registration_Info_UClass_UGizmoElementGroup.InnerSingleton,
|
|
StaticRegisterNativesUGizmoElementGroup,
|
|
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_UGizmoElementGroup.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UGizmoElementGroup_NoRegister()
|
|
{
|
|
return UGizmoElementGroup::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UGizmoElementGroup_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Simple group object intended to be used as part of 3D Gizmos.\n * Contains multiple gizmo objects.\n */" },
|
|
{ "IncludePath", "BaseGizmos/GizmoElementGroup.h" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementGroup.h" },
|
|
{ "ToolTip", "Simple group object intended to be used as part of 3D Gizmos.\nContains multiple gizmo objects." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UGizmoElementGroup constinit property declarations ***********************
|
|
// ********** End Class UGizmoElementGroup constinit property declarations *************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UGizmoElementGroup>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UGizmoElementGroup_Statics
|
|
UObject* (*const Z_Construct_UClass_UGizmoElementGroup_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UGizmoElementGroupBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementGroup_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoElementGroup_Statics::ClassParams = {
|
|
&UGizmoElementGroup::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementGroup_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoElementGroup_Statics::Class_MetaDataParams)
|
|
};
|
|
void UGizmoElementGroup::StaticRegisterNativesUGizmoElementGroup()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UGizmoElementGroup()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UGizmoElementGroup.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoElementGroup.OuterSingleton, Z_Construct_UClass_UGizmoElementGroup_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UGizmoElementGroup.OuterSingleton;
|
|
}
|
|
UGizmoElementGroup::UGizmoElementGroup(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoElementGroup);
|
|
UGizmoElementGroup::~UGizmoElementGroup() {}
|
|
// ********** End Class UGizmoElementGroup *********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementGroup_h__Script_InteractiveToolsFramework_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UGizmoElementGroupBase, UGizmoElementGroupBase::StaticClass, TEXT("UGizmoElementGroupBase"), &Z_Registration_Info_UClass_UGizmoElementGroupBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoElementGroupBase), 2638938007U) },
|
|
{ Z_Construct_UClass_UGizmoElementGroup, UGizmoElementGroup::StaticClass, TEXT("UGizmoElementGroup"), &Z_Registration_Info_UClass_UGizmoElementGroup, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoElementGroup), 1360075139U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementGroup_h__Script_InteractiveToolsFramework_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementGroup_h__Script_InteractiveToolsFramework_3524749318{
|
|
TEXT("/Script/InteractiveToolsFramework"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementGroup_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementGroup_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|