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

124 lines
6.5 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 "DNAIndexMappingDeprecated.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDNAIndexMappingDeprecated() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UAssetUserData();
RIGLOGICMODULE_API UClass* Z_Construct_UClass_UDEPRECATED_DNAIndexMapping();
RIGLOGICMODULE_API UClass* Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_NoRegister();
UPackage* Z_Construct_UPackage__Script_RigLogicModule();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDEPRECATED_DNAIndexMapping **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDEPRECATED_DNAIndexMapping;
UClass* UDEPRECATED_DNAIndexMapping::GetPrivateStaticClass()
{
using TClass = UDEPRECATED_DNAIndexMapping;
if (!Z_Registration_Info_UClass_UDEPRECATED_DNAIndexMapping.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DNAIndexMapping"),
Z_Registration_Info_UClass_UDEPRECATED_DNAIndexMapping.InnerSingleton,
StaticRegisterNativesUDEPRECATED_DNAIndexMapping,
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_UDEPRECATED_DNAIndexMapping.InnerSingleton;
}
UClass* Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_NoRegister()
{
return UDEPRECATED_DNAIndexMapping::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Used and needed for previously serialized skeletal mesh assets\n// that contain the DNA index mapping as part of their user data.\n" },
{ "HideCategories", "Object" },
{ "IncludePath", "DNAIndexMappingDeprecated.h" },
{ "IsBlueprintBase", "false" },
{ "ModuleRelativePath", "Private/DNAIndexMappingDeprecated.h" },
{ "ToolTip", "Used and needed for previously serialized skeletal mesh assets\nthat contain the DNA index mapping as part of their user data." },
};
#endif // WITH_METADATA
// ********** Begin Class UDEPRECATED_DNAIndexMapping constinit property declarations **************
// ********** End Class UDEPRECATED_DNAIndexMapping constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDEPRECATED_DNAIndexMapping>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_Statics
UObject* (*const Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetUserData,
(UObject* (*)())Z_Construct_UPackage__Script_RigLogicModule,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_Statics::ClassParams = {
&UDEPRECATED_DNAIndexMapping::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x022012A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_Statics::Class_MetaDataParams), Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_Statics::Class_MetaDataParams)
};
void UDEPRECATED_DNAIndexMapping::StaticRegisterNativesUDEPRECATED_DNAIndexMapping()
{
}
UClass* Z_Construct_UClass_UDEPRECATED_DNAIndexMapping()
{
if (!Z_Registration_Info_UClass_UDEPRECATED_DNAIndexMapping.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDEPRECATED_DNAIndexMapping.OuterSingleton, Z_Construct_UClass_UDEPRECATED_DNAIndexMapping_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDEPRECATED_DNAIndexMapping.OuterSingleton;
}
UDEPRECATED_DNAIndexMapping::UDEPRECATED_DNAIndexMapping(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDEPRECATED_DNAIndexMapping);
UDEPRECATED_DNAIndexMapping::~UDEPRECATED_DNAIndexMapping() {}
// ********** End Class UDEPRECATED_DNAIndexMapping ************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Private_DNAIndexMappingDeprecated_h__Script_RigLogicModule_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDEPRECATED_DNAIndexMapping, UDEPRECATED_DNAIndexMapping::StaticClass, TEXT("UDEPRECATED_DNAIndexMapping"), &Z_Registration_Info_UClass_UDEPRECATED_DNAIndexMapping, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDEPRECATED_DNAIndexMapping), 1859716629U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Private_DNAIndexMappingDeprecated_h__Script_RigLogicModule_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Private_DNAIndexMappingDeprecated_h__Script_RigLogicModule_2344068080{
TEXT("/Script/RigLogicModule"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Private_DNAIndexMappingDeprecated_h__Script_RigLogicModule_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_RigLogic_Source_RigLogicModule_Private_DNAIndexMappingDeprecated_h__Script_RigLogicModule_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS