177 lines
9.1 KiB
C++
177 lines
9.1 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 "Rig/IKRigProcessor.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeIKRigProcessor() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRigProcessor();
|
||
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRigProcessor_NoRegister();
|
||
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FGoalBone();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_IKRig();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FGoalBone *********************************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FGoalBone_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGoalBone); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGoalBone); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Rig/IKRigProcessor.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FGoalBone constinit property declarations *************************
|
||
|
|
// ********** End ScriptStruct FGoalBone constinit property declarations ***************************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGoalBone>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FGoalBone_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGoalBone;
|
||
|
|
class UScriptStruct* FGoalBone::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FGoalBone.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FGoalBone.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGoalBone, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("GoalBone"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FGoalBone.OuterSingleton;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGoalBone_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"GoalBone",
|
||
|
|
nullptr,
|
||
|
|
0,
|
||
|
|
sizeof(FGoalBone),
|
||
|
|
alignof(FGoalBone),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGoalBone_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGoalBone_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGoalBone()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FGoalBone.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGoalBone.InnerSingleton, Z_Construct_UScriptStruct_FGoalBone_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGoalBone.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FGoalBone ***********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRigProcessor **********************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRigProcessor;
|
||
|
|
UClass* UIKRigProcessor::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UIKRigProcessor;
|
||
|
|
if (!Z_Registration_Info_UClass_UIKRigProcessor.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("IKRigProcessor"),
|
||
|
|
Z_Registration_Info_UClass_UIKRigProcessor.InnerSingleton,
|
||
|
|
StaticRegisterNativesUIKRigProcessor,
|
||
|
|
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_UIKRigProcessor.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UIKRigProcessor_NoRegister()
|
||
|
|
{
|
||
|
|
return UIKRigProcessor::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UIKRigProcessor_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "//\n// BEGIN DEPRECATED UOBJECT-BASED PROCESSOR\n//\n// NOTE: As of 5.6, IK Rig processors are no long UObjects.\n// The UObject based processor is here for backwards compatibility.\n// If you have a system built off this processor, please convert it to the FIKRigProcessor as this will be removed in a future update.\n//\n" },
|
||
|
|
{ "IncludePath", "Rig/IKRigProcessor.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Rig/IKRigProcessor.h" },
|
||
|
|
{ "ToolTip", "BEGIN DEPRECATED UOBJECT-BASED PROCESSOR\n\nNOTE: As of 5.6, IK Rig processors are no long UObjects.\nThe UObject based processor is here for backwards compatibility.\nIf you have a system built off this processor, please convert it to the FIKRigProcessor as this will be removed in a future update." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRigProcessor constinit property declarations **************************
|
||
|
|
// ********** End Class UIKRigProcessor constinit property declarations ****************************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UIKRigProcessor>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UIKRigProcessor_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UIKRigProcessor_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRigProcessor_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRigProcessor_Statics::ClassParams = {
|
||
|
|
&UIKRigProcessor::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x001000A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRigProcessor_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRigProcessor_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UIKRigProcessor::StaticRegisterNativesUIKRigProcessor()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UIKRigProcessor()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UIKRigProcessor.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRigProcessor.OuterSingleton, Z_Construct_UClass_UIKRigProcessor_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UIKRigProcessor.OuterSingleton;
|
||
|
|
}
|
||
|
|
UIKRigProcessor::UIKRigProcessor(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRigProcessor);
|
||
|
|
UIKRigProcessor::~UIKRigProcessor() {}
|
||
|
|
// ********** End Class UIKRigProcessor ************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_IKRigProcessor_h__Script_IKRig_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FGoalBone::StaticStruct, Z_Construct_UScriptStruct_FGoalBone_Statics::NewStructOps, TEXT("GoalBone"),&Z_Registration_Info_UScriptStruct_FGoalBone, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGoalBone), 2035488859U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UIKRigProcessor, UIKRigProcessor::StaticClass, TEXT("UIKRigProcessor"), &Z_Registration_Info_UClass_UIKRigProcessor, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRigProcessor), 1519279751U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_IKRigProcessor_h__Script_IKRig_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_IKRigProcessor_h__Script_IKRig_977462258{
|
||
|
|
TEXT("/Script/IKRig"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_IKRigProcessor_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_IKRigProcessor_h__Script_IKRig_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_IKRigProcessor_h__Script_IKRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_IKRigProcessor_h__Script_IKRig_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|