Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/SkelMeshModTools/UHT/SkeletalMeshGizmoUtils.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

232 lines
14 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 "SkeletalMeshGizmoUtils.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSkeletalMeshGizmoUtils() {}
// ********** Begin Cross Module References ********************************************************
EDITORINTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UTransformGizmo_NoRegister();
MESHMODELINGTOOLSEDITORONLY_API UClass* Z_Construct_UClass_USkeletalMeshGizmoContextObjectBase();
MESHMODELINGTOOLSEDITORONLY_API UClass* Z_Construct_UClass_USkeletalMeshGizmoWrapperBase();
MESHMODELINGTOOLSEDITORONLY_API UClass* Z_Construct_UClass_USkeletonTransformProxy_NoRegister();
SKELETALMESHMODELINGTOOLS_API UClass* Z_Construct_UClass_USkeletalMeshGizmoContextObject();
SKELETALMESHMODELINGTOOLS_API UClass* Z_Construct_UClass_USkeletalMeshGizmoContextObject_NoRegister();
SKELETALMESHMODELINGTOOLS_API UClass* Z_Construct_UClass_USkeletalMeshGizmoWrapper();
SKELETALMESHMODELINGTOOLS_API UClass* Z_Construct_UClass_USkeletalMeshGizmoWrapper_NoRegister();
UPackage* Z_Construct_UPackage__Script_SkeletalMeshModelingTools();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USkeletalMeshGizmoWrapper ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USkeletalMeshGizmoWrapper;
UClass* USkeletalMeshGizmoWrapper::GetPrivateStaticClass()
{
using TClass = USkeletalMeshGizmoWrapper;
if (!Z_Registration_Info_UClass_USkeletalMeshGizmoWrapper.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SkeletalMeshGizmoWrapper"),
Z_Registration_Info_UClass_USkeletalMeshGizmoWrapper.InnerSingleton,
StaticRegisterNativesUSkeletalMeshGizmoWrapper,
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_USkeletalMeshGizmoWrapper.InnerSingleton;
}
UClass* Z_Construct_UClass_USkeletalMeshGizmoWrapper_NoRegister()
{
return USkeletalMeshGizmoWrapper::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * USkeletalMeshGizmoWrapper is a wrapper class to handle a Transform Gizmo and it's Transform proxy so that it can\n * be used to update skeletal mesh infos using a Gizmo.\n */" },
{ "IncludePath", "SkeletalMeshGizmoUtils.h" },
{ "ModuleRelativePath", "Private/SkeletalMeshGizmoUtils.h" },
{ "ToolTip", "USkeletalMeshGizmoWrapper is a wrapper class to handle a Transform Gizmo and it's Transform proxy so that it can\nbe used to update skeletal mesh infos using a Gizmo." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransformGizmo_MetaData[] = {
{ "ModuleRelativePath", "Private/SkeletalMeshGizmoUtils.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TransformProxy_MetaData[] = {
{ "ModuleRelativePath", "Private/SkeletalMeshGizmoUtils.h" },
};
#endif // WITH_METADATA
// ********** Begin Class USkeletalMeshGizmoWrapper constinit property declarations ****************
static const UECodeGen_Private::FObjectPropertyParams NewProp_TransformGizmo;
static const UECodeGen_Private::FObjectPropertyParams NewProp_TransformProxy;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USkeletalMeshGizmoWrapper constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USkeletalMeshGizmoWrapper>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics
// ********** Begin Class USkeletalMeshGizmoWrapper Property Definitions ***************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::NewProp_TransformGizmo = { "TransformGizmo", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USkeletalMeshGizmoWrapper, TransformGizmo), Z_Construct_UClass_UTransformGizmo_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransformGizmo_MetaData), NewProp_TransformGizmo_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::NewProp_TransformProxy = { "TransformProxy", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USkeletalMeshGizmoWrapper, TransformProxy), Z_Construct_UClass_USkeletonTransformProxy_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TransformProxy_MetaData), NewProp_TransformProxy_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::NewProp_TransformGizmo,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::NewProp_TransformProxy,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::PropPointers) < 2048);
// ********** End Class USkeletalMeshGizmoWrapper Property Definitions *****************************
UObject* (*const Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USkeletalMeshGizmoWrapperBase,
(UObject* (*)())Z_Construct_UPackage__Script_SkeletalMeshModelingTools,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::ClassParams = {
&USkeletalMeshGizmoWrapper::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::PropPointers),
0,
0x008800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::Class_MetaDataParams), Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::Class_MetaDataParams)
};
void USkeletalMeshGizmoWrapper::StaticRegisterNativesUSkeletalMeshGizmoWrapper()
{
}
UClass* Z_Construct_UClass_USkeletalMeshGizmoWrapper()
{
if (!Z_Registration_Info_UClass_USkeletalMeshGizmoWrapper.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USkeletalMeshGizmoWrapper.OuterSingleton, Z_Construct_UClass_USkeletalMeshGizmoWrapper_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USkeletalMeshGizmoWrapper.OuterSingleton;
}
USkeletalMeshGizmoWrapper::USkeletalMeshGizmoWrapper(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USkeletalMeshGizmoWrapper);
USkeletalMeshGizmoWrapper::~USkeletalMeshGizmoWrapper() {}
// ********** End Class USkeletalMeshGizmoWrapper **************************************************
// ********** Begin Class USkeletalMeshGizmoContextObject ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_USkeletalMeshGizmoContextObject;
UClass* USkeletalMeshGizmoContextObject::GetPrivateStaticClass()
{
using TClass = USkeletalMeshGizmoContextObject;
if (!Z_Registration_Info_UClass_USkeletalMeshGizmoContextObject.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SkeletalMeshGizmoContextObject"),
Z_Registration_Info_UClass_USkeletalMeshGizmoContextObject.InnerSingleton,
StaticRegisterNativesUSkeletalMeshGizmoContextObject,
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_USkeletalMeshGizmoContextObject.InnerSingleton;
}
UClass* Z_Construct_UClass_USkeletalMeshGizmoContextObject_NoRegister()
{
return USkeletalMeshGizmoContextObject::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USkeletalMeshGizmoContextObject_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * USkeletalMeshGizmoContextObject is a utility object that registers a Gizmo Builder for UTransformGizmo.\n * (see UCombinedTransformGizmoContextObject for more details)\n */" },
{ "IncludePath", "SkeletalMeshGizmoUtils.h" },
{ "ModuleRelativePath", "Private/SkeletalMeshGizmoUtils.h" },
{ "ToolTip", "USkeletalMeshGizmoContextObject is a utility object that registers a Gizmo Builder for UTransformGizmo.\n(see UCombinedTransformGizmoContextObject for more details)" },
};
#endif // WITH_METADATA
// ********** Begin Class USkeletalMeshGizmoContextObject constinit property declarations **********
// ********** End Class USkeletalMeshGizmoContextObject constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USkeletalMeshGizmoContextObject>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USkeletalMeshGizmoContextObject_Statics
UObject* (*const Z_Construct_UClass_USkeletalMeshGizmoContextObject_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USkeletalMeshGizmoContextObjectBase,
(UObject* (*)())Z_Construct_UPackage__Script_SkeletalMeshModelingTools,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USkeletalMeshGizmoContextObject_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USkeletalMeshGizmoContextObject_Statics::ClassParams = {
&USkeletalMeshGizmoContextObject::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USkeletalMeshGizmoContextObject_Statics::Class_MetaDataParams), Z_Construct_UClass_USkeletalMeshGizmoContextObject_Statics::Class_MetaDataParams)
};
void USkeletalMeshGizmoContextObject::StaticRegisterNativesUSkeletalMeshGizmoContextObject()
{
}
UClass* Z_Construct_UClass_USkeletalMeshGizmoContextObject()
{
if (!Z_Registration_Info_UClass_USkeletalMeshGizmoContextObject.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USkeletalMeshGizmoContextObject.OuterSingleton, Z_Construct_UClass_USkeletalMeshGizmoContextObject_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USkeletalMeshGizmoContextObject.OuterSingleton;
}
USkeletalMeshGizmoContextObject::USkeletalMeshGizmoContextObject(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USkeletalMeshGizmoContextObject);
USkeletalMeshGizmoContextObject::~USkeletalMeshGizmoContextObject() {}
// ********** End Class USkeletalMeshGizmoContextObject ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_SkeletalMeshModelingTools_Source_SkeletalMeshModelingTools_Private_SkeletalMeshGizmoUtils_h__Script_SkeletalMeshModelingTools_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USkeletalMeshGizmoWrapper, USkeletalMeshGizmoWrapper::StaticClass, TEXT("USkeletalMeshGizmoWrapper"), &Z_Registration_Info_UClass_USkeletalMeshGizmoWrapper, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USkeletalMeshGizmoWrapper), 3108346608U) },
{ Z_Construct_UClass_USkeletalMeshGizmoContextObject, USkeletalMeshGizmoContextObject::StaticClass, TEXT("USkeletalMeshGizmoContextObject"), &Z_Registration_Info_UClass_USkeletalMeshGizmoContextObject, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USkeletalMeshGizmoContextObject), 4177966452U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_SkeletalMeshModelingTools_Source_SkeletalMeshModelingTools_Private_SkeletalMeshGizmoUtils_h__Script_SkeletalMeshModelingTools_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_SkeletalMeshModelingTools_Source_SkeletalMeshModelingTools_Private_SkeletalMeshGizmoUtils_h__Script_SkeletalMeshModelingTools_2743531466{
TEXT("/Script/SkeletalMeshModelingTools"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_SkeletalMeshModelingTools_Source_SkeletalMeshModelingTools_Private_SkeletalMeshGizmoUtils_h__Script_SkeletalMeshModelingTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_SkeletalMeshModelingTools_Source_SkeletalMeshModelingTools_Private_SkeletalMeshGizmoUtils_h__Script_SkeletalMeshModelingTools_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS