397 lines
27 KiB
C++
397 lines
27 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/RetargetPoseOp.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeRetargetPoseOp() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetAdditivePoseController();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetAdditivePoseController_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetOpControllerBase();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings();
|
|
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 FIKRetargetAdditivePoseOpSettings *********************************
|
|
struct Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetAdditivePoseOpSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetAdditivePoseOpSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "DisplayName", "Additive Pose Op Settings" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RetargetPoseOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PoseToApply_MetaData[] = {
|
|
{ "Category", "Pose" },
|
|
{ "Comment", "// a retarget pose that is applied additively to the output pose of the target skeleton\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RetargetPoseOp.h" },
|
|
{ "ToolTip", "a retarget pose that is applied additively to the output pose of the target skeleton" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Alpha_MetaData[] = {
|
|
{ "Category", "Pose" },
|
|
{ "ClampMax", "1" },
|
|
{ "ClampMin", "0" },
|
|
{ "Comment", "// blend the amount of the pose to apply\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RetargetPoseOp.h" },
|
|
{ "ToolTip", "blend the amount of the pose to apply" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetAdditivePoseOpSettings constinit property declarations *
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_PoseToApply;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Alpha;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRetargetAdditivePoseOpSettings constinit property declarations ***
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetAdditivePoseOpSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics
|
|
static_assert(std::is_polymorphic<FIKRetargetAdditivePoseOpSettings>() == std::is_polymorphic<FIKRetargetOpSettingsBase>(), "USTRUCT FIKRetargetAdditivePoseOpSettings cannot be polymorphic unless super FIKRetargetOpSettingsBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOpSettings;
|
|
class UScriptStruct* FIKRetargetAdditivePoseOpSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOpSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOpSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetAdditivePoseOpSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOpSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetAdditivePoseOpSettings Property Definitions ************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::NewProp_PoseToApply = { "PoseToApply", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetAdditivePoseOpSettings, PoseToApply), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PoseToApply_MetaData), NewProp_PoseToApply_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetAdditivePoseOpSettings, Alpha), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Alpha_MetaData), NewProp_Alpha_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::NewProp_PoseToApply,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::NewProp_Alpha,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRetargetAdditivePoseOpSettings Property Definitions **************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase,
|
|
&NewStructOps,
|
|
"IKRetargetAdditivePoseOpSettings",
|
|
Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::PropPointers),
|
|
sizeof(FIKRetargetAdditivePoseOpSettings),
|
|
alignof(FIKRetargetAdditivePoseOpSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOpSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOpSettings.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOpSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRetargetAdditivePoseOpSettings ***********************************
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetAdditivePoseOp *****************************************
|
|
struct Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetAdditivePoseOp); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetAdditivePoseOp); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "DisplayName", "Additive Pose" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RetargetPoseOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RetargetPoseOp.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetAdditivePoseOp constinit property declarations *********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRetargetAdditivePoseOp constinit property declarations ***********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetAdditivePoseOp>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics
|
|
static_assert(std::is_polymorphic<FIKRetargetAdditivePoseOp>() == std::is_polymorphic<FIKRetargetOpBase>(), "USTRUCT FIKRetargetAdditivePoseOp cannot be polymorphic unless super FIKRetargetOpBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOp;
|
|
class UScriptStruct* FIKRetargetAdditivePoseOp::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOp.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOp.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetAdditivePoseOp"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOp.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetAdditivePoseOp Property Definitions ********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetAdditivePoseOp, Settings), Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 2477325122
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::NewProp_Settings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRetargetAdditivePoseOp Property Definitions **********************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRetargetOpBase,
|
|
&NewStructOps,
|
|
"IKRetargetAdditivePoseOp",
|
|
Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::PropPointers),
|
|
sizeof(FIKRetargetAdditivePoseOp),
|
|
alignof(FIKRetargetAdditivePoseOp),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOp.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOp.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOp.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRetargetAdditivePoseOp *******************************************
|
|
|
|
// ********** Begin Class UIKRetargetAdditivePoseController Function GetSettings *******************
|
|
struct Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics
|
|
{
|
|
struct IKRetargetAdditivePoseController_eventGetSettings_Parms
|
|
{
|
|
FIKRetargetAdditivePoseOpSettings 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 FIKRetargetPoseOpSettings struct with the current settings used by the op. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RetargetPoseOp.h" },
|
|
{ "ToolTip", "Get the current op settings as a struct.\n * @return FIKRetargetPoseOpSettings 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_UIKRetargetAdditivePoseController_GetSettings_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetAdditivePoseController_eventGetSettings_Parms, ReturnValue), Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings, METADATA_PARAMS(0, nullptr) }; // 2477325122
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSettings Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetAdditivePoseController, nullptr, "GetSettings", Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::IKRetargetAdditivePoseController_eventGetSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::IKRetargetAdditivePoseController_eventGetSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetAdditivePoseController::execGetSettings)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIKRetargetAdditivePoseOpSettings*)Z_Param__Result=P_THIS->GetSettings();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetAdditivePoseController Function GetSettings *********************
|
|
|
|
// ********** Begin Class UIKRetargetAdditivePoseController Function SetSettings *******************
|
|
struct Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics
|
|
{
|
|
struct IKRetargetAdditivePoseController_eventSetSettings_Parms
|
|
{
|
|
FIKRetargetAdditivePoseOpSettings 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 FIKRetargetPoseOpSettings struct containing all the settings to apply to this op */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RetargetPoseOp.h" },
|
|
{ "ToolTip", "Set the op settings. Input is a custom struct type for this op.\n * @param InSettings a FIKRetargetPoseOpSettings 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_UIKRetargetAdditivePoseController_SetSettings_Statics::NewProp_InSettings = { "InSettings", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetAdditivePoseController_eventSetSettings_Parms, InSettings), Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings, METADATA_PARAMS(0, nullptr) }; // 2477325122
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::NewProp_InSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetSettings Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetAdditivePoseController, nullptr, "SetSettings", Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::IKRetargetAdditivePoseController_eventSetSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::IKRetargetAdditivePoseController_eventSetSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetAdditivePoseController::execSetSettings)
|
|
{
|
|
P_GET_STRUCT(FIKRetargetAdditivePoseOpSettings,Z_Param_InSettings);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetSettings(Z_Param_InSettings);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetAdditivePoseController Function SetSettings *********************
|
|
|
|
// ********** Begin Class UIKRetargetAdditivePoseController ****************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRetargetAdditivePoseController;
|
|
UClass* UIKRetargetAdditivePoseController::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UIKRetargetAdditivePoseController;
|
|
if (!Z_Registration_Info_UClass_UIKRetargetAdditivePoseController.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("IKRetargetAdditivePoseController"),
|
|
Z_Registration_Info_UClass_UIKRetargetAdditivePoseController.InnerSingleton,
|
|
StaticRegisterNativesUIKRetargetAdditivePoseController,
|
|
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_UIKRetargetAdditivePoseController.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargetAdditivePoseController_NoRegister()
|
|
{
|
|
return UIKRetargetAdditivePoseController::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UIKRetargetAdditivePoseController_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/* The blueprint/python API for editing a Retarget Pose Op */" },
|
|
{ "IncludePath", "Retargeter/RetargetOps/RetargetPoseOp.h" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RetargetPoseOp.h" },
|
|
{ "ToolTip", "The blueprint/python API for editing a Retarget Pose Op" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UIKRetargetAdditivePoseController constinit property declarations ********
|
|
// ********** End Class UIKRetargetAdditivePoseController constinit property declarations **********
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetSettings"), .Pointer = &UIKRetargetAdditivePoseController::execGetSettings },
|
|
{ .NameUTF8 = UTF8TEXT("SetSettings"), .Pointer = &UIKRetargetAdditivePoseController::execSetSettings },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UIKRetargetAdditivePoseController_GetSettings, "GetSettings" }, // 2313019732
|
|
{ &Z_Construct_UFunction_UIKRetargetAdditivePoseController_SetSettings, "SetSettings" }, // 760289457
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UIKRetargetAdditivePoseController>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UIKRetargetAdditivePoseController_Statics
|
|
UObject* (*const Z_Construct_UClass_UIKRetargetAdditivePoseController_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UIKRetargetOpControllerBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargetAdditivePoseController_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRetargetAdditivePoseController_Statics::ClassParams = {
|
|
&UIKRetargetAdditivePoseController::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
0,
|
|
0,
|
|
0x000000A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargetAdditivePoseController_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRetargetAdditivePoseController_Statics::Class_MetaDataParams)
|
|
};
|
|
void UIKRetargetAdditivePoseController::StaticRegisterNativesUIKRetargetAdditivePoseController()
|
|
{
|
|
UClass* Class = UIKRetargetAdditivePoseController::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UIKRetargetAdditivePoseController_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargetAdditivePoseController()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UIKRetargetAdditivePoseController.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRetargetAdditivePoseController.OuterSingleton, Z_Construct_UClass_UIKRetargetAdditivePoseController_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UIKRetargetAdditivePoseController.OuterSingleton;
|
|
}
|
|
UIKRetargetAdditivePoseController::UIKRetargetAdditivePoseController(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRetargetAdditivePoseController);
|
|
UIKRetargetAdditivePoseController::~UIKRetargetAdditivePoseController() {}
|
|
// ********** End Class UIKRetargetAdditivePoseController ******************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RetargetPoseOp_h__Script_IKRig_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FIKRetargetAdditivePoseOpSettings::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOpSettings_Statics::NewStructOps, TEXT("IKRetargetAdditivePoseOpSettings"),&Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOpSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetAdditivePoseOpSettings), 2477325122U) },
|
|
{ FIKRetargetAdditivePoseOp::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetAdditivePoseOp_Statics::NewStructOps, TEXT("IKRetargetAdditivePoseOp"),&Z_Registration_Info_UScriptStruct_FIKRetargetAdditivePoseOp, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetAdditivePoseOp), 2056766496U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UIKRetargetAdditivePoseController, UIKRetargetAdditivePoseController::StaticClass, TEXT("UIKRetargetAdditivePoseController"), &Z_Registration_Info_UClass_UIKRetargetAdditivePoseController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRetargetAdditivePoseController), 1194695438U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RetargetPoseOp_h__Script_IKRig_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RetargetPoseOp_h__Script_IKRig_2586713185{
|
|
TEXT("/Script/IKRig"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RetargetPoseOp_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RetargetPoseOp_h__Script_IKRig_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RetargetPoseOp_h__Script_IKRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RetargetPoseOp_h__Script_IKRig_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|