698 lines
51 KiB
C++
698 lines
51 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/CopyBasePoseOp.h"
|
||
|
|
#include "Animation/BoneReference.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeCopyBasePoseOp() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBoneReference();
|
||
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetCopyBasePoseController();
|
||
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetCopyBasePoseController_NoRegister();
|
||
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetOpControllerBase();
|
||
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp();
|
||
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings();
|
||
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetOpBase();
|
||
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_IKRig();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetCopyBasePoseOpSettings *********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetCopyBasePoseOpSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetCopyBasePoseOpSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "DisplayName", "Scale Source Settings" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCopyBasePose_MetaData[] = {
|
||
|
|
{ "Category", "RetargetPhases" },
|
||
|
|
{ "Comment", "/** When true, will copy all the source bone transforms with matching names to use as a base pose. This can be useful for partial retargeting.\n\x09 * NOTE: no retargeting is applied to the bone transforms, they are assumed to be fully compatible between source/target skeletons. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "When true, will copy all the source bone transforms with matching names to use as a base pose. This can be useful for partial retargeting.\nNOTE: no retargeting is applied to the bone transforms, they are assumed to be fully compatible between source/target skeletons." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CopyFromStart_MetaData[] = {
|
||
|
|
{ "Category", "RetargetPhases" },
|
||
|
|
{ "Comment", "/** Filters the bones to copy when using \"Copy Base Pose\". If specified, will only copy all children of the specified bone (inclusive). */" },
|
||
|
|
{ "EditCondition", "bCopyBasePose" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ReinitializeOnEdit", "" },
|
||
|
|
{ "ToolTip", "Filters the bones to copy when using \"Copy Base Pose\". If specified, will only copy all children of the specified bone (inclusive)." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BonesToExclude_MetaData[] = {
|
||
|
|
{ "Category", "RetargetPhases" },
|
||
|
|
{ "Comment", "/** Bones added to this list (and their children) will not have their pose copied. They will be left at the reference pose.*/" },
|
||
|
|
{ "EditCondition", "bCopyBasePose" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ReinitializeOnEdit", "" },
|
||
|
|
{ "ToolTip", "Bones added to this list (and their children) will not have their pose copied. They will be left at the reference pose." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CopyBasePoseRoot_MetaData[] = {
|
||
|
|
{ "Comment", "/** converted on PostLoad */" },
|
||
|
|
{ "DeprecatedProperty", "" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "converted on PostLoad" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetCopyBasePoseOpSettings constinit property declarations *
|
||
|
|
static void NewProp_bCopyBasePose_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bCopyBasePose;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CopyFromStart;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BonesToExclude_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_BonesToExclude;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_CopyBasePoseRoot;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FIKRetargetCopyBasePoseOpSettings constinit property declarations ***
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetCopyBasePoseOpSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics
|
||
|
|
static_assert(std::is_polymorphic<FIKRetargetCopyBasePoseOpSettings>() == std::is_polymorphic<FIKRetargetOpSettingsBase>(), "USTRUCT FIKRetargetCopyBasePoseOpSettings cannot be polymorphic unless super FIKRetargetOpSettingsBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOpSettings;
|
||
|
|
class UScriptStruct* FIKRetargetCopyBasePoseOpSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOpSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOpSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetCopyBasePoseOpSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOpSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetCopyBasePoseOpSettings Property Definitions ************
|
||
|
|
void Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_bCopyBasePose_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FIKRetargetCopyBasePoseOpSettings*)Obj)->bCopyBasePose = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_bCopyBasePose = { "bCopyBasePose", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FIKRetargetCopyBasePoseOpSettings), &Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_bCopyBasePose_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCopyBasePose_MetaData), NewProp_bCopyBasePose_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_CopyFromStart = { "CopyFromStart", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetCopyBasePoseOpSettings, CopyFromStart), Z_Construct_UScriptStruct_FBoneReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CopyFromStart_MetaData), NewProp_CopyFromStart_MetaData) }; // 1102615820
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_BonesToExclude_Inner = { "BonesToExclude", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FBoneReference, METADATA_PARAMS(0, nullptr) }; // 1102615820
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_BonesToExclude = { "BonesToExclude", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetCopyBasePoseOpSettings, BonesToExclude), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BonesToExclude_MetaData), NewProp_BonesToExclude_MetaData) }; // 1102615820
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_CopyBasePoseRoot = { "CopyBasePoseRoot", nullptr, (EPropertyFlags)0x0010000020000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetCopyBasePoseOpSettings, CopyBasePoseRoot_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CopyBasePoseRoot_MetaData), NewProp_CopyBasePoseRoot_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_bCopyBasePose,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_CopyFromStart,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_BonesToExclude_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_BonesToExclude,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewProp_CopyBasePoseRoot,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FIKRetargetCopyBasePoseOpSettings Property Definitions **************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
||
|
|
Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"IKRetargetCopyBasePoseOpSettings",
|
||
|
|
Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::PropPointers),
|
||
|
|
sizeof(FIKRetargetCopyBasePoseOpSettings),
|
||
|
|
alignof(FIKRetargetCopyBasePoseOpSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOpSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOpSettings.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOpSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FIKRetargetCopyBasePoseOpSettings ***********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetCopyBasePoseOp *****************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetCopyBasePoseOp); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetCopyBasePoseOp); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "DisplayName", "Copy Base Pose" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetCopyBasePoseOp constinit property declarations *********
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FIKRetargetCopyBasePoseOp constinit property declarations ***********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetCopyBasePoseOp>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics
|
||
|
|
static_assert(std::is_polymorphic<FIKRetargetCopyBasePoseOp>() == std::is_polymorphic<FIKRetargetOpBase>(), "USTRUCT FIKRetargetCopyBasePoseOp cannot be polymorphic unless super FIKRetargetOpBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOp;
|
||
|
|
class UScriptStruct* FIKRetargetCopyBasePoseOp::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOp.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOp.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetCopyBasePoseOp"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOp.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetCopyBasePoseOp Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetCopyBasePoseOp, Settings), Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 3578457495
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::NewProp_Settings,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FIKRetargetCopyBasePoseOp Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
||
|
|
Z_Construct_UScriptStruct_FIKRetargetOpBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"IKRetargetCopyBasePoseOp",
|
||
|
|
Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::PropPointers),
|
||
|
|
sizeof(FIKRetargetCopyBasePoseOp),
|
||
|
|
alignof(FIKRetargetCopyBasePoseOp),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOp.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOp.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOp.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FIKRetargetCopyBasePoseOp *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetCopyBasePoseController Function AddBoneToExclude **************
|
||
|
|
struct Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics
|
||
|
|
{
|
||
|
|
struct IKRetargetCopyBasePoseController_eventAddBoneToExclude_Parms
|
||
|
|
{
|
||
|
|
FName InBoneName;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "ExcludedBones" },
|
||
|
|
{ "Comment", "/* Add a bone to the \"BonesToExclude\" array */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "Add a bone to the \"BonesToExclude\" array" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBoneName_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function AddBoneToExclude constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InBoneName;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function AddBoneToExclude constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function AddBoneToExclude Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::NewProp_InBoneName = { "InBoneName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetCopyBasePoseController_eventAddBoneToExclude_Parms, InBoneName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBoneName_MetaData), NewProp_InBoneName_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::NewProp_InBoneName,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function AddBoneToExclude Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetCopyBasePoseController, nullptr, "AddBoneToExclude", Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::IKRetargetCopyBasePoseController_eventAddBoneToExclude_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::IKRetargetCopyBasePoseController_eventAddBoneToExclude_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UIKRetargetCopyBasePoseController::execAddBoneToExclude)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_InBoneName);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->AddBoneToExclude(Z_Param_InBoneName);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UIKRetargetCopyBasePoseController Function AddBoneToExclude ****************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetCopyBasePoseController Function GetBonesToExclude *************
|
||
|
|
struct Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics
|
||
|
|
{
|
||
|
|
struct IKRetargetCopyBasePoseController_eventGetBonesToExclude_Parms
|
||
|
|
{
|
||
|
|
TArray<FName> ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "ExcludedBones" },
|
||
|
|
{ "Comment", "/* Get an array of all the excluded bones. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "Get an array of all the excluded bones." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetBonesToExclude constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetBonesToExclude constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetBonesToExclude Property Definitions ********************************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", 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_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetCopyBasePoseController_eventGetBonesToExclude_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::NewProp_ReturnValue_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetBonesToExclude Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetCopyBasePoseController, nullptr, "GetBonesToExclude", Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::IKRetargetCopyBasePoseController_eventGetBonesToExclude_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::IKRetargetCopyBasePoseController_eventGetBonesToExclude_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UIKRetargetCopyBasePoseController::execGetBonesToExclude)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(TArray<FName>*)Z_Param__Result=P_THIS->GetBonesToExclude();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UIKRetargetCopyBasePoseController Function GetBonesToExclude ***************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetCopyBasePoseController Function GetCopyFromStart **************
|
||
|
|
struct Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics
|
||
|
|
{
|
||
|
|
struct IKRetargetCopyBasePoseController_eventGetCopyFromStart_Parms
|
||
|
|
{
|
||
|
|
FName ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "CopyFromStart" },
|
||
|
|
{ "Comment", "/* Get the name of the bone to use as the \"Copy From Start\" in the op */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "Get the name of the bone to use as the \"Copy From Start\" in the op" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCopyFromStart constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCopyFromStart constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCopyFromStart Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetCopyBasePoseController_eventGetCopyFromStart_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCopyFromStart Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetCopyBasePoseController, nullptr, "GetCopyFromStart", Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::IKRetargetCopyBasePoseController_eventGetCopyFromStart_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::IKRetargetCopyBasePoseController_eventGetCopyFromStart_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UIKRetargetCopyBasePoseController::execGetCopyFromStart)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FName*)Z_Param__Result=P_THIS->GetCopyFromStart();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UIKRetargetCopyBasePoseController Function GetCopyFromStart ****************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetCopyBasePoseController Function GetSettings *******************
|
||
|
|
struct Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics
|
||
|
|
{
|
||
|
|
struct IKRetargetCopyBasePoseController_eventGetSettings_Parms
|
||
|
|
{
|
||
|
|
FIKRetargetCopyBasePoseOpSettings 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 FIKRetargetCopyBasePoseOpSettings struct with the current settings used by the op. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "Get the current op settings as a struct.\n * @return FIKRetargetCopyBasePoseOpSettings 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_UIKRetargetCopyBasePoseController_GetSettings_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetCopyBasePoseController_eventGetSettings_Parms, ReturnValue), Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings, METADATA_PARAMS(0, nullptr) }; // 3578457495
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSettings Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetCopyBasePoseController, nullptr, "GetSettings", Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::IKRetargetCopyBasePoseController_eventGetSettings_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::IKRetargetCopyBasePoseController_eventGetSettings_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UIKRetargetCopyBasePoseController::execGetSettings)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FIKRetargetCopyBasePoseOpSettings*)Z_Param__Result=P_THIS->GetSettings();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UIKRetargetCopyBasePoseController Function GetSettings *********************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetCopyBasePoseController Function ResetBonesToExclude ***********
|
||
|
|
struct Z_Construct_UFunction_UIKRetargetCopyBasePoseController_ResetBonesToExclude_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "ExcludedBones" },
|
||
|
|
{ "Comment", "/* Reset the array of Bones to Exclude */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "Reset the array of Bones to Exclude" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function ResetBonesToExclude constinit property declarations *******************
|
||
|
|
// ********** End Function ResetBonesToExclude constinit property declarations *********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_ResetBonesToExclude_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetCopyBasePoseController, nullptr, "ResetBonesToExclude", nullptr,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_ResetBonesToExclude_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetCopyBasePoseController_ResetBonesToExclude_Statics::Function_MetaDataParams)}, };
|
||
|
|
UFunction* Z_Construct_UFunction_UIKRetargetCopyBasePoseController_ResetBonesToExclude()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetCopyBasePoseController_ResetBonesToExclude_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UIKRetargetCopyBasePoseController::execResetBonesToExclude)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->ResetBonesToExclude();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UIKRetargetCopyBasePoseController Function ResetBonesToExclude *************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetCopyBasePoseController Function SetCopyFromStart **************
|
||
|
|
struct Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics
|
||
|
|
{
|
||
|
|
struct IKRetargetCopyBasePoseController_eventSetCopyFromStart_Parms
|
||
|
|
{
|
||
|
|
FName InBoneName;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "CopyFromStart" },
|
||
|
|
{ "Comment", "/* Set the name of the bone to use as the \"Copy From Start\" in the op */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "Set the name of the bone to use as the \"Copy From Start\" in the op" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBoneName_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCopyFromStart constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InBoneName;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCopyFromStart constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCopyFromStart Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::NewProp_InBoneName = { "InBoneName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetCopyBasePoseController_eventSetCopyFromStart_Parms, InBoneName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBoneName_MetaData), NewProp_InBoneName_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::NewProp_InBoneName,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCopyFromStart Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetCopyBasePoseController, nullptr, "SetCopyFromStart", Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::IKRetargetCopyBasePoseController_eventSetCopyFromStart_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::IKRetargetCopyBasePoseController_eventSetCopyFromStart_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UIKRetargetCopyBasePoseController::execSetCopyFromStart)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_InBoneName);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetCopyFromStart(Z_Param_InBoneName);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UIKRetargetCopyBasePoseController Function SetCopyFromStart ****************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetCopyBasePoseController Function SetSettings *******************
|
||
|
|
struct Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics
|
||
|
|
{
|
||
|
|
struct IKRetargetCopyBasePoseController_eventSetSettings_Parms
|
||
|
|
{
|
||
|
|
FIKRetargetCopyBasePoseOpSettings 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 FIKRetargetCopyBasePoseOpSettings struct containing all the settings to apply to this op */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "Set the op settings. Input is a custom struct type for this op.\n * @param InSettings a FIKRetargetCopyBasePoseOpSettings 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_UIKRetargetCopyBasePoseController_SetSettings_Statics::NewProp_InSettings = { "InSettings", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetCopyBasePoseController_eventSetSettings_Parms, InSettings), Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings, METADATA_PARAMS(0, nullptr) }; // 3578457495
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::NewProp_InSettings,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetSettings Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetCopyBasePoseController, nullptr, "SetSettings", Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::IKRetargetCopyBasePoseController_eventSetSettings_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::IKRetargetCopyBasePoseController_eventSetSettings_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UIKRetargetCopyBasePoseController::execSetSettings)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FIKRetargetCopyBasePoseOpSettings,Z_Param_InSettings);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetSettings(Z_Param_InSettings);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UIKRetargetCopyBasePoseController Function SetSettings *********************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetCopyBasePoseController ****************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRetargetCopyBasePoseController;
|
||
|
|
UClass* UIKRetargetCopyBasePoseController::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UIKRetargetCopyBasePoseController;
|
||
|
|
if (!Z_Registration_Info_UClass_UIKRetargetCopyBasePoseController.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("IKRetargetCopyBasePoseController"),
|
||
|
|
Z_Registration_Info_UClass_UIKRetargetCopyBasePoseController.InnerSingleton,
|
||
|
|
StaticRegisterNativesUIKRetargetCopyBasePoseController,
|
||
|
|
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_UIKRetargetCopyBasePoseController.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UIKRetargetCopyBasePoseController_NoRegister()
|
||
|
|
{
|
||
|
|
return UIKRetargetCopyBasePoseController::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UIKRetargetCopyBasePoseController_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/* The blueprint/python API for editing a Copy Base Pose Op */" },
|
||
|
|
{ "IncludePath", "Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/CopyBasePoseOp.h" },
|
||
|
|
{ "ToolTip", "The blueprint/python API for editing a Copy Base Pose Op" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetCopyBasePoseController constinit property declarations ********
|
||
|
|
// ********** End Class UIKRetargetCopyBasePoseController constinit property declarations **********
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("AddBoneToExclude"), .Pointer = &UIKRetargetCopyBasePoseController::execAddBoneToExclude },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetBonesToExclude"), .Pointer = &UIKRetargetCopyBasePoseController::execGetBonesToExclude },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCopyFromStart"), .Pointer = &UIKRetargetCopyBasePoseController::execGetCopyFromStart },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSettings"), .Pointer = &UIKRetargetCopyBasePoseController::execGetSettings },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("ResetBonesToExclude"), .Pointer = &UIKRetargetCopyBasePoseController::execResetBonesToExclude },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCopyFromStart"), .Pointer = &UIKRetargetCopyBasePoseController::execSetCopyFromStart },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetSettings"), .Pointer = &UIKRetargetCopyBasePoseController::execSetSettings },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UIKRetargetCopyBasePoseController_AddBoneToExclude, "AddBoneToExclude" }, // 4149657289
|
||
|
|
{ &Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetBonesToExclude, "GetBonesToExclude" }, // 2354549713
|
||
|
|
{ &Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetCopyFromStart, "GetCopyFromStart" }, // 2474239845
|
||
|
|
{ &Z_Construct_UFunction_UIKRetargetCopyBasePoseController_GetSettings, "GetSettings" }, // 641798366
|
||
|
|
{ &Z_Construct_UFunction_UIKRetargetCopyBasePoseController_ResetBonesToExclude, "ResetBonesToExclude" }, // 4061339770
|
||
|
|
{ &Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetCopyFromStart, "SetCopyFromStart" }, // 266496350
|
||
|
|
{ &Z_Construct_UFunction_UIKRetargetCopyBasePoseController_SetSettings, "SetSettings" }, // 1644012504
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UIKRetargetCopyBasePoseController>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UIKRetargetCopyBasePoseController_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UIKRetargetCopyBasePoseController_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UIKRetargetOpControllerBase,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargetCopyBasePoseController_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRetargetCopyBasePoseController_Statics::ClassParams = {
|
||
|
|
&UIKRetargetCopyBasePoseController::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_UIKRetargetCopyBasePoseController_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRetargetCopyBasePoseController_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UIKRetargetCopyBasePoseController::StaticRegisterNativesUIKRetargetCopyBasePoseController()
|
||
|
|
{
|
||
|
|
UClass* Class = UIKRetargetCopyBasePoseController::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UIKRetargetCopyBasePoseController_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UIKRetargetCopyBasePoseController()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UIKRetargetCopyBasePoseController.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRetargetCopyBasePoseController.OuterSingleton, Z_Construct_UClass_UIKRetargetCopyBasePoseController_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UIKRetargetCopyBasePoseController.OuterSingleton;
|
||
|
|
}
|
||
|
|
UIKRetargetCopyBasePoseController::UIKRetargetCopyBasePoseController(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRetargetCopyBasePoseController);
|
||
|
|
UIKRetargetCopyBasePoseController::~UIKRetargetCopyBasePoseController() {}
|
||
|
|
// ********** End Class UIKRetargetCopyBasePoseController ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_CopyBasePoseOp_h__Script_IKRig_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FIKRetargetCopyBasePoseOpSettings::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOpSettings_Statics::NewStructOps, TEXT("IKRetargetCopyBasePoseOpSettings"),&Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOpSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetCopyBasePoseOpSettings), 3578457495U) },
|
||
|
|
{ FIKRetargetCopyBasePoseOp::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetCopyBasePoseOp_Statics::NewStructOps, TEXT("IKRetargetCopyBasePoseOp"),&Z_Registration_Info_UScriptStruct_FIKRetargetCopyBasePoseOp, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetCopyBasePoseOp), 1997725149U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UIKRetargetCopyBasePoseController, UIKRetargetCopyBasePoseController::StaticClass, TEXT("UIKRetargetCopyBasePoseController"), &Z_Registration_Info_UClass_UIKRetargetCopyBasePoseController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRetargetCopyBasePoseController), 2080182497U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_CopyBasePoseOp_h__Script_IKRig_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_CopyBasePoseOp_h__Script_IKRig_4140567985{
|
||
|
|
TEXT("/Script/IKRig"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_CopyBasePoseOp_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_CopyBasePoseOp_h__Script_IKRig_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_CopyBasePoseOp_h__Script_IKRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_CopyBasePoseOp_h__Script_IKRig_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|