196 lines
15 KiB
C++
196 lines
15 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/GizmoElementLineBase.h"
|
||
|
|
#include "BaseGizmos/GizmoElementRenderState.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeGizmoElementLineBase() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBase();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementLineBase();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementLineBase_NoRegister();
|
||
|
|
INTERACTIVETOOLSFRAMEWORK_API UScriptStruct* Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoElementLineBase ****************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoElementLineBase;
|
||
|
|
UClass* UGizmoElementLineBase::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UGizmoElementLineBase;
|
||
|
|
if (!Z_Registration_Info_UClass_UGizmoElementLineBase.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("GizmoElementLineBase"),
|
||
|
|
Z_Registration_Info_UClass_UGizmoElementLineBase.InnerSingleton,
|
||
|
|
StaticRegisterNativesUGizmoElementLineBase,
|
||
|
|
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_UGizmoElementLineBase.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGizmoElementLineBase_NoRegister()
|
||
|
|
{
|
||
|
|
return UGizmoElementLineBase::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UGizmoElementLineBase_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Base class for 2d and 3d primitive objects which support line drawing,\n * intended to be used as part of 3D Gizmos.\n */" },
|
||
|
|
{ "IncludePath", "BaseGizmos/GizmoElementLineBase.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementLineBase.h" },
|
||
|
|
{ "ToolTip", "Base class for 2d and 3d primitive objects which support line drawing,\nintended to be used as part of 3D Gizmos." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineRenderAttributes_MetaData[] = {
|
||
|
|
{ "Comment", "// Line render state attributes for this element\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementLineBase.h" },
|
||
|
|
{ "ToolTip", "Line render state attributes for this element" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineThickness_MetaData[] = {
|
||
|
|
{ "Comment", "// Line thickness when rendering lines, must be >= 0.0, value of 0.0 will render thinnest line \n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementLineBase.h" },
|
||
|
|
{ "ToolTip", "Line thickness when rendering lines, must be >= 0.0, value of 0.0 will render thinnest line" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bScreenSpaceLine_MetaData[] = {
|
||
|
|
{ "Comment", "// Whether line thickness is in screen space\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementLineBase.h" },
|
||
|
|
{ "ToolTip", "Whether line thickness is in screen space" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HoverLineThicknessMultiplier_MetaData[] = {
|
||
|
|
{ "Category", "Options" },
|
||
|
|
{ "Comment", "// Multiplier applied to line thickness when hovering\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementLineBase.h" },
|
||
|
|
{ "ToolTip", "Multiplier applied to line thickness when hovering" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InteractLineThicknessMultiplier_MetaData[] = {
|
||
|
|
{ "Category", "Options" },
|
||
|
|
{ "Comment", "// Multiplier applied to line thickness when interacting\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementLineBase.h" },
|
||
|
|
{ "ToolTip", "Multiplier applied to line thickness when interacting" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectLineThicknessMultiplier_MetaData[] = {
|
||
|
|
{ "Category", "Options" },
|
||
|
|
{ "Comment", "// Multiplier applied to line thickness when selected\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementLineBase.h" },
|
||
|
|
{ "ToolTip", "Multiplier applied to line thickness when selected" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubdueLineThicknessMultiplier_MetaData[] = {
|
||
|
|
{ "Category", "Options" },
|
||
|
|
{ "Comment", "// Multiplier applied to line thickness when subdued\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementLineBase.h" },
|
||
|
|
{ "ToolTip", "Multiplier applied to line thickness when subdued" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoElementLineBase constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LineRenderAttributes;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_LineThickness;
|
||
|
|
static void NewProp_bScreenSpaceLine_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bScreenSpaceLine;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_HoverLineThicknessMultiplier;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InteractLineThicknessMultiplier;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SelectLineThicknessMultiplier;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_SubdueLineThicknessMultiplier;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UGizmoElementLineBase constinit property declarations **********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UGizmoElementLineBase>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UGizmoElementLineBase_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UGizmoElementLineBase Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_LineRenderAttributes = { "LineRenderAttributes", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementLineBase, LineRenderAttributes), Z_Construct_UScriptStruct_FGizmoElementLineRenderStateAttributes, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineRenderAttributes_MetaData), NewProp_LineRenderAttributes_MetaData) }; // 3806021612
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_LineThickness = { "LineThickness", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementLineBase, LineThickness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineThickness_MetaData), NewProp_LineThickness_MetaData) };
|
||
|
|
void Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_bScreenSpaceLine_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UGizmoElementLineBase*)Obj)->bScreenSpaceLine = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_bScreenSpaceLine = { "bScreenSpaceLine", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UGizmoElementLineBase), &Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_bScreenSpaceLine_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bScreenSpaceLine_MetaData), NewProp_bScreenSpaceLine_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_HoverLineThicknessMultiplier = { "HoverLineThicknessMultiplier", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementLineBase, HoverLineThicknessMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HoverLineThicknessMultiplier_MetaData), NewProp_HoverLineThicknessMultiplier_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_InteractLineThicknessMultiplier = { "InteractLineThicknessMultiplier", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementLineBase, InteractLineThicknessMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InteractLineThicknessMultiplier_MetaData), NewProp_InteractLineThicknessMultiplier_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_SelectLineThicknessMultiplier = { "SelectLineThicknessMultiplier", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementLineBase, SelectLineThicknessMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectLineThicknessMultiplier_MetaData), NewProp_SelectLineThicknessMultiplier_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_SubdueLineThicknessMultiplier = { "SubdueLineThicknessMultiplier", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementLineBase, SubdueLineThicknessMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubdueLineThicknessMultiplier_MetaData), NewProp_SubdueLineThicknessMultiplier_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGizmoElementLineBase_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_LineRenderAttributes,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_LineThickness,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_bScreenSpaceLine,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_HoverLineThicknessMultiplier,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_InteractLineThicknessMultiplier,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_SelectLineThicknessMultiplier,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementLineBase_Statics::NewProp_SubdueLineThicknessMultiplier,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementLineBase_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UGizmoElementLineBase Property Definitions *********************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UGizmoElementLineBase_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UGizmoElementBase,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementLineBase_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoElementLineBase_Statics::ClassParams = {
|
||
|
|
&UGizmoElementLineBase::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UGizmoElementLineBase_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementLineBase_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A9u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementLineBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoElementLineBase_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UGizmoElementLineBase::StaticRegisterNativesUGizmoElementLineBase()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGizmoElementLineBase()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UGizmoElementLineBase.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoElementLineBase.OuterSingleton, Z_Construct_UClass_UGizmoElementLineBase_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UGizmoElementLineBase.OuterSingleton;
|
||
|
|
}
|
||
|
|
UGizmoElementLineBase::UGizmoElementLineBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoElementLineBase);
|
||
|
|
UGizmoElementLineBase::~UGizmoElementLineBase() {}
|
||
|
|
// ********** End Class UGizmoElementLineBase ******************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementLineBase_h__Script_InteractiveToolsFramework_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UGizmoElementLineBase, UGizmoElementLineBase::StaticClass, TEXT("UGizmoElementLineBase"), &Z_Registration_Info_UClass_UGizmoElementLineBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoElementLineBase), 568075824U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementLineBase_h__Script_InteractiveToolsFramework_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementLineBase_h__Script_InteractiveToolsFramework_3996275505{
|
||
|
|
TEXT("/Script/InteractiveToolsFramework"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementLineBase_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementLineBase_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|