1133 lines
89 KiB
C++
1133 lines
89 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/RootMotionGeneratorOp.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 EmptyLinkFunctionForGeneratedCodeRootMotionGeneratorOp() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBoneReference();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetOpControllerBase();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetRootMotionController();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetRootMotionController_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_URetargetOpBase();
|
|
IKRIG_API UClass* Z_Construct_UClass_URootMotionGeneratorOp();
|
|
IKRIG_API UClass* Z_Construct_UClass_URootMotionGeneratorOp_NoRegister();
|
|
IKRIG_API UEnum* Z_Construct_UEnum_IKRig_ERootMotionHeightSource();
|
|
IKRIG_API UEnum* Z_Construct_UEnum_IKRig_ERootMotionSource();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetOpBase();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetRootMotionOp();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings();
|
|
UPackage* Z_Construct_UPackage__Script_IKRig();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum ERootMotionSource *********************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ERootMotionSource;
|
|
static UEnum* ERootMotionSource_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ERootMotionSource.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_ERootMotionSource.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_IKRig_ERootMotionSource, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("ERootMotionSource"));
|
|
}
|
|
return Z_Registration_Info_UEnum_ERootMotionSource.OuterSingleton;
|
|
}
|
|
template<> IKRIG_NON_ATTRIBUTED_API UEnum* StaticEnum<ERootMotionSource>()
|
|
{
|
|
return ERootMotionSource_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_IKRig_ERootMotionSource_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "Comment", "// where to copy the motion of the root from\n" },
|
|
{ "CopyFromSourceRoot.Name", "ERootMotionSource::CopyFromSourceRoot" },
|
|
{ "GenerateFromTargetPelvis.Name", "ERootMotionSource::GenerateFromTargetPelvis" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "where to copy the motion of the root from" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "ERootMotionSource::CopyFromSourceRoot", (int64)ERootMotionSource::CopyFromSourceRoot },
|
|
{ "ERootMotionSource::GenerateFromTargetPelvis", (int64)ERootMotionSource::GenerateFromTargetPelvis },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_IKRig_ERootMotionSource_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_IKRig_ERootMotionSource_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_IKRig,
|
|
nullptr,
|
|
"ERootMotionSource",
|
|
"ERootMotionSource",
|
|
Z_Construct_UEnum_IKRig_ERootMotionSource_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_IKRig_ERootMotionSource_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_IKRig_ERootMotionSource_Statics::Enum_MetaDataParams), Z_Construct_UEnum_IKRig_ERootMotionSource_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_IKRig_ERootMotionSource()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ERootMotionSource.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ERootMotionSource.InnerSingleton, Z_Construct_UEnum_IKRig_ERootMotionSource_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_ERootMotionSource.InnerSingleton;
|
|
}
|
|
// ********** End Enum ERootMotionSource ***********************************************************
|
|
|
|
// ********** Begin Enum ERootMotionHeightSource ***************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ERootMotionHeightSource;
|
|
static UEnum* ERootMotionHeightSource_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ERootMotionHeightSource.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_ERootMotionHeightSource.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_IKRig_ERootMotionHeightSource, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("ERootMotionHeightSource"));
|
|
}
|
|
return Z_Registration_Info_UEnum_ERootMotionHeightSource.OuterSingleton;
|
|
}
|
|
template<> IKRIG_NON_ATTRIBUTED_API UEnum* StaticEnum<ERootMotionHeightSource>()
|
|
{
|
|
return ERootMotionHeightSource_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_IKRig_ERootMotionHeightSource_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "Comment", "// where to copy the height of the root from\n" },
|
|
{ "CopyHeightFromSource.Name", "ERootMotionHeightSource::CopyHeightFromSource" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "SnapToGround.Name", "ERootMotionHeightSource::SnapToGround" },
|
|
{ "ToolTip", "where to copy the height of the root from" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "ERootMotionHeightSource::CopyHeightFromSource", (int64)ERootMotionHeightSource::CopyHeightFromSource },
|
|
{ "ERootMotionHeightSource::SnapToGround", (int64)ERootMotionHeightSource::SnapToGround },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_IKRig_ERootMotionHeightSource_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_IKRig_ERootMotionHeightSource_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_IKRig,
|
|
nullptr,
|
|
"ERootMotionHeightSource",
|
|
"ERootMotionHeightSource",
|
|
Z_Construct_UEnum_IKRig_ERootMotionHeightSource_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_IKRig_ERootMotionHeightSource_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_IKRig_ERootMotionHeightSource_Statics::Enum_MetaDataParams), Z_Construct_UEnum_IKRig_ERootMotionHeightSource_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_IKRig_ERootMotionHeightSource()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ERootMotionHeightSource.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ERootMotionHeightSource.InnerSingleton, Z_Construct_UEnum_IKRig_ERootMotionHeightSource_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_ERootMotionHeightSource.InnerSingleton;
|
|
}
|
|
// ********** End Enum ERootMotionHeightSource *****************************************************
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRootMotionOpSettings ***********************************
|
|
struct Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetRootMotionOpSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetRootMotionOpSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "DisplayName", "Root Motion Settings" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceRoot_MetaData[] = {
|
|
{ "Category", "Bones" },
|
|
{ "Comment", "// The root of the source skeleton.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ReinitializeOnEdit", "" },
|
|
{ "ToolTip", "The root of the source skeleton." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetRoot_MetaData[] = {
|
|
{ "Category", "Bones" },
|
|
{ "Comment", "// The root of the target skeleton.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ReinitializeOnEdit", "" },
|
|
{ "ToolTip", "The root of the target skeleton." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootMotionSource_MetaData[] = {
|
|
{ "Category", "Motion Source" },
|
|
{ "Comment", "// Where to copy the root motion from.\n// Copy From Source Root: copies the motion from the source root bone, but scales it according to relative height difference.\n// Generate From Target Pelvis: uses the retargeted Pelvis motion to generate root motion.\n// NOTE: Generating root motion from the Pelvis \n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Where to copy the root motion from.\nCopy From Source Root: copies the motion from the source root bone, but scales it according to relative height difference.\nGenerate From Target Pelvis: uses the retargeted Pelvis motion to generate root motion.\nNOTE: Generating root motion from the Pelvis" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetPelvis_MetaData[] = {
|
|
{ "Category", "Motion Source" },
|
|
{ "Comment", "// The pelvis of the target skeleton. Only used when \"Root Motion Source\" is set to target pelvis.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ReinitializeOnEdit", "" },
|
|
{ "ToolTip", "The pelvis of the target skeleton. Only used when \"Root Motion Source\" is set to target pelvis." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRotateWithPelvis_MetaData[] = {
|
|
{ "Category", "Motion Source" },
|
|
{ "Comment", "// Applies only when generating root motion from the Pelvis.\n// When true, the applied offset will be rotated by the Pelvis.\n// (NOTE: This may cause unwanted rotations, for example if Pelvis Yaw is animated.)\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Applies only when generating root motion from the Pelvis.\nWhen true, the applied offset will be rotated by the Pelvis.\n(NOTE: This may cause unwanted rotations, for example if Pelvis Yaw is animated.)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootHeightSource_MetaData[] = {
|
|
{ "Category", "Height Source" },
|
|
{ "Comment", "// How to set the height of the root bone.\n// Copy Height From Source: copies the height of the root bone on the source skeleton's root bone.\n// Snap To Ground: sets the root bone height to the ground plane (Z=0).\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "How to set the height of the root bone.\nCopy Height From Source: copies the height of the root bone on the source skeleton's root bone.\nSnap To Ground: sets the root bone height to the ground plane (Z=0)." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GlobalOffset_MetaData[] = {
|
|
{ "Category", "Offset" },
|
|
{ "Comment", "// A manual offset to apply in global space to the root bone.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "A manual offset to apply in global space to the root bone." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bMaintainOffsetFromPelvis_MetaData[] = {
|
|
{ "Category", "Offset" },
|
|
{ "Comment", "// Applies only when generating root motion from the Pelvis.\n// Maintains the offset between the root and pelvis as recorded in the target retarget pose.\n// If false, the root bone is placed directly under the Pelvis bone.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Applies only when generating root motion from the Pelvis.\nMaintains the offset between the root and pelvis as recorded in the target retarget pose.\nIf false, the root bone is placed directly under the Pelvis bone." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPropagateToNonRetargetedChildren_MetaData[] = {
|
|
{ "Category", "Update Children" },
|
|
{ "Comment", "// Will transform all children of the target root that are not themselves part of a retarget chain.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Will transform all children of the target root that are not themselves part of a retarget chain." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceRootBone_MetaData[] = {
|
|
{ "Comment", "// Changed to FBoneReference to support bone selector UI\n" },
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Changed to FBoneReference to support bone selector UI" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetRootBone_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetPelvisBone_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRootMotionOpSettings constinit property declarations ***
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SourceRoot;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetRoot;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_RootMotionSource_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_RootMotionSource;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetPelvis;
|
|
static void NewProp_bRotateWithPelvis_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRotateWithPelvis;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_RootHeightSource_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_RootHeightSource;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GlobalOffset;
|
|
static void NewProp_bMaintainOffsetFromPelvis_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bMaintainOffsetFromPelvis;
|
|
static void NewProp_bPropagateToNonRetargetedChildren_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPropagateToNonRetargetedChildren;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_SourceRootBone;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetRootBone;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetPelvisBone;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRetargetRootMotionOpSettings constinit property declarations *****
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetRootMotionOpSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics
|
|
static_assert(std::is_polymorphic<FIKRetargetRootMotionOpSettings>() == std::is_polymorphic<FIKRetargetOpSettingsBase>(), "USTRUCT FIKRetargetRootMotionOpSettings cannot be polymorphic unless super FIKRetargetOpSettingsBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOpSettings;
|
|
class UScriptStruct* FIKRetargetRootMotionOpSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOpSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOpSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetRootMotionOpSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOpSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRootMotionOpSettings Property Definitions **************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_SourceRoot = { "SourceRoot", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOpSettings, SourceRoot), Z_Construct_UScriptStruct_FBoneReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceRoot_MetaData), NewProp_SourceRoot_MetaData) }; // 1102615820
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_TargetRoot = { "TargetRoot", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOpSettings, TargetRoot), Z_Construct_UScriptStruct_FBoneReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetRoot_MetaData), NewProp_TargetRoot_MetaData) }; // 1102615820
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_RootMotionSource_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_FIKRetargetRootMotionOpSettings_Statics::NewProp_RootMotionSource = { "RootMotionSource", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOpSettings, RootMotionSource), Z_Construct_UEnum_IKRig_ERootMotionSource, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootMotionSource_MetaData), NewProp_RootMotionSource_MetaData) }; // 949256189
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_TargetPelvis = { "TargetPelvis", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOpSettings, TargetPelvis), Z_Construct_UScriptStruct_FBoneReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetPelvis_MetaData), NewProp_TargetPelvis_MetaData) }; // 1102615820
|
|
void Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bRotateWithPelvis_SetBit(void* Obj)
|
|
{
|
|
((FIKRetargetRootMotionOpSettings*)Obj)->bRotateWithPelvis = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bRotateWithPelvis = { "bRotateWithPelvis", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FIKRetargetRootMotionOpSettings), &Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bRotateWithPelvis_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRotateWithPelvis_MetaData), NewProp_bRotateWithPelvis_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_RootHeightSource_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_FIKRetargetRootMotionOpSettings_Statics::NewProp_RootHeightSource = { "RootHeightSource", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOpSettings, RootHeightSource), Z_Construct_UEnum_IKRig_ERootMotionHeightSource, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootHeightSource_MetaData), NewProp_RootHeightSource_MetaData) }; // 1300938546
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_GlobalOffset = { "GlobalOffset", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOpSettings, GlobalOffset), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GlobalOffset_MetaData), NewProp_GlobalOffset_MetaData) };
|
|
void Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bMaintainOffsetFromPelvis_SetBit(void* Obj)
|
|
{
|
|
((FIKRetargetRootMotionOpSettings*)Obj)->bMaintainOffsetFromPelvis = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bMaintainOffsetFromPelvis = { "bMaintainOffsetFromPelvis", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FIKRetargetRootMotionOpSettings), &Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bMaintainOffsetFromPelvis_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bMaintainOffsetFromPelvis_MetaData), NewProp_bMaintainOffsetFromPelvis_MetaData) };
|
|
void Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bPropagateToNonRetargetedChildren_SetBit(void* Obj)
|
|
{
|
|
((FIKRetargetRootMotionOpSettings*)Obj)->bPropagateToNonRetargetedChildren = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bPropagateToNonRetargetedChildren = { "bPropagateToNonRetargetedChildren", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FIKRetargetRootMotionOpSettings), &Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bPropagateToNonRetargetedChildren_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPropagateToNonRetargetedChildren_MetaData), NewProp_bPropagateToNonRetargetedChildren_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_SourceRootBone = { "SourceRootBone", nullptr, (EPropertyFlags)0x0010000020000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOpSettings, SourceRootBone_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceRootBone_MetaData), NewProp_SourceRootBone_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_TargetRootBone = { "TargetRootBone", nullptr, (EPropertyFlags)0x0010000020000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOpSettings, TargetRootBone_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetRootBone_MetaData), NewProp_TargetRootBone_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_TargetPelvisBone = { "TargetPelvisBone", nullptr, (EPropertyFlags)0x0010000020000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOpSettings, TargetPelvisBone_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetPelvisBone_MetaData), NewProp_TargetPelvisBone_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_SourceRoot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_TargetRoot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_RootMotionSource_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_RootMotionSource,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_TargetPelvis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bRotateWithPelvis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_RootHeightSource_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_RootHeightSource,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_GlobalOffset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bMaintainOffsetFromPelvis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_bPropagateToNonRetargetedChildren,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_SourceRootBone,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_TargetRootBone,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewProp_TargetPelvisBone,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRetargetRootMotionOpSettings Property Definitions ****************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRetargetOpSettingsBase,
|
|
&NewStructOps,
|
|
"IKRetargetRootMotionOpSettings",
|
|
Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::PropPointers),
|
|
sizeof(FIKRetargetRootMotionOpSettings),
|
|
alignof(FIKRetargetRootMotionOpSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOpSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOpSettings.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOpSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRetargetRootMotionOpSettings *************************************
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRootMotionOp *******************************************
|
|
struct Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetRootMotionOp); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetRootMotionOp); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "DisplayName", "Root Motion" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRootMotionOp constinit property declarations ***********
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRetargetRootMotionOp constinit property declarations *************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetRootMotionOp>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics
|
|
static_assert(std::is_polymorphic<FIKRetargetRootMotionOp>() == std::is_polymorphic<FIKRetargetOpBase>(), "USTRUCT FIKRetargetRootMotionOp cannot be polymorphic unless super FIKRetargetOpBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOp;
|
|
class UScriptStruct* FIKRetargetRootMotionOp::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOp.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOp.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetRootMotionOp, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetRootMotionOp"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOp.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetRootMotionOp Property Definitions **********************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetRootMotionOp, Settings), Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 2907468443
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::NewProp_Settings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRetargetRootMotionOp Property Definitions ************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
Z_Construct_UScriptStruct_FIKRetargetOpBase,
|
|
&NewStructOps,
|
|
"IKRetargetRootMotionOp",
|
|
Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::PropPointers),
|
|
sizeof(FIKRetargetRootMotionOp),
|
|
alignof(FIKRetargetRootMotionOp),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetRootMotionOp()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOp.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOp.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOp.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRetargetRootMotionOp *********************************************
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController Function GetSettings *********************
|
|
struct Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics
|
|
{
|
|
struct IKRetargetRootMotionController_eventGetSettings_Parms
|
|
{
|
|
FIKRetargetRootMotionOpSettings 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 FIKRetargetRootMotionOpSettings struct with the current settings used by the op. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Get the current op settings as a struct.\n * @return FIKRetargetRootMotionOpSettings 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_UIKRetargetRootMotionController_GetSettings_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRootMotionController_eventGetSettings_Parms, ReturnValue), Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings, METADATA_PARAMS(0, nullptr) }; // 2907468443
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSettings Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRootMotionController, nullptr, "GetSettings", Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::IKRetargetRootMotionController_eventGetSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::IKRetargetRootMotionController_eventGetSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRootMotionController::execGetSettings)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FIKRetargetRootMotionOpSettings*)Z_Param__Result=P_THIS->GetSettings();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRootMotionController Function GetSettings ***********************
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController Function GetSourceRootBone ***************
|
|
struct Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics
|
|
{
|
|
struct IKRetargetRootMotionController_eventGetSourceRootBone_Parms
|
|
{
|
|
FName ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "/* Get the root bone for the source.\n\x09 * @return the name of the root bone on the source skeleton. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Get the root bone for the source.\n * @return the name of the root bone on the source skeleton." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetSourceRootBone constinit property declarations *********************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetSourceRootBone constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetSourceRootBone Property Definitions ********************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRootMotionController_eventGetSourceRootBone_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetSourceRootBone Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRootMotionController, nullptr, "GetSourceRootBone", Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::IKRetargetRootMotionController_eventGetSourceRootBone_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::IKRetargetRootMotionController_eventGetSourceRootBone_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRootMotionController::execGetSourceRootBone)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FName*)Z_Param__Result=P_THIS->GetSourceRootBone();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRootMotionController Function GetSourceRootBone *****************
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController Function GetTargetPelvisBone *************
|
|
struct Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics
|
|
{
|
|
struct IKRetargetRootMotionController_eventGetTargetPelvisBone_Parms
|
|
{
|
|
FName ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "/* Get the pelvis bone for the target.\n\x09 * @return the name of the pelvis bone on the target skeleton. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Get the pelvis bone for the target.\n * @return the name of the pelvis bone on the target skeleton." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTargetPelvisBone constinit property declarations *******************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTargetPelvisBone constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTargetPelvisBone Property Definitions ******************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRootMotionController_eventGetTargetPelvisBone_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTargetPelvisBone Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRootMotionController, nullptr, "GetTargetPelvisBone", Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::IKRetargetRootMotionController_eventGetTargetPelvisBone_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::IKRetargetRootMotionController_eventGetTargetPelvisBone_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRootMotionController::execGetTargetPelvisBone)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FName*)Z_Param__Result=P_THIS->GetTargetPelvisBone();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRootMotionController Function GetTargetPelvisBone ***************
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController Function GetTargetRootBone ***************
|
|
struct Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics
|
|
{
|
|
struct IKRetargetRootMotionController_eventGetTargetRootBone_Parms
|
|
{
|
|
FName ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "/* Get the root bone for the target.\n\x09 * @return the name of the root bone on the target skeleton. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Get the root bone for the target.\n * @return the name of the root bone on the target skeleton." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTargetRootBone constinit property declarations *********************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTargetRootBone constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTargetRootBone Property Definitions ********************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRootMotionController_eventGetTargetRootBone_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTargetRootBone Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRootMotionController, nullptr, "GetTargetRootBone", Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::IKRetargetRootMotionController_eventGetTargetRootBone_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::IKRetargetRootMotionController_eventGetTargetRootBone_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRootMotionController::execGetTargetRootBone)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FName*)Z_Param__Result=P_THIS->GetTargetRootBone();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRootMotionController Function GetTargetRootBone *****************
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController Function SetSettings *********************
|
|
struct Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics
|
|
{
|
|
struct IKRetargetRootMotionController_eventSetSettings_Parms
|
|
{
|
|
FIKRetargetRootMotionOpSettings 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 FIKRetargetRootMotionOpSettings struct containing all the settings to apply to this op */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Set the op settings. Input is a custom struct type for this op.\n * @param InSettings a FIKRetargetRootMotionOpSettings 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_UIKRetargetRootMotionController_SetSettings_Statics::NewProp_InSettings = { "InSettings", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRootMotionController_eventSetSettings_Parms, InSettings), Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings, METADATA_PARAMS(0, nullptr) }; // 2907468443
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::NewProp_InSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetSettings Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRootMotionController, nullptr, "SetSettings", Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::IKRetargetRootMotionController_eventSetSettings_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::IKRetargetRootMotionController_eventSetSettings_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRootMotionController::execSetSettings)
|
|
{
|
|
P_GET_STRUCT(FIKRetargetRootMotionOpSettings,Z_Param_InSettings);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetSettings(Z_Param_InSettings);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRootMotionController Function SetSettings ***********************
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController Function SetSourceRootBone ***************
|
|
struct Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics
|
|
{
|
|
struct IKRetargetRootMotionController_eventSetSourceRootBone_Parms
|
|
{
|
|
FName InSourceRootBone;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "/* Set the root bone for the source.\n\x09 * @param InSourceRootBone the name of the root bone on the source skeleton. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Set the root bone for the source.\n * @param InSourceRootBone the name of the root bone on the source skeleton." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InSourceRootBone_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetSourceRootBone constinit property declarations *********************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InSourceRootBone;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetSourceRootBone constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetSourceRootBone Property Definitions ********************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::NewProp_InSourceRootBone = { "InSourceRootBone", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRootMotionController_eventSetSourceRootBone_Parms, InSourceRootBone), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InSourceRootBone_MetaData), NewProp_InSourceRootBone_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::NewProp_InSourceRootBone,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetSourceRootBone Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRootMotionController, nullptr, "SetSourceRootBone", Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::IKRetargetRootMotionController_eventSetSourceRootBone_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::IKRetargetRootMotionController_eventSetSourceRootBone_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRootMotionController::execSetSourceRootBone)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_InSourceRootBone);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetSourceRootBone(Z_Param_InSourceRootBone);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRootMotionController Function SetSourceRootBone *****************
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController Function SetTargetPelvisBone *************
|
|
struct Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics
|
|
{
|
|
struct IKRetargetRootMotionController_eventSetTargetPelvisBone_Parms
|
|
{
|
|
FName InTargetPelvisBone;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "/* Set the pelvis bone for the target.\n\x09 * @param InTargetPelvisBone the name of the pelvis bone on the target skeleton. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Set the pelvis bone for the target.\n * @param InTargetPelvisBone the name of the pelvis bone on the target skeleton." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InTargetPelvisBone_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetTargetPelvisBone constinit property declarations *******************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InTargetPelvisBone;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetTargetPelvisBone constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetTargetPelvisBone Property Definitions ******************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::NewProp_InTargetPelvisBone = { "InTargetPelvisBone", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRootMotionController_eventSetTargetPelvisBone_Parms, InTargetPelvisBone), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InTargetPelvisBone_MetaData), NewProp_InTargetPelvisBone_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::NewProp_InTargetPelvisBone,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetTargetPelvisBone Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRootMotionController, nullptr, "SetTargetPelvisBone", Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::IKRetargetRootMotionController_eventSetTargetPelvisBone_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::IKRetargetRootMotionController_eventSetTargetPelvisBone_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRootMotionController::execSetTargetPelvisBone)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_InTargetPelvisBone);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetTargetPelvisBone(Z_Param_InTargetPelvisBone);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRootMotionController Function SetTargetPelvisBone ***************
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController Function SetTargetRootBone ***************
|
|
struct Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics
|
|
{
|
|
struct IKRetargetRootMotionController_eventSetTargetRootBone_Parms
|
|
{
|
|
FName InTargetRootBone;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Settings" },
|
|
{ "Comment", "/* Set the root bone for the target.\n\x09 * @param InTargetRootBone the name of the root bone on the target skeleton. */" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "Set the root bone for the target.\n * @param InTargetRootBone the name of the root bone on the target skeleton." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InTargetRootBone_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetTargetRootBone constinit property declarations *********************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_InTargetRootBone;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetTargetRootBone constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetTargetRootBone Property Definitions ********************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::NewProp_InTargetRootBone = { "InTargetRootBone", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargetRootMotionController_eventSetTargetRootBone_Parms, InTargetRootBone), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InTargetRootBone_MetaData), NewProp_InTargetRootBone_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::NewProp_InTargetRootBone,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetTargetRootBone Property Definitions **********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargetRootMotionController, nullptr, "SetTargetRootBone", Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::IKRetargetRootMotionController_eventSetTargetRootBone_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::IKRetargetRootMotionController_eventSetTargetRootBone_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargetRootMotionController::execSetTargetRootBone)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_InTargetRootBone);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetTargetRootBone(Z_Param_InTargetRootBone);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargetRootMotionController Function SetTargetRootBone *****************
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController ******************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRetargetRootMotionController;
|
|
UClass* UIKRetargetRootMotionController::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UIKRetargetRootMotionController;
|
|
if (!Z_Registration_Info_UClass_UIKRetargetRootMotionController.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("IKRetargetRootMotionController"),
|
|
Z_Registration_Info_UClass_UIKRetargetRootMotionController.InnerSingleton,
|
|
StaticRegisterNativesUIKRetargetRootMotionController,
|
|
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_UIKRetargetRootMotionController.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargetRootMotionController_NoRegister()
|
|
{
|
|
return UIKRetargetRootMotionController::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UIKRetargetRootMotionController_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Comment", "/* The blueprint/python API for editing a Root Motion Op */" },
|
|
{ "IncludePath", "Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "The blueprint/python API for editing a Root Motion Op" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UIKRetargetRootMotionController constinit property declarations **********
|
|
// ********** End Class UIKRetargetRootMotionController constinit property declarations ************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetSettings"), .Pointer = &UIKRetargetRootMotionController::execGetSettings },
|
|
{ .NameUTF8 = UTF8TEXT("GetSourceRootBone"), .Pointer = &UIKRetargetRootMotionController::execGetSourceRootBone },
|
|
{ .NameUTF8 = UTF8TEXT("GetTargetPelvisBone"), .Pointer = &UIKRetargetRootMotionController::execGetTargetPelvisBone },
|
|
{ .NameUTF8 = UTF8TEXT("GetTargetRootBone"), .Pointer = &UIKRetargetRootMotionController::execGetTargetRootBone },
|
|
{ .NameUTF8 = UTF8TEXT("SetSettings"), .Pointer = &UIKRetargetRootMotionController::execSetSettings },
|
|
{ .NameUTF8 = UTF8TEXT("SetSourceRootBone"), .Pointer = &UIKRetargetRootMotionController::execSetSourceRootBone },
|
|
{ .NameUTF8 = UTF8TEXT("SetTargetPelvisBone"), .Pointer = &UIKRetargetRootMotionController::execSetTargetPelvisBone },
|
|
{ .NameUTF8 = UTF8TEXT("SetTargetRootBone"), .Pointer = &UIKRetargetRootMotionController::execSetTargetRootBone },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UIKRetargetRootMotionController_GetSettings, "GetSettings" }, // 273972409
|
|
{ &Z_Construct_UFunction_UIKRetargetRootMotionController_GetSourceRootBone, "GetSourceRootBone" }, // 2709432903
|
|
{ &Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetPelvisBone, "GetTargetPelvisBone" }, // 108637878
|
|
{ &Z_Construct_UFunction_UIKRetargetRootMotionController_GetTargetRootBone, "GetTargetRootBone" }, // 1661443073
|
|
{ &Z_Construct_UFunction_UIKRetargetRootMotionController_SetSettings, "SetSettings" }, // 643619513
|
|
{ &Z_Construct_UFunction_UIKRetargetRootMotionController_SetSourceRootBone, "SetSourceRootBone" }, // 392877869
|
|
{ &Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetPelvisBone, "SetTargetPelvisBone" }, // 1005065189
|
|
{ &Z_Construct_UFunction_UIKRetargetRootMotionController_SetTargetRootBone, "SetTargetRootBone" }, // 2190868225
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UIKRetargetRootMotionController>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UIKRetargetRootMotionController_Statics
|
|
UObject* (*const Z_Construct_UClass_UIKRetargetRootMotionController_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UIKRetargetOpControllerBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargetRootMotionController_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRetargetRootMotionController_Statics::ClassParams = {
|
|
&UIKRetargetRootMotionController::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_UIKRetargetRootMotionController_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRetargetRootMotionController_Statics::Class_MetaDataParams)
|
|
};
|
|
void UIKRetargetRootMotionController::StaticRegisterNativesUIKRetargetRootMotionController()
|
|
{
|
|
UClass* Class = UIKRetargetRootMotionController::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UIKRetargetRootMotionController_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargetRootMotionController()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UIKRetargetRootMotionController.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRetargetRootMotionController.OuterSingleton, Z_Construct_UClass_UIKRetargetRootMotionController_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UIKRetargetRootMotionController.OuterSingleton;
|
|
}
|
|
UIKRetargetRootMotionController::UIKRetargetRootMotionController(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRetargetRootMotionController);
|
|
UIKRetargetRootMotionController::~UIKRetargetRootMotionController() {}
|
|
// ********** End Class UIKRetargetRootMotionController ********************************************
|
|
|
|
// ********** Begin Class URootMotionGeneratorOp ***************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URootMotionGeneratorOp;
|
|
UClass* URootMotionGeneratorOp::GetPrivateStaticClass()
|
|
{
|
|
using TClass = URootMotionGeneratorOp;
|
|
if (!Z_Registration_Info_UClass_URootMotionGeneratorOp.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("RootMotionGeneratorOp"),
|
|
Z_Registration_Info_UClass_URootMotionGeneratorOp.InnerSingleton,
|
|
StaticRegisterNativesURootMotionGeneratorOp,
|
|
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_URootMotionGeneratorOp.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_URootMotionGeneratorOp_NoRegister()
|
|
{
|
|
return URootMotionGeneratorOp::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_URootMotionGeneratorOp_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "// NOTE: This type has been replaced with FIKRetargetRootMotionOp.\n" },
|
|
{ "IncludePath", "Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
{ "ToolTip", "NOTE: This type has been replaced with FIKRetargetRootMotionOp." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceRootBone_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetRootBone_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetPelvisBone_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootMotionSource_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootHeightSource_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPropagateToNonRetargetedChildren_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bMaintainOffsetFromPelvis_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRotateWithPelvis_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GlobalOffset_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/RetargetOps/RootMotionGeneratorOp.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class URootMotionGeneratorOp constinit property declarations *******************
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_SourceRootBone;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetRootBone;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetPelvisBone;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_RootMotionSource_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_RootMotionSource;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_RootHeightSource_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_RootHeightSource;
|
|
static void NewProp_bPropagateToNonRetargetedChildren_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bPropagateToNonRetargetedChildren;
|
|
static void NewProp_bMaintainOffsetFromPelvis_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bMaintainOffsetFromPelvis;
|
|
static void NewProp_bRotateWithPelvis_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRotateWithPelvis;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GlobalOffset;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class URootMotionGeneratorOp constinit property declarations *********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<URootMotionGeneratorOp>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_URootMotionGeneratorOp_Statics
|
|
|
|
// ********** Begin Class URootMotionGeneratorOp Property Definitions ******************************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_SourceRootBone = { "SourceRootBone", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URootMotionGeneratorOp, SourceRootBone), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceRootBone_MetaData), NewProp_SourceRootBone_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_TargetRootBone = { "TargetRootBone", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URootMotionGeneratorOp, TargetRootBone), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetRootBone_MetaData), NewProp_TargetRootBone_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_TargetPelvisBone = { "TargetPelvisBone", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URootMotionGeneratorOp, TargetPelvisBone), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetPelvisBone_MetaData), NewProp_TargetPelvisBone_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_RootMotionSource_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_UClass_URootMotionGeneratorOp_Statics::NewProp_RootMotionSource = { "RootMotionSource", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URootMotionGeneratorOp, RootMotionSource), Z_Construct_UEnum_IKRig_ERootMotionSource, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootMotionSource_MetaData), NewProp_RootMotionSource_MetaData) }; // 949256189
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_RootHeightSource_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_UClass_URootMotionGeneratorOp_Statics::NewProp_RootHeightSource = { "RootHeightSource", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URootMotionGeneratorOp, RootHeightSource), Z_Construct_UEnum_IKRig_ERootMotionHeightSource, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootHeightSource_MetaData), NewProp_RootHeightSource_MetaData) }; // 1300938546
|
|
void Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bPropagateToNonRetargetedChildren_SetBit(void* Obj)
|
|
{
|
|
((URootMotionGeneratorOp*)Obj)->bPropagateToNonRetargetedChildren = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bPropagateToNonRetargetedChildren = { "bPropagateToNonRetargetedChildren", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URootMotionGeneratorOp), &Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bPropagateToNonRetargetedChildren_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPropagateToNonRetargetedChildren_MetaData), NewProp_bPropagateToNonRetargetedChildren_MetaData) };
|
|
void Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bMaintainOffsetFromPelvis_SetBit(void* Obj)
|
|
{
|
|
((URootMotionGeneratorOp*)Obj)->bMaintainOffsetFromPelvis = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bMaintainOffsetFromPelvis = { "bMaintainOffsetFromPelvis", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URootMotionGeneratorOp), &Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bMaintainOffsetFromPelvis_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bMaintainOffsetFromPelvis_MetaData), NewProp_bMaintainOffsetFromPelvis_MetaData) };
|
|
void Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bRotateWithPelvis_SetBit(void* Obj)
|
|
{
|
|
((URootMotionGeneratorOp*)Obj)->bRotateWithPelvis = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bRotateWithPelvis = { "bRotateWithPelvis", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URootMotionGeneratorOp), &Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bRotateWithPelvis_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRotateWithPelvis_MetaData), NewProp_bRotateWithPelvis_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_GlobalOffset = { "GlobalOffset", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URootMotionGeneratorOp, GlobalOffset), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GlobalOffset_MetaData), NewProp_GlobalOffset_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URootMotionGeneratorOp_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_SourceRootBone,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_TargetRootBone,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_TargetPelvisBone,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_RootMotionSource_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_RootMotionSource,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_RootHeightSource_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_RootHeightSource,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bPropagateToNonRetargetedChildren,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bMaintainOffsetFromPelvis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_bRotateWithPelvis,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionGeneratorOp_Statics::NewProp_GlobalOffset,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URootMotionGeneratorOp_Statics::PropPointers) < 2048);
|
|
// ********** End Class URootMotionGeneratorOp Property Definitions ********************************
|
|
UObject* (*const Z_Construct_UClass_URootMotionGeneratorOp_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_URetargetOpBase,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URootMotionGeneratorOp_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URootMotionGeneratorOp_Statics::ClassParams = {
|
|
&URootMotionGeneratorOp::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_URootMotionGeneratorOp_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_URootMotionGeneratorOp_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URootMotionGeneratorOp_Statics::Class_MetaDataParams), Z_Construct_UClass_URootMotionGeneratorOp_Statics::Class_MetaDataParams)
|
|
};
|
|
void URootMotionGeneratorOp::StaticRegisterNativesURootMotionGeneratorOp()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_URootMotionGeneratorOp()
|
|
{
|
|
if (!Z_Registration_Info_UClass_URootMotionGeneratorOp.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URootMotionGeneratorOp.OuterSingleton, Z_Construct_UClass_URootMotionGeneratorOp_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_URootMotionGeneratorOp.OuterSingleton;
|
|
}
|
|
URootMotionGeneratorOp::URootMotionGeneratorOp(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URootMotionGeneratorOp);
|
|
URootMotionGeneratorOp::~URootMotionGeneratorOp() {}
|
|
// ********** End Class URootMotionGeneratorOp *****************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RootMotionGeneratorOp_h__Script_IKRig_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ ERootMotionSource_StaticEnum, TEXT("ERootMotionSource"), &Z_Registration_Info_UEnum_ERootMotionSource, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 949256189U) },
|
|
{ ERootMotionHeightSource_StaticEnum, TEXT("ERootMotionHeightSource"), &Z_Registration_Info_UEnum_ERootMotionHeightSource, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1300938546U) },
|
|
};
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FIKRetargetRootMotionOpSettings::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetRootMotionOpSettings_Statics::NewStructOps, TEXT("IKRetargetRootMotionOpSettings"),&Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOpSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetRootMotionOpSettings), 2907468443U) },
|
|
{ FIKRetargetRootMotionOp::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetRootMotionOp_Statics::NewStructOps, TEXT("IKRetargetRootMotionOp"),&Z_Registration_Info_UScriptStruct_FIKRetargetRootMotionOp, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetRootMotionOp), 2022075027U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UIKRetargetRootMotionController, UIKRetargetRootMotionController::StaticClass, TEXT("UIKRetargetRootMotionController"), &Z_Registration_Info_UClass_UIKRetargetRootMotionController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRetargetRootMotionController), 3022861974U) },
|
|
{ Z_Construct_UClass_URootMotionGeneratorOp, URootMotionGeneratorOp::StaticClass, TEXT("URootMotionGeneratorOp"), &Z_Registration_Info_UClass_URootMotionGeneratorOp, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URootMotionGeneratorOp), 3657992629U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RootMotionGeneratorOp_h__Script_IKRig_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RootMotionGeneratorOp_h__Script_IKRig_2715250898{
|
|
TEXT("/Script/IKRig"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RootMotionGeneratorOp_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RootMotionGeneratorOp_h__Script_IKRig_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RootMotionGeneratorOp_h__Script_IKRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RootMotionGeneratorOp_h__Script_IKRig_Statics::ScriptStructInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RootMotionGeneratorOp_h__Script_IKRig_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_RetargetOps_RootMotionGeneratorOp_h__Script_IKRig_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|