479 lines
33 KiB
C++
479 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/ScaleSourceOp.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 EmptyLinkFunctionForGeneratedCodeScaleSourceOp() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBoneReference();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetOpControllerBase();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetScaleSourceController();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetScaleSourceController_NoRegister();
|
|
IKRIG_API UEnum* Z_Construct_UEnum_IKRig_EScaleSourcePivot();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetOpBase();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings();
|
|
UPackage* Z_Construct_UPackage__Script_IKRig();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum EScaleSourcePivot *********************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EScaleSourcePivot;
|
|
static UEnum* EScaleSourcePivot_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EScaleSourcePivot.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_EScaleSourcePivot.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_IKRig_EScaleSourcePivot, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("EScaleSourcePivot"));
|
|
}
|
|
return Z_Registration_Info_UEnum_EScaleSourcePivot.OuterSingleton;
|
|
}
|
|
template<> IKRIG_NON_ATTRIBUTED_API UEnum* StaticEnum<EScaleSourcePivot>()
|
|
{
|
|
return EScaleSourcePivot_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_IKRig_EScaleSourcePivot_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Bone.DisplayName", "Bone" },
|
|
{ "Bone.Name", "EScaleSourcePivot::Bone" },
|
|
{ "ComponentOrigin.DisplayName", "Component Origin" },
|
|
{ "ComponentOrigin.Name", "EScaleSourcePivot::ComponentOrigin" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "EScaleSourcePivot::ComponentOrigin", (int64)EScaleSourcePivot::ComponentOrigin },
|
|
{ "EScaleSourcePivot::Bone", (int64)EScaleSourcePivot::Bone },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_IKRig_EScaleSourcePivot_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_IKRig_EScaleSourcePivot_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_IKRig,
|
|
nullptr,
|
|
"EScaleSourcePivot",
|
|
"EScaleSourcePivot",
|
|
Z_Construct_UEnum_IKRig_EScaleSourcePivot_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_IKRig_EScaleSourcePivot_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_IKRig_EScaleSourcePivot_Statics::Enum_MetaDataParams), Z_Construct_UEnum_IKRig_EScaleSourcePivot_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_IKRig_EScaleSourcePivot()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_EScaleSourcePivot.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EScaleSourcePivot.InnerSingleton, Z_Construct_UEnum_IKRig_EScaleSourcePivot_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_EScaleSourcePivot.InnerSingleton;
|
|
}
|
|
// ********** End Enum EScaleSourcePivot ***********************************************************
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetScaleSourceOpSettings **********************************
|
|
struct Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetScaleSourceOpSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetScaleSourceOpSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "DisplayName", "Scale Source Settings" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceScaleFactor_MetaData[] = {
|
|
{ "Category", "Scale" },
|
|
{ "ClampMin", "0.01" },
|
|
{ "Comment", "/** Range 0.01 to +inf. Default 1. Scales the incoming source pose. Affects entire skeleton and all IK goals.*/" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
{ "ReinitializeOnEdit", "" },
|
|
{ "ToolTip", "Range 0.01 to +inf. Default 1. Scales the incoming source pose. Affects entire skeleton and all IK goals." },
|
|
{ "UIMax", "10.0" },
|
|
{ "UIMin", "0.01" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScalePivot_MetaData[] = {
|
|
{ "Category", "ScalePivot" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScalePivotBone_MetaData[] = {
|
|
{ "Category", "ScalePivot" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bProjectScalePivotToFloor_MetaData[] = {
|
|
{ "Category", "ScalePivot" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetScaleSourceOpSettings constinit property declarations **
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_SourceScaleFactor;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ScalePivot_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ScalePivot;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ScalePivotBone;
|
|
static void NewProp_bProjectScalePivotToFloor_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bProjectScalePivotToFloor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRetargetScaleSourceOpSettings constinit property declarations ****
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetScaleSourceOpSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics
|
|
static_assert(std::is_polymorphic<FIKRetargetScaleSourceOpSettings>() == std::is_polymorphic<FIKRetargetOpSettingsBase>(), "USTRUCT FIKRetargetScaleSourceOpSettings cannot be polymorphic unless super FIKRetargetOpSettingsBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOpSettings;
|
|
class UScriptStruct* FIKRetargetScaleSourceOpSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOpSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOpSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetScaleSourceOpSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOpSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetScaleSourceOpSettings Property Definitions *************
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_SourceScaleFactor = { "SourceScaleFactor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetScaleSourceOpSettings, SourceScaleFactor), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceScaleFactor_MetaData), NewProp_SourceScaleFactor_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_ScalePivot_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_ScalePivot = { "ScalePivot", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetScaleSourceOpSettings, ScalePivot), Z_Construct_UEnum_IKRig_EScaleSourcePivot, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScalePivot_MetaData), NewProp_ScalePivot_MetaData) }; // 485869677
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_ScalePivotBone = { "ScalePivotBone", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetScaleSourceOpSettings, ScalePivotBone), Z_Construct_UScriptStruct_FBoneReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScalePivotBone_MetaData), NewProp_ScalePivotBone_MetaData) }; // 1102615820
|
|
void Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_bProjectScalePivotToFloor_SetBit(void* Obj)
|
|
{
|
|
((FIKRetargetScaleSourceOpSettings*)Obj)->bProjectScalePivotToFloor = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_bProjectScalePivotToFloor = { "bProjectScalePivotToFloor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FIKRetargetScaleSourceOpSettings), &Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_bProjectScalePivotToFloor_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bProjectScalePivotToFloor_MetaData), NewProp_bProjectScalePivotToFloor_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_SourceScaleFactor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_ScalePivot_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_ScalePivot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_ScalePivotBone,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewProp_bProjectScalePivotToFloor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRetargetScaleSourceOpSettings Property Definitions ***************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase,
|
|
&NewStructOps,
|
|
"IKRetargetScaleSourceOpSettings",
|
|
Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::PropPointers),
|
|
sizeof(FIKRetargetScaleSourceOpSettings),
|
|
alignof(FIKRetargetScaleSourceOpSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOpSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOpSettings.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOpSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRetargetScaleSourceOpSettings ************************************
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetScaleSourceOp ******************************************
|
|
struct Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetScaleSourceOp); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetScaleSourceOp); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "DisplayName", "Scale Source" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetScaleSourceOp constinit property declarations **********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRetargetScaleSourceOp constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetScaleSourceOp>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics
|
|
static_assert(std::is_polymorphic<FIKRetargetScaleSourceOp>() == std::is_polymorphic<FIKRetargetOpBase>(), "USTRUCT FIKRetargetScaleSourceOp cannot be polymorphic unless super FIKRetargetOpBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOp;
|
|
class UScriptStruct* FIKRetargetScaleSourceOp::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOp.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOp.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetScaleSourceOp"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOp.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetScaleSourceOp Property Definitions *********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetScaleSourceOp, Settings), Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 4202594445
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::NewProp_Settings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRetargetScaleSourceOp Property Definitions ***********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRetargetOpBase,
|
|
&NewStructOps,
|
|
"IKRetargetScaleSourceOp",
|
|
Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::PropPointers),
|
|
sizeof(FIKRetargetScaleSourceOp),
|
|
alignof(FIKRetargetScaleSourceOp),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOp.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOp.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOp.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRetargetScaleSourceOp ********************************************
|
|
|
|
// ********** Begin Class UIKRetargetScaleSourceController Function GetSettings ********************
|
|
struct Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics
|
|
{
|
|
struct IKRetargetScaleSourceController_eventGetSettings_Parms
|
|
{
|
|
FIKRetargetScaleSourceOpSettings 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 FIKRetargetScaleSourceOpSettings struct with the current settings used by the op. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
{ "ToolTip", "Get the current op settings as a struct.\n * @return FIKRetargetScaleSourceOpSettings 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_UIKRetargetScaleSourceController_GetSettings_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetScaleSourceController_eventGetSettings_Parms, ReturnValue), Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings, METADATA_PARAMS(0, nullptr) }; // 4202594445
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSettings Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetScaleSourceController, nullptr, "GetSettings", Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::IKRetargetScaleSourceController_eventGetSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::IKRetargetScaleSourceController_eventGetSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetScaleSourceController::execGetSettings)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIKRetargetScaleSourceOpSettings*)Z_Param__Result=P_THIS->GetSettings();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetScaleSourceController Function GetSettings **********************
|
|
|
|
// ********** Begin Class UIKRetargetScaleSourceController Function SetSettings ********************
|
|
struct Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics
|
|
{
|
|
struct IKRetargetScaleSourceController_eventSetSettings_Parms
|
|
{
|
|
FIKRetargetScaleSourceOpSettings 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 FIKRetargetScaleSourceOpSettings struct containing all the settings to apply to this op */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
{ "ToolTip", "Set the op settings. Input is a custom struct type for this op.\n * @param InSettings a FIKRetargetScaleSourceOpSettings 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_UIKRetargetScaleSourceController_SetSettings_Statics::NewProp_InSettings = { "InSettings", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetScaleSourceController_eventSetSettings_Parms, InSettings), Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings, METADATA_PARAMS(0, nullptr) }; // 4202594445
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::NewProp_InSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetSettings Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetScaleSourceController, nullptr, "SetSettings", Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::IKRetargetScaleSourceController_eventSetSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::IKRetargetScaleSourceController_eventSetSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetScaleSourceController::execSetSettings)
|
|
{
|
|
P_GET_STRUCT(FIKRetargetScaleSourceOpSettings,Z_Param_InSettings);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetSettings(Z_Param_InSettings);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetScaleSourceController Function SetSettings **********************
|
|
|
|
// ********** Begin Class UIKRetargetScaleSourceController *****************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRetargetScaleSourceController;
|
|
UClass* UIKRetargetScaleSourceController::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UIKRetargetScaleSourceController;
|
|
if (!Z_Registration_Info_UClass_UIKRetargetScaleSourceController.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("IKRetargetScaleSourceController"),
|
|
Z_Registration_Info_UClass_UIKRetargetScaleSourceController.InnerSingleton,
|
|
StaticRegisterNativesUIKRetargetScaleSourceController,
|
|
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_UIKRetargetScaleSourceController.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargetScaleSourceController_NoRegister()
|
|
{
|
|
return UIKRetargetScaleSourceController::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UIKRetargetScaleSourceController_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/* The blueprint/python API for editing a Scale Source Op */" },
|
|
{ "IncludePath", "Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/ScaleSourceOp.h" },
|
|
{ "ToolTip", "The blueprint/python API for editing a Scale Source Op" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UIKRetargetScaleSourceController constinit property declarations *********
|
|
// ********** End Class UIKRetargetScaleSourceController constinit property declarations ***********
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetSettings"), .Pointer = &UIKRetargetScaleSourceController::execGetSettings },
|
|
{ .NameUTF8 = UTF8TEXT("SetSettings"), .Pointer = &UIKRetargetScaleSourceController::execSetSettings },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UIKRetargetScaleSourceController_GetSettings, "GetSettings" }, // 2014417032
|
|
{ &Z_Construct_UFunction_UIKRetargetScaleSourceController_SetSettings, "SetSettings" }, // 1852014693
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UIKRetargetScaleSourceController>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UIKRetargetScaleSourceController_Statics
|
|
UObject* (*const Z_Construct_UClass_UIKRetargetScaleSourceController_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UIKRetargetOpControllerBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargetScaleSourceController_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRetargetScaleSourceController_Statics::ClassParams = {
|
|
&UIKRetargetScaleSourceController::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_UIKRetargetScaleSourceController_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRetargetScaleSourceController_Statics::Class_MetaDataParams)
|
|
};
|
|
void UIKRetargetScaleSourceController::StaticRegisterNativesUIKRetargetScaleSourceController()
|
|
{
|
|
UClass* Class = UIKRetargetScaleSourceController::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UIKRetargetScaleSourceController_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargetScaleSourceController()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UIKRetargetScaleSourceController.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRetargetScaleSourceController.OuterSingleton, Z_Construct_UClass_UIKRetargetScaleSourceController_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UIKRetargetScaleSourceController.OuterSingleton;
|
|
}
|
|
UIKRetargetScaleSourceController::UIKRetargetScaleSourceController(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRetargetScaleSourceController);
|
|
UIKRetargetScaleSourceController::~UIKRetargetScaleSourceController() {}
|
|
// ********** End Class UIKRetargetScaleSourceController *******************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_ScaleSourceOp_h__Script_IKRig_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ EScaleSourcePivot_StaticEnum, TEXT("EScaleSourcePivot"), &Z_Registration_Info_UEnum_EScaleSourcePivot, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 485869677U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FIKRetargetScaleSourceOpSettings::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetScaleSourceOpSettings_Statics::NewStructOps, TEXT("IKRetargetScaleSourceOpSettings"),&Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOpSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetScaleSourceOpSettings), 4202594445U) },
|
|
{ FIKRetargetScaleSourceOp::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetScaleSourceOp_Statics::NewStructOps, TEXT("IKRetargetScaleSourceOp"),&Z_Registration_Info_UScriptStruct_FIKRetargetScaleSourceOp, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetScaleSourceOp), 2124101163U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UIKRetargetScaleSourceController, UIKRetargetScaleSourceController::StaticClass, TEXT("UIKRetargetScaleSourceController"), &Z_Registration_Info_UClass_UIKRetargetScaleSourceController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRetargetScaleSourceController), 220967123U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_ScaleSourceOp_h__Script_IKRig_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_ScaleSourceOp_h__Script_IKRig_4279509139{
|
|
TEXT("/Script/IKRig"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_ScaleSourceOp_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_ScaleSourceOp_h__Script_IKRig_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_ScaleSourceOp_h__Script_IKRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_ScaleSourceOp_h__Script_IKRig_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_ScaleSourceOp_h__Script_IKRig_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_ScaleSourceOp_h__Script_IKRig_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|