457 lines
33 KiB
C++
457 lines
33 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 "Retargeter/RetargetOps/RunIKRigOp.h"
|
|
#include "Retargeter/IKRetargetChainMapping.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeRunIKRigOp() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetOpControllerBase();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetRunIKRigController();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetRunIKRigController_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRigDefinition_NoRegister();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetOpBase();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRetargetChainMapping();
|
|
UPackage* Z_Construct_UPackage__Script_IKRig();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRunIKRigOpSettings *************************************
|
|
struct Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetRunIKRigOpSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetRunIKRigOpSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "DisplayName", "Solve IK Goal Settings" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IKRigAsset_MetaData[] = {
|
|
{ "Category", "IK Rig Asset" },
|
|
{ "Comment", "/** The IK Rig asset to run when this op is executed. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "NativeConstTemplateArg", "" },
|
|
{ "ReinitializeOnEdit", "" },
|
|
{ "ToolTip", "The IK Rig asset to run when this op is executed." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExcludedGoals_MetaData[] = {
|
|
{ "Category", "IK Rig Asset" },
|
|
{ "Comment", "/** Goals in this list will be excluded from the rig */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ToolTip", "Goals in this list will be excluded from the rig" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDrawGoals_MetaData[] = {
|
|
{ "Category", "Debug" },
|
|
{ "Comment", "// Draw IK goal locations. \n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ToolTip", "Draw IK goal locations." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDrawGoalBoneLocations_MetaData[] = {
|
|
{ "Category", "Debug" },
|
|
{ "Comment", "// Draw locations of the source bone (pre-solve)\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ToolTip", "Draw locations of the source bone (pre-solve)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GoalDrawSize_MetaData[] = {
|
|
{ "Category", "Debug" },
|
|
{ "Comment", "// Adjust size of goal debug drawing in viewport\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ToolTip", "Adjust size of goal debug drawing in viewport" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GoalDrawThickness_MetaData[] = {
|
|
{ "Category", "Debug" },
|
|
{ "Comment", "// Adjust thickness of goal debug drawing in viewport\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ToolTip", "Adjust thickness of goal debug drawing in viewport" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRunIKRigOpSettings constinit property declarations *****
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_IKRigAsset;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ExcludedGoals_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ExcludedGoals;
|
|
static void NewProp_bDrawGoals_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDrawGoals;
|
|
static void NewProp_bDrawGoalBoneLocations_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDrawGoalBoneLocations;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_GoalDrawSize;
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_GoalDrawThickness;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRetargetRunIKRigOpSettings constinit property declarations *******
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetRunIKRigOpSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics
|
|
static_assert(std::is_polymorphic<FIKRetargetRunIKRigOpSettings>() == std::is_polymorphic<FIKRetargetOpSettingsBase>(), "USTRUCT FIKRetargetRunIKRigOpSettings cannot be polymorphic unless super FIKRetargetOpSettingsBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOpSettings;
|
|
class UScriptStruct* FIKRetargetRunIKRigOpSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOpSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOpSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetRunIKRigOpSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOpSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRunIKRigOpSettings Property Definitions ****************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_IKRigAsset = { "IKRigAsset", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRunIKRigOpSettings, IKRigAsset), Z_Construct_UClass_UIKRigDefinition_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IKRigAsset_MetaData), NewProp_IKRigAsset_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_ExcludedGoals_Inner = { "ExcludedGoals", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_ExcludedGoals = { "ExcludedGoals", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRunIKRigOpSettings, ExcludedGoals), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExcludedGoals_MetaData), NewProp_ExcludedGoals_MetaData) };
|
|
void Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_bDrawGoals_SetBit(void* Obj)
|
|
{
|
|
((FIKRetargetRunIKRigOpSettings*)Obj)->bDrawGoals = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_bDrawGoals = { "bDrawGoals", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FIKRetargetRunIKRigOpSettings), &Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_bDrawGoals_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDrawGoals_MetaData), NewProp_bDrawGoals_MetaData) };
|
|
void Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_bDrawGoalBoneLocations_SetBit(void* Obj)
|
|
{
|
|
((FIKRetargetRunIKRigOpSettings*)Obj)->bDrawGoalBoneLocations = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_bDrawGoalBoneLocations = { "bDrawGoalBoneLocations", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FIKRetargetRunIKRigOpSettings), &Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_bDrawGoalBoneLocations_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDrawGoalBoneLocations_MetaData), NewProp_bDrawGoalBoneLocations_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_GoalDrawSize = { "GoalDrawSize", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRunIKRigOpSettings, GoalDrawSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GoalDrawSize_MetaData), NewProp_GoalDrawSize_MetaData) };
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_GoalDrawThickness = { "GoalDrawThickness", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRunIKRigOpSettings, GoalDrawThickness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GoalDrawThickness_MetaData), NewProp_GoalDrawThickness_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_IKRigAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_ExcludedGoals_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_ExcludedGoals,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_bDrawGoals,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_bDrawGoalBoneLocations,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_GoalDrawSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewProp_GoalDrawThickness,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRetargetRunIKRigOpSettings Property Definitions ******************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase,
|
|
&NewStructOps,
|
|
"IKRetargetRunIKRigOpSettings",
|
|
Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::PropPointers),
|
|
sizeof(FIKRetargetRunIKRigOpSettings),
|
|
alignof(FIKRetargetRunIKRigOpSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOpSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOpSettings.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOpSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRetargetRunIKRigOpSettings ***************************************
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRunIKRigOp *********************************************
|
|
struct Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetRunIKRigOp); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetRunIKRigOp); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "DisplayName", "Run IK Rig" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChainMapping_MetaData[] = {
|
|
{ "Comment", "/* This op maintains its own chain mapping table to allow per-op mapping */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ToolTip", "This op maintains its own chain mapping table to allow per-op mapping" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRunIKRigOp constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ChainMapping;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRetargetRunIKRigOp constinit property declarations ***************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetRunIKRigOp>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics
|
|
static_assert(std::is_polymorphic<FIKRetargetRunIKRigOp>() == std::is_polymorphic<FIKRetargetOpBase>(), "USTRUCT FIKRetargetRunIKRigOp cannot be polymorphic unless super FIKRetargetOpBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOp;
|
|
class UScriptStruct* FIKRetargetRunIKRigOp::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOp.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOp.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetRunIKRigOp"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOp.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRunIKRigOp Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRunIKRigOp, Settings), Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 1925022781
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::NewProp_ChainMapping = { "ChainMapping", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRunIKRigOp, ChainMapping), Z_Construct_UScriptStruct_FRetargetChainMapping, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChainMapping_MetaData), NewProp_ChainMapping_MetaData) }; // 3698439750
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::NewProp_Settings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::NewProp_ChainMapping,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRetargetRunIKRigOp Property Definitions **************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRetargetOpBase,
|
|
&NewStructOps,
|
|
"IKRetargetRunIKRigOp",
|
|
Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::PropPointers),
|
|
sizeof(FIKRetargetRunIKRigOp),
|
|
alignof(FIKRetargetRunIKRigOp),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOp.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOp.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOp.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRetargetRunIKRigOp ***********************************************
|
|
|
|
// ********** Begin Class UIKRetargetRunIKRigController Function GetSettings ***********************
|
|
struct Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics
|
|
{
|
|
struct IKRetargetRunIKRigController_eventGetSettings_Parms
|
|
{
|
|
FIKRetargetRunIKRigOpSettings ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "/* Get the current op settings as a struct.\n\x09 * @return FIKRetargetRunIKRigOpSettings struct with the current settings used by the op. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ToolTip", "Get the current op settings as a struct.\n * @return FIKRetargetRunIKRigOpSettings struct with the current settings used by the op." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetSettings constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetSettings constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetSettings Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRunIKRigController_eventGetSettings_Parms, ReturnValue), Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings, METADATA_PARAMS(0, nullptr) }; // 1925022781
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSettings Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRunIKRigController, nullptr, "GetSettings", Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::IKRetargetRunIKRigController_eventGetSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::IKRetargetRunIKRigController_eventGetSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRunIKRigController::execGetSettings)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIKRetargetRunIKRigOpSettings*)Z_Param__Result=P_THIS->GetSettings();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRunIKRigController Function GetSettings *************************
|
|
|
|
// ********** Begin Class UIKRetargetRunIKRigController Function SetSettings ***********************
|
|
struct Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics
|
|
{
|
|
struct IKRetargetRunIKRigController_eventSetSettings_Parms
|
|
{
|
|
FIKRetargetRunIKRigOpSettings InSettings;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "/* Set the op settings. Input is a custom struct type for this op.\n\x09 * @param InSettings a FIKRetargetRunIKRigOpSettings struct containing all the settings to apply to this op */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ToolTip", "Set the op settings. Input is a custom struct type for this op.\n * @param InSettings a FIKRetargetRunIKRigOpSettings struct containing all the settings to apply to this op" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetSettings constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InSettings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetSettings constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetSettings Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::NewProp_InSettings = { "InSettings", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRunIKRigController_eventSetSettings_Parms, InSettings), Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings, METADATA_PARAMS(0, nullptr) }; // 1925022781
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::NewProp_InSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetSettings Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRunIKRigController, nullptr, "SetSettings", Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::IKRetargetRunIKRigController_eventSetSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::IKRetargetRunIKRigController_eventSetSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRunIKRigController::execSetSettings)
|
|
{
|
|
P_GET_STRUCT(FIKRetargetRunIKRigOpSettings,Z_Param_InSettings);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetSettings(Z_Param_InSettings);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRunIKRigController Function SetSettings *************************
|
|
|
|
// ********** Begin Class UIKRetargetRunIKRigController ********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRetargetRunIKRigController;
|
|
UClass* UIKRetargetRunIKRigController::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UIKRetargetRunIKRigController;
|
|
if (!Z_Registration_Info_UClass_UIKRetargetRunIKRigController.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("IKRetargetRunIKRigController"),
|
|
Z_Registration_Info_UClass_UIKRetargetRunIKRigController.InnerSingleton,
|
|
StaticRegisterNativesUIKRetargetRunIKRigController,
|
|
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_UIKRetargetRunIKRigController.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargetRunIKRigController_NoRegister()
|
|
{
|
|
return UIKRetargetRunIKRigController::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UIKRetargetRunIKRigController_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/* The blueprint/python API for editing a Run IK Rig Op */" },
|
|
{ "IncludePath", "Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RunIKRigOp.h" },
|
|
{ "ToolTip", "The blueprint/python API for editing a Run IK Rig Op" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UIKRetargetRunIKRigController constinit property declarations ************
|
|
// ********** End Class UIKRetargetRunIKRigController constinit property declarations **************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetSettings"), .Pointer = &UIKRetargetRunIKRigController::execGetSettings },
|
|
{ .NameUTF8 = UTF8TEXT("SetSettings"), .Pointer = &UIKRetargetRunIKRigController::execSetSettings },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UIKRetargetRunIKRigController_GetSettings, "GetSettings" }, // 3322509857
|
|
{ &Z_Construct_UFunction_UIKRetargetRunIKRigController_SetSettings, "SetSettings" }, // 1331921665
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UIKRetargetRunIKRigController>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UIKRetargetRunIKRigController_Statics
|
|
UObject* (*const Z_Construct_UClass_UIKRetargetRunIKRigController_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UIKRetargetOpControllerBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargetRunIKRigController_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRetargetRunIKRigController_Statics::ClassParams = {
|
|
&UIKRetargetRunIKRigController::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_UIKRetargetRunIKRigController_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRetargetRunIKRigController_Statics::Class_MetaDataParams)
|
|
};
|
|
void UIKRetargetRunIKRigController::StaticRegisterNativesUIKRetargetRunIKRigController()
|
|
{
|
|
UClass* Class = UIKRetargetRunIKRigController::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UIKRetargetRunIKRigController_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargetRunIKRigController()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UIKRetargetRunIKRigController.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRetargetRunIKRigController.OuterSingleton, Z_Construct_UClass_UIKRetargetRunIKRigController_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UIKRetargetRunIKRigController.OuterSingleton;
|
|
}
|
|
UIKRetargetRunIKRigController::UIKRetargetRunIKRigController(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRetargetRunIKRigController);
|
|
UIKRetargetRunIKRigController::~UIKRetargetRunIKRigController() {}
|
|
// ********** End Class UIKRetargetRunIKRigController **********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RunIKRigOp_h__Script_IKRig_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FIKRetargetRunIKRigOpSettings::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetRunIKRigOpSettings_Statics::NewStructOps, TEXT("IKRetargetRunIKRigOpSettings"),&Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOpSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetRunIKRigOpSettings), 1925022781U) },
|
|
{ FIKRetargetRunIKRigOp::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetRunIKRigOp_Statics::NewStructOps, TEXT("IKRetargetRunIKRigOp"),&Z_Registration_Info_UScriptStruct_FIKRetargetRunIKRigOp, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetRunIKRigOp), 3825712542U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UIKRetargetRunIKRigController, UIKRetargetRunIKRigController::StaticClass, TEXT("UIKRetargetRunIKRigController"), &Z_Registration_Info_UClass_UIKRetargetRunIKRigController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRetargetRunIKRigController), 238088734U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RunIKRigOp_h__Script_IKRig_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RunIKRigOp_h__Script_IKRig_3824324976{
|
|
TEXT("/Script/IKRig"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RunIKRigOp_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RunIKRigOp_h__Script_IKRig_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RunIKRigOp_h__Script_IKRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RunIKRigOp_h__Script_IKRig_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|