528 lines
41 KiB
C++
528 lines
41 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/FloorConstraintOp.h"
|
||
|
|
#include "Retargeter/RetargetOps/IKChainsOp.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeFloorConstraintOp() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetFloorGoalsController();
|
||
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetFloorGoalsController_NoRegister();
|
||
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetOpControllerBase();
|
||
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FFloorConstraintChainSettings();
|
||
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp();
|
||
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings();
|
||
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetIKChainsOpSettings();
|
||
|
|
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 FFloorConstraintChainSettings *************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FFloorConstraintChainSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FFloorConstraintChainSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetChainName_MetaData[] = {
|
||
|
|
{ "Category", "Setup" },
|
||
|
|
{ "Comment", "/** The name of the TARGET chain to transfer animation onto. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ReinitializeOnEdit", "" },
|
||
|
|
{ "ToolTip", "The name of the TARGET chain to transfer animation onto." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnableFloorConstraint_MetaData[] = {
|
||
|
|
{ "Category", "Floor Constraint Chain Settings" },
|
||
|
|
{ "Comment", "/** Whether to apply the floor constraint to the location of the IK goal on this chain. Default is false.\n\x09 * When ON, the floor constraint will adjust the vertical position of the IK Goal according to the following rules.\n\x09 * 1. When the source goal bone is LOWER than FloorHeightFalloffStart, the height of the goal is smoothly blended to the height of the source bone.\n\x09 * 2. When the source goal bone is HIGHER than FloorHeightFalloffStart, the height of the goal is left at its normal retargeted location.\n\x09 * NOTE: the floor is assumed to be the XY plane where Z = 0.\n\x09 * NOTE: This only has an effect if the chain has an IK Goal assigned to it in the Target IK Rig asset.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ReinitializeOnEdit", "" },
|
||
|
|
{ "ToolTip", "Whether to apply the floor constraint to the location of the IK goal on this chain. Default is false.\nWhen ON, the floor constraint will adjust the vertical position of the IK Goal according to the following rules.\n1. When the source goal bone is LOWER than FloorHeightFalloffStart, the height of the goal is smoothly blended to the height of the source bone.\n2. When the source goal bone is HIGHER than FloorHeightFalloffStart, the height of the goal is left at its normal retargeted location.\nNOTE: the floor is assumed to be the XY plane where Z = 0.\nNOTE: This only has an effect if the chain has an IK Goal assigned to it in the Target IK Rig asset." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Alpha_MetaData[] = {
|
||
|
|
{ "Category", "Floor Constraint Chain Settings" },
|
||
|
|
{ "ClampMax", "1.0" },
|
||
|
|
{ "ClampMin", "0.0" },
|
||
|
|
{ "Comment", "/** Range 0 to 1. Default is 0. Blend the effect of the constraint on this goal on/off. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ToolTip", "Range 0 to 1. Default is 0. Blend the effect of the constraint on this goal on/off." },
|
||
|
|
{ "UIMax", "1.0" },
|
||
|
|
{ "UIMin", "0.0" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaintainHeightOffset_MetaData[] = {
|
||
|
|
{ "Category", "Floor Constraint Chain Settings" },
|
||
|
|
{ "ClampMax", "1.0" },
|
||
|
|
{ "ClampMin", "0.0" },
|
||
|
|
{ "Comment", "/** Range 0 to 1. Default is 0. Maintain the height different between the source and target from the retarget pose. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ToolTip", "Range 0 to 1. Default is 0. Maintain the height different between the source and target from the retarget pose." },
|
||
|
|
{ "UIMax", "1.0" },
|
||
|
|
{ "UIMin", "0.0" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FFloorConstraintChainSettings constinit property declarations *****
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetChainName;
|
||
|
|
static void NewProp_EnableFloorConstraint_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_EnableFloorConstraint;
|
||
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_Alpha;
|
||
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_MaintainHeightOffset;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FFloorConstraintChainSettings constinit property declarations *******
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FFloorConstraintChainSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FFloorConstraintChainSettings;
|
||
|
|
class UScriptStruct* FFloorConstraintChainSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FFloorConstraintChainSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FFloorConstraintChainSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFloorConstraintChainSettings, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("FloorConstraintChainSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FFloorConstraintChainSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FFloorConstraintChainSettings Property Definitions ****************
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_TargetChainName = { "TargetChainName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFloorConstraintChainSettings, TargetChainName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetChainName_MetaData), NewProp_TargetChainName_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_EnableFloorConstraint_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FFloorConstraintChainSettings*)Obj)->EnableFloorConstraint = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_EnableFloorConstraint = { "EnableFloorConstraint", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FFloorConstraintChainSettings), &Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_EnableFloorConstraint_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnableFloorConstraint_MetaData), NewProp_EnableFloorConstraint_MetaData) };
|
||
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_Alpha = { "Alpha", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFloorConstraintChainSettings, Alpha), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Alpha_MetaData), NewProp_Alpha_MetaData) };
|
||
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_MaintainHeightOffset = { "MaintainHeightOffset", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFloorConstraintChainSettings, MaintainHeightOffset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaintainHeightOffset_MetaData), NewProp_MaintainHeightOffset_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_TargetChainName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_EnableFloorConstraint,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_Alpha,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewProp_MaintainHeightOffset,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FFloorConstraintChainSettings Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"FloorConstraintChainSettings",
|
||
|
|
Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::PropPointers),
|
||
|
|
sizeof(FFloorConstraintChainSettings),
|
||
|
|
alignof(FFloorConstraintChainSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FFloorConstraintChainSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FFloorConstraintChainSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FFloorConstraintChainSettings.InnerSingleton, Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FFloorConstraintChainSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FFloorConstraintChainSettings ***************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetFloorConstraintOpSettings ******************************
|
||
|
|
struct Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetFloorConstraintOpSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetFloorConstraintOpSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "DisplayName", "Floor Goal Op Settings" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChainsToAffect_MetaData[] = {
|
||
|
|
{ "Category", "Chains" },
|
||
|
|
{ "Comment", "/** The per-chain settings (exposed indirectly to the UI through a detail customization) */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ReinitializeOnEdit", "" },
|
||
|
|
{ "ToolTip", "The per-chain settings (exposed indirectly to the UI through a detail customization)" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HeightFalloffOffset_MetaData[] = {
|
||
|
|
{ "Category", "Floor Constraint Op Settings" },
|
||
|
|
{ "ClampMin", "0.1" },
|
||
|
|
{ "Comment", "/** Range 0 to inf. Default is 8. The height in cm from the floor below which the goal is snapped directly to the source bone height.\n * NOTE: if the source bone height is greater than this value, but lower than FloorHeightFalloffEnd, then the height will smoothly blend from the source\n * bone height, to the height of the goal in its normal retargeted position. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ToolTip", "Range 0 to inf. Default is 8. The height in cm from the floor below which the goal is snapped directly to the source bone height.\nNOTE: if the source bone height is greater than this value, but lower than FloorHeightFalloffEnd, then the height will smoothly blend from the source\nbone height, to the height of the goal in its normal retargeted position." },
|
||
|
|
{ "UIMax", "100.0" },
|
||
|
|
{ "UIMin", "0.1" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HeightFalloffDistance_MetaData[] = {
|
||
|
|
{ "Category", "Floor Constraint Op Settings" },
|
||
|
|
{ "ClampMin", "0.1" },
|
||
|
|
{ "Comment", "/** Range 0 to inf. Default is 20. The height in cm from the floor below which the goal is gradually blended towards the source bone height.\n * NOTE: if the source bone is higher than this value, the height of the goal is left at its normal retargeted height. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ToolTip", "Range 0 to inf. Default is 20. The height in cm from the floor below which the goal is gradually blended towards the source bone height.\nNOTE: if the source bone is higher than this value, the height of the goal is left at its normal retargeted height." },
|
||
|
|
{ "UIMax", "100.0" },
|
||
|
|
{ "UIMin", "0.1" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetFloorConstraintOpSettings constinit property declarations
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ChainsToAffect_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ChainsToAffect;
|
||
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_HeightFalloffOffset;
|
||
|
|
static const UECodeGen_Private::FDoublePropertyParams NewProp_HeightFalloffDistance;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FIKRetargetFloorConstraintOpSettings constinit property declarations
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetFloorConstraintOpSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics
|
||
|
|
static_assert(std::is_polymorphic<FIKRetargetFloorConstraintOpSettings>() == std::is_polymorphic<FIKRetargetOpSettingsBase>(), "USTRUCT FIKRetargetFloorConstraintOpSettings cannot be polymorphic unless super FIKRetargetOpSettingsBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOpSettings;
|
||
|
|
class UScriptStruct* FIKRetargetFloorConstraintOpSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOpSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOpSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetFloorConstraintOpSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOpSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetFloorConstraintOpSettings Property Definitions *********
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::NewProp_ChainsToAffect_Inner = { "ChainsToAffect", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FFloorConstraintChainSettings, METADATA_PARAMS(0, nullptr) }; // 3625525173
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::NewProp_ChainsToAffect = { "ChainsToAffect", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetFloorConstraintOpSettings, ChainsToAffect), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChainsToAffect_MetaData), NewProp_ChainsToAffect_MetaData) }; // 3625525173
|
||
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::NewProp_HeightFalloffOffset = { "HeightFalloffOffset", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetFloorConstraintOpSettings, HeightFalloffOffset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HeightFalloffOffset_MetaData), NewProp_HeightFalloffOffset_MetaData) };
|
||
|
|
const UECodeGen_Private::FDoublePropertyParams Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::NewProp_HeightFalloffDistance = { "HeightFalloffDistance", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetFloorConstraintOpSettings, HeightFalloffDistance), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HeightFalloffDistance_MetaData), NewProp_HeightFalloffDistance_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::NewProp_ChainsToAffect_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::NewProp_ChainsToAffect,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::NewProp_HeightFalloffOffset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::NewProp_HeightFalloffDistance,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FIKRetargetFloorConstraintOpSettings Property Definitions ***********
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
||
|
|
Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"IKRetargetFloorConstraintOpSettings",
|
||
|
|
Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::PropPointers),
|
||
|
|
sizeof(FIKRetargetFloorConstraintOpSettings),
|
||
|
|
alignof(FIKRetargetFloorConstraintOpSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOpSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOpSettings.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOpSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FIKRetargetFloorConstraintOpSettings ********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetFloorConstraintOp **************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetFloorConstraintOp); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetFloorConstraintOp); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "DisplayName", "Floor Constraint" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetFloorConstraintOp constinit property declarations ******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FIKRetargetFloorConstraintOp constinit property declarations ********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetFloorConstraintOp>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics
|
||
|
|
static_assert(std::is_polymorphic<FIKRetargetFloorConstraintOp>() == std::is_polymorphic<FIKRetargetOpBase>(), "USTRUCT FIKRetargetFloorConstraintOp cannot be polymorphic unless super FIKRetargetOpBase is polymorphic");
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOp;
|
||
|
|
class UScriptStruct* FIKRetargetFloorConstraintOp::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOp.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOp.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetFloorConstraintOp"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOp.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FIKRetargetFloorConstraintOp Property Definitions *****************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetFloorConstraintOp, Settings), Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 1223305975
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::NewProp_Settings,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FIKRetargetFloorConstraintOp Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
||
|
|
Z_Construct_UScriptStruct_FIKRetargetOpBase,
|
||
|
|
&NewStructOps,
|
||
|
|
"IKRetargetFloorConstraintOp",
|
||
|
|
Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::PropPointers),
|
||
|
|
sizeof(FIKRetargetFloorConstraintOp),
|
||
|
|
alignof(FIKRetargetFloorConstraintOp),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOp.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOp.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOp.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FIKRetargetFloorConstraintOp ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetFloorGoalsController Function GetSettings *********************
|
||
|
|
struct Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics
|
||
|
|
{
|
||
|
|
struct IKRetargetFloorGoalsController_eventGetSettings_Parms
|
||
|
|
{
|
||
|
|
FIKRetargetIKChainsOpSettings 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 FIKRetargetIKChainsOpSettings struct with the current settings used by the op. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ToolTip", "Get the current op settings as a struct.\n * @return FIKRetargetIKChainsOpSettings 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_UIKRetargetFloorGoalsController_GetSettings_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetFloorGoalsController_eventGetSettings_Parms, ReturnValue), Z_Construct_UScriptStruct_FIKRetargetIKChainsOpSettings, METADATA_PARAMS(0, nullptr) }; // 2678126005
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetSettings Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetFloorGoalsController, nullptr, "GetSettings", Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::IKRetargetFloorGoalsController_eventGetSettings_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::IKRetargetFloorGoalsController_eventGetSettings_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UIKRetargetFloorGoalsController::execGetSettings)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FIKRetargetIKChainsOpSettings*)Z_Param__Result=P_THIS->GetSettings();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UIKRetargetFloorGoalsController Function GetSettings ***********************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetFloorGoalsController Function SetSettings *********************
|
||
|
|
struct Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics
|
||
|
|
{
|
||
|
|
struct IKRetargetFloorGoalsController_eventSetSettings_Parms
|
||
|
|
{
|
||
|
|
FIKRetargetIKChainsOpSettings 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 FIKRetargetIKChainsOpSettings struct containing all the settings to apply to this op */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ToolTip", "Set the op settings. Input is a custom struct type for this op.\n * @param InSettings a FIKRetargetIKChainsOpSettings 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_UIKRetargetFloorGoalsController_SetSettings_Statics::NewProp_InSettings = { "InSettings", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetFloorGoalsController_eventSetSettings_Parms, InSettings), Z_Construct_UScriptStruct_FIKRetargetIKChainsOpSettings, METADATA_PARAMS(0, nullptr) }; // 2678126005
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::NewProp_InSettings,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetSettings Property Definitions ****************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetFloorGoalsController, nullptr, "SetSettings", Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::IKRetargetFloorGoalsController_eventSetSettings_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::IKRetargetFloorGoalsController_eventSetSettings_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UIKRetargetFloorGoalsController::execSetSettings)
|
||
|
|
{
|
||
|
|
P_GET_STRUCT(FIKRetargetIKChainsOpSettings,Z_Param_InSettings);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetSettings(Z_Param_InSettings);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UIKRetargetFloorGoalsController Function SetSettings ***********************
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetFloorGoalsController ******************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRetargetFloorGoalsController;
|
||
|
|
UClass* UIKRetargetFloorGoalsController::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UIKRetargetFloorGoalsController;
|
||
|
|
if (!Z_Registration_Info_UClass_UIKRetargetFloorGoalsController.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("IKRetargetFloorGoalsController"),
|
||
|
|
Z_Registration_Info_UClass_UIKRetargetFloorGoalsController.InnerSingleton,
|
||
|
|
StaticRegisterNativesUIKRetargetFloorGoalsController,
|
||
|
|
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_UIKRetargetFloorGoalsController.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UIKRetargetFloorGoalsController_NoRegister()
|
||
|
|
{
|
||
|
|
return UIKRetargetFloorGoalsController::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UIKRetargetFloorGoalsController_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "/* The blueprint/python API for editing a Floor Goal Op */" },
|
||
|
|
{ "IncludePath", "Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/FloorConstraintOp.h" },
|
||
|
|
{ "ToolTip", "The blueprint/python API for editing a Floor Goal Op" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UIKRetargetFloorGoalsController constinit property declarations **********
|
||
|
|
// ********** End Class UIKRetargetFloorGoalsController constinit property declarations ************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetSettings"), .Pointer = &UIKRetargetFloorGoalsController::execGetSettings },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetSettings"), .Pointer = &UIKRetargetFloorGoalsController::execSetSettings },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UIKRetargetFloorGoalsController_GetSettings, "GetSettings" }, // 2147321917
|
||
|
|
{ &Z_Construct_UFunction_UIKRetargetFloorGoalsController_SetSettings, "SetSettings" }, // 2597152690
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UIKRetargetFloorGoalsController>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UIKRetargetFloorGoalsController_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UIKRetargetFloorGoalsController_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UIKRetargetOpControllerBase,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargetFloorGoalsController_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRetargetFloorGoalsController_Statics::ClassParams = {
|
||
|
|
&UIKRetargetFloorGoalsController::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_UIKRetargetFloorGoalsController_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRetargetFloorGoalsController_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UIKRetargetFloorGoalsController::StaticRegisterNativesUIKRetargetFloorGoalsController()
|
||
|
|
{
|
||
|
|
UClass* Class = UIKRetargetFloorGoalsController::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UIKRetargetFloorGoalsController_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UIKRetargetFloorGoalsController()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UIKRetargetFloorGoalsController.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRetargetFloorGoalsController.OuterSingleton, Z_Construct_UClass_UIKRetargetFloorGoalsController_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UIKRetargetFloorGoalsController.OuterSingleton;
|
||
|
|
}
|
||
|
|
UIKRetargetFloorGoalsController::UIKRetargetFloorGoalsController(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRetargetFloorGoalsController);
|
||
|
|
UIKRetargetFloorGoalsController::~UIKRetargetFloorGoalsController() {}
|
||
|
|
// ********** End Class UIKRetargetFloorGoalsController ********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_FloorConstraintOp_h__Script_IKRig_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FFloorConstraintChainSettings::StaticStruct, Z_Construct_UScriptStruct_FFloorConstraintChainSettings_Statics::NewStructOps, TEXT("FloorConstraintChainSettings"),&Z_Registration_Info_UScriptStruct_FFloorConstraintChainSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFloorConstraintChainSettings), 3625525173U) },
|
||
|
|
{ FIKRetargetFloorConstraintOpSettings::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOpSettings_Statics::NewStructOps, TEXT("IKRetargetFloorConstraintOpSettings"),&Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOpSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetFloorConstraintOpSettings), 1223305975U) },
|
||
|
|
{ FIKRetargetFloorConstraintOp::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetFloorConstraintOp_Statics::NewStructOps, TEXT("IKRetargetFloorConstraintOp"),&Z_Registration_Info_UScriptStruct_FIKRetargetFloorConstraintOp, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetFloorConstraintOp), 38725348U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UIKRetargetFloorGoalsController, UIKRetargetFloorGoalsController::StaticClass, TEXT("UIKRetargetFloorGoalsController"), &Z_Registration_Info_UClass_UIKRetargetFloorGoalsController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRetargetFloorGoalsController), 867412094U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_FloorConstraintOp_h__Script_IKRig_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_FloorConstraintOp_h__Script_IKRig_3754084353{
|
||
|
|
TEXT("/Script/IKRig"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_FloorConstraintOp_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_FloorConstraintOp_h__Script_IKRig_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_FloorConstraintOp_h__Script_IKRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_FloorConstraintOp_h__Script_IKRig_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|