183 lines
12 KiB
C++
183 lines
12 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/GizmoElementCone.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGizmoElementCone() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementBase();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementCone();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoElementCone_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UGizmoElementCone ********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGizmoElementCone;
|
|
UClass* UGizmoElementCone::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UGizmoElementCone;
|
|
if (!Z_Registration_Info_UClass_UGizmoElementCone.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("GizmoElementCone"),
|
|
Z_Registration_Info_UClass_UGizmoElementCone.InnerSingleton,
|
|
StaticRegisterNativesUGizmoElementCone,
|
|
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_UGizmoElementCone.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UGizmoElementCone_NoRegister()
|
|
{
|
|
return UGizmoElementCone::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UGizmoElementCone_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 cone based on parameters.\n */" },
|
|
{ "IncludePath", "BaseGizmos/GizmoElementCone.h" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementCone.h" },
|
|
{ "ToolTip", "Simple object intended to be used as part of 3D Gizmos.\nDraws a solid 3D cone based on parameters." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Origin_MetaData[] = {
|
|
{ "Comment", "// Cone tip location.\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementCone.h" },
|
|
{ "ToolTip", "Cone tip location." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Direction_MetaData[] = {
|
|
{ "Comment", "// Cone axis direction pointing from tip toward base of cone.\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementCone.h" },
|
|
{ "ToolTip", "Cone axis direction pointing from tip toward base of cone." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Height_MetaData[] = {
|
|
{ "Comment", "// Cone height.\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementCone.h" },
|
|
{ "ToolTip", "Cone height." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
|
|
{ "Comment", "// Cone radius.\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementCone.h" },
|
|
{ "ToolTip", "Cone radius." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NumSides_MetaData[] = {
|
|
{ "Comment", "// Number of sides for tessellating cone.\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementCone.h" },
|
|
{ "ToolTip", "Number of sides for tessellating cone." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEndCaps_MetaData[] = {
|
|
{ "Comment", "// Whether to render and end cap on the base of the cone.\n" },
|
|
{ "ModuleRelativePath", "Public/BaseGizmos/GizmoElementCone.h" },
|
|
{ "ToolTip", "Whether to render and end cap on the base of the cone." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UGizmoElementCone constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Origin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Direction;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Height;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
|
|
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::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UGizmoElementCone constinit property declarations **************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UGizmoElementCone>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UGizmoElementCone_Statics
|
|
|
|
// ********** Begin Class UGizmoElementCone Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_Origin = { "Origin", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementCone, Origin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Origin_MetaData), NewProp_Origin_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementCone, Direction), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Direction_MetaData), NewProp_Direction_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_Height = { "Height", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementCone, Height), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Height_MetaData), NewProp_Height_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementCone, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) };
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_NumSides = { "NumSides", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGizmoElementCone, NumSides), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NumSides_MetaData), NewProp_NumSides_MetaData) };
|
|
void Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_bEndCaps_SetBit(void* Obj)
|
|
{
|
|
((UGizmoElementCone*)Obj)->bEndCaps = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGizmoElementCone_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(UGizmoElementCone), &Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_bEndCaps_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEndCaps_MetaData), NewProp_bEndCaps_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGizmoElementCone_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_Origin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_Direction,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_Height,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_Radius,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_NumSides,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGizmoElementCone_Statics::NewProp_bEndCaps,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementCone_Statics::PropPointers) < 2048);
|
|
// ********** End Class UGizmoElementCone Property Definitions *************************************
|
|
UObject* (*const Z_Construct_UClass_UGizmoElementCone_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UGizmoElementBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementCone_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGizmoElementCone_Statics::ClassParams = {
|
|
&UGizmoElementCone::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UGizmoElementCone_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementCone_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGizmoElementCone_Statics::Class_MetaDataParams), Z_Construct_UClass_UGizmoElementCone_Statics::Class_MetaDataParams)
|
|
};
|
|
void UGizmoElementCone::StaticRegisterNativesUGizmoElementCone()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UGizmoElementCone()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UGizmoElementCone.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGizmoElementCone.OuterSingleton, Z_Construct_UClass_UGizmoElementCone_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UGizmoElementCone.OuterSingleton;
|
|
}
|
|
UGizmoElementCone::UGizmoElementCone(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGizmoElementCone);
|
|
UGizmoElementCone::~UGizmoElementCone() {}
|
|
// ********** End Class UGizmoElementCone **********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementCone_h__Script_InteractiveToolsFramework_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UGizmoElementCone, UGizmoElementCone::StaticClass, TEXT("UGizmoElementCone"), &Z_Registration_Info_UClass_UGizmoElementCone, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGizmoElementCone), 2690274344U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementCone_h__Script_InteractiveToolsFramework_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementCone_h__Script_InteractiveToolsFramework_3345166425{
|
|
TEXT("/Script/InteractiveToolsFramework"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementCone_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Public_BaseGizmos_GizmoElementCone_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|