138 lines
8.3 KiB
C++
138 lines
8.3 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/FreePositionSubGizmo.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeFreePositionSubGizmo() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UFreePositionSubGizmo();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UFreePositionSubGizmo_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UGizmoTransformSource_NoRegister();
|
|
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UPlanePositionGizmo();
|
|
UPackage* Z_Construct_UPackage__Script_InteractiveToolsFramework();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UFreePositionSubGizmo ****************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UFreePositionSubGizmo;
|
|
UClass* UFreePositionSubGizmo::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UFreePositionSubGizmo;
|
|
if (!Z_Registration_Info_UClass_UFreePositionSubGizmo.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("FreePositionSubGizmo"),
|
|
Z_Registration_Info_UClass_UFreePositionSubGizmo.InnerSingleton,
|
|
StaticRegisterNativesUFreePositionSubGizmo,
|
|
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_UFreePositionSubGizmo.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UFreePositionSubGizmo_NoRegister()
|
|
{
|
|
return UFreePositionSubGizmo::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UFreePositionSubGizmo_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * UFreePositionSubGizmo is very similar to UPlanePositionGizmo with a camera axis source, \n * but when using a custom destination function, it can use the destination to directly\n * set a transform source.\n */" },
|
|
{ "IncludePath", "BaseGizmos/FreePositionSubGizmo.h" },
|
|
{ "ModuleRelativePath", "Private/BaseGizmos/FreePositionSubGizmo.h" },
|
|
{ "ToolTip", "UFreePositionSubGizmo is very similar to UPlanePositionGizmo with a camera axis source,\n but when using a custom destination function, it can use the destination to directly\n set a transform source." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransformSource_MetaData[] = {
|
|
{ "Comment", "/** AxisSource provides the 3D plane on which the interaction happens */" },
|
|
{ "ModuleRelativePath", "Private/BaseGizmos/FreePositionSubGizmo.h" },
|
|
{ "ToolTip", "AxisSource provides the 3D plane on which the interaction happens" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UFreePositionSubGizmo constinit property declarations ********************
|
|
static const UECodeGen_Private::FInterfacePropertyParams NewProp_TransformSource;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UFreePositionSubGizmo constinit property declarations **********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UFreePositionSubGizmo>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UFreePositionSubGizmo_Statics
|
|
|
|
// ********** Begin Class UFreePositionSubGizmo Property Definitions *******************************
|
|
const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UClass_UFreePositionSubGizmo_Statics::NewProp_TransformSource = { "TransformSource", nullptr, (EPropertyFlags)0x0014000000000000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFreePositionSubGizmo, TransformSource), Z_Construct_UClass_UGizmoTransformSource_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransformSource_MetaData), NewProp_TransformSource_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFreePositionSubGizmo_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFreePositionSubGizmo_Statics::NewProp_TransformSource,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFreePositionSubGizmo_Statics::PropPointers) < 2048);
|
|
// ********** End Class UFreePositionSubGizmo Property Definitions *********************************
|
|
UObject* (*const Z_Construct_UClass_UFreePositionSubGizmo_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UPlanePositionGizmo,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InteractiveToolsFramework,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFreePositionSubGizmo_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFreePositionSubGizmo_Statics::ClassParams = {
|
|
&UFreePositionSubGizmo::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UFreePositionSubGizmo_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UFreePositionSubGizmo_Statics::PropPointers),
|
|
0,
|
|
0x000800A8u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFreePositionSubGizmo_Statics::Class_MetaDataParams), Z_Construct_UClass_UFreePositionSubGizmo_Statics::Class_MetaDataParams)
|
|
};
|
|
void UFreePositionSubGizmo::StaticRegisterNativesUFreePositionSubGizmo()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UFreePositionSubGizmo()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UFreePositionSubGizmo.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFreePositionSubGizmo.OuterSingleton, Z_Construct_UClass_UFreePositionSubGizmo_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UFreePositionSubGizmo.OuterSingleton;
|
|
}
|
|
UFreePositionSubGizmo::UFreePositionSubGizmo() {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UFreePositionSubGizmo);
|
|
UFreePositionSubGizmo::~UFreePositionSubGizmo() {}
|
|
// ********** End Class UFreePositionSubGizmo ******************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreePositionSubGizmo_h__Script_InteractiveToolsFramework_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UFreePositionSubGizmo, UFreePositionSubGizmo::StaticClass, TEXT("UFreePositionSubGizmo"), &Z_Registration_Info_UClass_UFreePositionSubGizmo, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFreePositionSubGizmo), 4259147611U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreePositionSubGizmo_h__Script_InteractiveToolsFramework_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreePositionSubGizmo_h__Script_InteractiveToolsFramework_608131232{
|
|
TEXT("/Script/InteractiveToolsFramework"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreePositionSubGizmo_h__Script_InteractiveToolsFramework_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_InteractiveToolsFramework_Private_BaseGizmos_FreePositionSubGizmo_h__Script_InteractiveToolsFramework_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|