638 lines
42 KiB
C++
638 lines
42 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/Solvers/IKRigPoleSolver.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeIKRigPoleSolver() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRig_PoleSolver();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRig_PoleSolver_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRig_PoleSolverEffector();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRig_PoleSolverEffector_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRigPoleSolverController();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRigPoleSolverController_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRigSolver();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRigSolverControllerBase();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRigPoleSolver();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRigPoleSolverSettings();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRigSolverBase();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRigSolverSettingsBase();
|
|
UPackage* Z_Construct_UPackage__Script_IKRig();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FIKRigPoleSolverSettings ******************************************
|
|
struct Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRigPoleSolverSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRigPoleSolverSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "UIWrapper", "/Script/IKRigEditor.PoleSolverSettingsWrapper" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartBone_MetaData[] = {
|
|
{ "Category", "Pole Solver Settings" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EndBone_MetaData[] = {
|
|
{ "Category", "Pole Solver Settings" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AimAtGoal_MetaData[] = {
|
|
{ "Category", "Pole Solver Settings" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Alpha_MetaData[] = {
|
|
{ "Category", "Pole Solver Settings" },
|
|
{ "ClampMax", "1.0" },
|
|
{ "ClampMin", "0.0" },
|
|
{ "Comment", "// Blend the effect on/off. Range is 0-1. Default is 1.0. \n" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "ToolTip", "Blend the effect on/off. Range is 0-1. Default is 1.0." },
|
|
{ "UIMax", "1.0" },
|
|
{ "UIMin", "0.0" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRigPoleSolverSettings constinit property declarations **********
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_StartBone;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EndBone;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_AimAtGoal;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRigPoleSolverSettings constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRigPoleSolverSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics
|
|
static_assert(std::is_polymorphic<FIKRigPoleSolverSettings>() == std::is_polymorphic<FIKRigSolverSettingsBase>(), "USTRUCT FIKRigPoleSolverSettings cannot be polymorphic unless super FIKRigSolverSettingsBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRigPoleSolverSettings;
|
|
class UScriptStruct* FIKRigPoleSolverSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRigPoleSolverSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRigPoleSolverSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRigPoleSolverSettings, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRigPoleSolverSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRigPoleSolverSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRigPoleSolverSettings Property Definitions *********************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::NewProp_StartBone = { "StartBone", nullptr, (EPropertyFlags)0x0010000000020015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRigPoleSolverSettings, StartBone), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartBone_MetaData), NewProp_StartBone_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::NewProp_EndBone = { "EndBone", nullptr, (EPropertyFlags)0x0010000000020015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRigPoleSolverSettings, EndBone), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EndBone_MetaData), NewProp_EndBone_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::NewProp_AimAtGoal = { "AimAtGoal", nullptr, (EPropertyFlags)0x0010000000020015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRigPoleSolverSettings, AimAtGoal), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AimAtGoal_MetaData), NewProp_AimAtGoal_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRigPoleSolverSettings, Alpha), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Alpha_MetaData), NewProp_Alpha_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::NewProp_StartBone,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::NewProp_EndBone,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::NewProp_AimAtGoal,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::NewProp_Alpha,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRigPoleSolverSettings Property Definitions ***********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRigSolverSettingsBase,
|
|
&NewStructOps,
|
|
"IKRigPoleSolverSettings",
|
|
Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::PropPointers),
|
|
sizeof(FIKRigPoleSolverSettings),
|
|
alignof(FIKRigPoleSolverSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRigPoleSolverSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRigPoleSolverSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRigPoleSolverSettings.InnerSingleton, Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRigPoleSolverSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRigPoleSolverSettings ********************************************
|
|
|
|
// ********** Begin ScriptStruct FIKRigPoleSolver **************************************************
|
|
struct Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRigPoleSolver); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRigPoleSolver); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRigPoleSolver constinit property declarations ******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRigPoleSolver constinit property declarations ********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRigPoleSolver>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics
|
|
static_assert(std::is_polymorphic<FIKRigPoleSolver>() == std::is_polymorphic<FIKRigSolverBase>(), "USTRUCT FIKRigPoleSolver cannot be polymorphic unless super FIKRigSolverBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRigPoleSolver;
|
|
class UScriptStruct* FIKRigPoleSolver::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRigPoleSolver.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRigPoleSolver.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRigPoleSolver, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRigPoleSolver"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRigPoleSolver.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRigPoleSolver Property Definitions *****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRigPoleSolver, Settings), Z_Construct_UScriptStruct_FIKRigPoleSolverSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 2290709777
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::NewProp_Settings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRigPoleSolver Property Definitions *******************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRigSolverBase,
|
|
&NewStructOps,
|
|
"IKRigPoleSolver",
|
|
Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::PropPointers),
|
|
sizeof(FIKRigPoleSolver),
|
|
alignof(FIKRigPoleSolver),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRigPoleSolver()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRigPoleSolver.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRigPoleSolver.InnerSingleton, Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRigPoleSolver.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRigPoleSolver ****************************************************
|
|
|
|
// ********** Begin Class UIKRigPoleSolverController Function GetSolverSettings ********************
|
|
struct Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics
|
|
{
|
|
struct IKRigPoleSolverController_eventGetSolverSettings_Parms
|
|
{
|
|
FIKRigPoleSolverSettings ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "IKRig" },
|
|
{ "Comment", "/* Get the current solver settings as a struct.\n\x09 * @return FIKRigPoleSolverSettings struct with the current settings used by the solver. */" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "ToolTip", "Get the current solver settings as a struct.\n * @return FIKRigPoleSolverSettings struct with the current settings used by the solver." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetSolverSettings constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetSolverSettings constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetSolverSettings Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigPoleSolverController_eventGetSolverSettings_Parms, ReturnValue), Z_Construct_UScriptStruct_FIKRigPoleSolverSettings, METADATA_PARAMS(0, nullptr) }; // 2290709777
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSolverSettings Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRigPoleSolverController, nullptr, "GetSolverSettings", Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::IKRigPoleSolverController_eventGetSolverSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::IKRigPoleSolverController_eventGetSolverSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRigPoleSolverController::execGetSolverSettings)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIKRigPoleSolverSettings*)Z_Param__Result=P_THIS->GetSolverSettings();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRigPoleSolverController Function GetSolverSettings **********************
|
|
|
|
// ********** Begin Class UIKRigPoleSolverController Function SetSolverSettings ********************
|
|
struct Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics
|
|
{
|
|
struct IKRigPoleSolverController_eventSetSolverSettings_Parms
|
|
{
|
|
FIKRigPoleSolverSettings InSettings;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "IKRig" },
|
|
{ "Comment", "/* Set the solver settings. Input is a custom struct type for this solver.\n\x09 * @param InSettings a FIKRigPoleSolverSettings struct containing all the settings to apply to this solver */" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "ToolTip", "Set the solver settings. Input is a custom struct type for this solver.\n * @param InSettings a FIKRigPoleSolverSettings struct containing all the settings to apply to this solver" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetSolverSettings constinit property declarations *********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InSettings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetSolverSettings constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetSolverSettings Property Definitions ********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::NewProp_InSettings = { "InSettings", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigPoleSolverController_eventSetSolverSettings_Parms, InSettings), Z_Construct_UScriptStruct_FIKRigPoleSolverSettings, METADATA_PARAMS(0, nullptr) }; // 2290709777
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::NewProp_InSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetSolverSettings Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRigPoleSolverController, nullptr, "SetSolverSettings", Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::IKRigPoleSolverController_eventSetSolverSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::IKRigPoleSolverController_eventSetSolverSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRigPoleSolverController::execSetSolverSettings)
|
|
{
|
|
P_GET_STRUCT(FIKRigPoleSolverSettings,Z_Param_InSettings);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetSolverSettings(Z_Param_InSettings);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRigPoleSolverController Function SetSolverSettings **********************
|
|
|
|
// ********** Begin Class UIKRigPoleSolverController ***********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRigPoleSolverController;
|
|
UClass* UIKRigPoleSolverController::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UIKRigPoleSolverController;
|
|
if (!Z_Registration_Info_UClass_UIKRigPoleSolverController.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("IKRigPoleSolverController"),
|
|
Z_Registration_Info_UClass_UIKRigPoleSolverController.InnerSingleton,
|
|
StaticRegisterNativesUIKRigPoleSolverController,
|
|
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_UIKRigPoleSolverController.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRigPoleSolverController_NoRegister()
|
|
{
|
|
return UIKRigPoleSolverController::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UIKRigPoleSolverController_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/* The blueprint/python API for modifying a Pole solver's settings in an IK Rig. */" },
|
|
{ "IncludePath", "Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "ToolTip", "The blueprint/python API for modifying a Pole solver's settings in an IK Rig." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UIKRigPoleSolverController constinit property declarations ***************
|
|
// ********** End Class UIKRigPoleSolverController constinit property declarations *****************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetSolverSettings"), .Pointer = &UIKRigPoleSolverController::execGetSolverSettings },
|
|
{ .NameUTF8 = UTF8TEXT("SetSolverSettings"), .Pointer = &UIKRigPoleSolverController::execSetSolverSettings },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UIKRigPoleSolverController_GetSolverSettings, "GetSolverSettings" }, // 2809235052
|
|
{ &Z_Construct_UFunction_UIKRigPoleSolverController_SetSolverSettings, "SetSolverSettings" }, // 1145916023
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UIKRigPoleSolverController>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UIKRigPoleSolverController_Statics
|
|
UObject* (*const Z_Construct_UClass_UIKRigPoleSolverController_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UIKRigSolverControllerBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRigPoleSolverController_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRigPoleSolverController_Statics::ClassParams = {
|
|
&UIKRigPoleSolverController::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRigPoleSolverController_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRigPoleSolverController_Statics::Class_MetaDataParams)
|
|
};
|
|
void UIKRigPoleSolverController::StaticRegisterNativesUIKRigPoleSolverController()
|
|
{
|
|
UClass* Class = UIKRigPoleSolverController::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UIKRigPoleSolverController_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRigPoleSolverController()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UIKRigPoleSolverController.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRigPoleSolverController.OuterSingleton, Z_Construct_UClass_UIKRigPoleSolverController_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UIKRigPoleSolverController.OuterSingleton;
|
|
}
|
|
UIKRigPoleSolverController::UIKRigPoleSolverController(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRigPoleSolverController);
|
|
UIKRigPoleSolverController::~UIKRigPoleSolverController() {}
|
|
// ********** End Class UIKRigPoleSolverController *************************************************
|
|
|
|
// ********** Begin Class UIKRig_PoleSolverEffector ************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRig_PoleSolverEffector;
|
|
UClass* UIKRig_PoleSolverEffector::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UIKRig_PoleSolverEffector;
|
|
if (!Z_Registration_Info_UClass_UIKRig_PoleSolverEffector.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("IKRig_PoleSolverEffector"),
|
|
Z_Registration_Info_UClass_UIKRig_PoleSolverEffector.InnerSingleton,
|
|
StaticRegisterNativesUIKRig_PoleSolverEffector,
|
|
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_UIKRig_PoleSolverEffector.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRig_PoleSolverEffector_NoRegister()
|
|
{
|
|
return UIKRig_PoleSolverEffector::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "// NOTE: This type has been replaced with FPoleSolver.\n" },
|
|
{ "IncludePath", "Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "ToolTip", "NOTE: This type has been replaced with FPoleSolver." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GoalName_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoneName_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Alpha_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UIKRig_PoleSolverEffector constinit property declarations ****************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_GoalName;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_BoneName;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UIKRig_PoleSolverEffector constinit property declarations ******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UIKRig_PoleSolverEffector>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics
|
|
|
|
// ********** Begin Class UIKRig_PoleSolverEffector Property Definitions ***************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::NewProp_GoalName = { "GoalName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRig_PoleSolverEffector, GoalName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GoalName_MetaData), NewProp_GoalName_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::NewProp_BoneName = { "BoneName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRig_PoleSolverEffector, BoneName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoneName_MetaData), NewProp_BoneName_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRig_PoleSolverEffector, Alpha), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Alpha_MetaData), NewProp_Alpha_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::NewProp_GoalName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::NewProp_BoneName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::NewProp_Alpha,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::PropPointers) < 2048);
|
|
// ********** End Class UIKRig_PoleSolverEffector Property Definitions *****************************
|
|
UObject* (*const Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::ClassParams = {
|
|
&UIKRig_PoleSolverEffector::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::Class_MetaDataParams)
|
|
};
|
|
void UIKRig_PoleSolverEffector::StaticRegisterNativesUIKRig_PoleSolverEffector()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRig_PoleSolverEffector()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UIKRig_PoleSolverEffector.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRig_PoleSolverEffector.OuterSingleton, Z_Construct_UClass_UIKRig_PoleSolverEffector_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UIKRig_PoleSolverEffector.OuterSingleton;
|
|
}
|
|
UIKRig_PoleSolverEffector::UIKRig_PoleSolverEffector(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRig_PoleSolverEffector);
|
|
UIKRig_PoleSolverEffector::~UIKRig_PoleSolverEffector() {}
|
|
// ********** End Class UIKRig_PoleSolverEffector **************************************************
|
|
|
|
// ********** Begin Class UIKRig_PoleSolver ********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRig_PoleSolver;
|
|
UClass* UIKRig_PoleSolver::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UIKRig_PoleSolver;
|
|
if (!Z_Registration_Info_UClass_UIKRig_PoleSolver.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("IKRig_PoleSolver"),
|
|
Z_Registration_Info_UClass_UIKRig_PoleSolver.InnerSingleton,
|
|
StaticRegisterNativesUIKRig_PoleSolver,
|
|
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_UIKRig_PoleSolver.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRig_PoleSolver_NoRegister()
|
|
{
|
|
return UIKRig_PoleSolver::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UIKRig_PoleSolver_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "// NOTE: This type has been replaced with FPoleSolver.\n" },
|
|
{ "IncludePath", "Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
{ "ToolTip", "NOTE: This type has been replaced with FPoleSolver." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootName_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EndName_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Effector_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Rig/Solvers/IKRigPoleSolver.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UIKRig_PoleSolver constinit property declarations ************************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_RootName;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_EndName;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Effector;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UIKRig_PoleSolver constinit property declarations **************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UIKRig_PoleSolver>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UIKRig_PoleSolver_Statics
|
|
|
|
// ********** Begin Class UIKRig_PoleSolver Property Definitions ***********************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRig_PoleSolver_Statics::NewProp_RootName = { "RootName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRig_PoleSolver, RootName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootName_MetaData), NewProp_RootName_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRig_PoleSolver_Statics::NewProp_EndName = { "EndName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRig_PoleSolver, EndName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EndName_MetaData), NewProp_EndName_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UIKRig_PoleSolver_Statics::NewProp_Effector = { "Effector", nullptr, (EPropertyFlags)0x0114000020000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRig_PoleSolver, Effector_DEPRECATED), Z_Construct_UClass_UIKRig_PoleSolverEffector_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Effector_MetaData), NewProp_Effector_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UIKRig_PoleSolver_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRig_PoleSolver_Statics::NewProp_RootName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRig_PoleSolver_Statics::NewProp_EndName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRig_PoleSolver_Statics::NewProp_Effector,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRig_PoleSolver_Statics::PropPointers) < 2048);
|
|
// ********** End Class UIKRig_PoleSolver Property Definitions *************************************
|
|
UObject* (*const Z_Construct_UClass_UIKRig_PoleSolver_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UIKRigSolver,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRig_PoleSolver_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRig_PoleSolver_Statics::ClassParams = {
|
|
&UIKRig_PoleSolver::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UIKRig_PoleSolver_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UIKRig_PoleSolver_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRig_PoleSolver_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRig_PoleSolver_Statics::Class_MetaDataParams)
|
|
};
|
|
void UIKRig_PoleSolver::StaticRegisterNativesUIKRig_PoleSolver()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRig_PoleSolver()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UIKRig_PoleSolver.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRig_PoleSolver.OuterSingleton, Z_Construct_UClass_UIKRig_PoleSolver_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UIKRig_PoleSolver.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRig_PoleSolver);
|
|
UIKRig_PoleSolver::~UIKRig_PoleSolver() {}
|
|
// ********** End Class UIKRig_PoleSolver **********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_Solvers_IKRigPoleSolver_h__Script_IKRig_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FIKRigPoleSolverSettings::StaticStruct, Z_Construct_UScriptStruct_FIKRigPoleSolverSettings_Statics::NewStructOps, TEXT("IKRigPoleSolverSettings"),&Z_Registration_Info_UScriptStruct_FIKRigPoleSolverSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRigPoleSolverSettings), 2290709777U) },
|
|
{ FIKRigPoleSolver::StaticStruct, Z_Construct_UScriptStruct_FIKRigPoleSolver_Statics::NewStructOps, TEXT("IKRigPoleSolver"),&Z_Registration_Info_UScriptStruct_FIKRigPoleSolver, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRigPoleSolver), 436198450U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UIKRigPoleSolverController, UIKRigPoleSolverController::StaticClass, TEXT("UIKRigPoleSolverController"), &Z_Registration_Info_UClass_UIKRigPoleSolverController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRigPoleSolverController), 498794052U) },
|
|
{ Z_Construct_UClass_UIKRig_PoleSolverEffector, UIKRig_PoleSolverEffector::StaticClass, TEXT("UIKRig_PoleSolverEffector"), &Z_Registration_Info_UClass_UIKRig_PoleSolverEffector, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRig_PoleSolverEffector), 1040069055U) },
|
|
{ Z_Construct_UClass_UIKRig_PoleSolver, UIKRig_PoleSolver::StaticClass, TEXT("UIKRig_PoleSolver"), &Z_Registration_Info_UClass_UIKRig_PoleSolver, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRig_PoleSolver), 4013508042U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_Solvers_IKRigPoleSolver_h__Script_IKRig_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_Solvers_IKRigPoleSolver_h__Script_IKRig_3813249556{
|
|
TEXT("/Script/IKRig"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_Solvers_IKRigPoleSolver_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_Solvers_IKRigPoleSolver_h__Script_IKRig_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_Solvers_IKRigPoleSolver_h__Script_IKRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Rig_Solvers_IKRigPoleSolver_h__Script_IKRig_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|