1724 lines
150 KiB
C++
1724 lines
150 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/IKRetargeter.h"
|
|
#include "Retargeter/IKRetargetChainMapping.h"
|
|
#include "Retargeter/IKRetargetDeprecated.h"
|
|
#include "Retargeter/IKRetargetProfile.h"
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
|
#include "StructUtils/InstancedStruct.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeIKRetargeter() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FInstancedStruct();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQuat();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
|
|
ENGINE_API UClass* Z_Construct_UClass_USkeletalMesh_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargeter();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargeter_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRetargetGlobalSettings_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_UIKRigDefinition_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_URetargetChainSettings_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_URetargetOpStack_NoRegister();
|
|
IKRIG_API UClass* Z_Construct_UClass_URetargetRootSettings_NoRegister();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetPose();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRetargetChainMapping();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRetargetGlobalSettings();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FRetargetProfile();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FTargetChainFKSettings();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FTargetChainIKSettings();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FTargetChainSettings();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FTargetChainSpeedPlantSettings();
|
|
IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FTargetRootSettings();
|
|
UPackage* Z_Construct_UPackage__Script_IKRig();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetPose ***************************************************
|
|
struct Z_Construct_UScriptStruct_FIKRetargetPose_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FIKRetargetPose); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FIKRetargetPose); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootTranslationOffset_MetaData[] = {
|
|
{ "Category", "RetargetPose" },
|
|
{ "Comment", "// a translational delta in GLOBAL space, applied only to the pelvis bone\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "a translational delta in GLOBAL space, applied only to the pelvis bone" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoneRotationOffsets_MetaData[] = {
|
|
{ "Category", "RetargetPose" },
|
|
{ "Comment", "// these are LOCAL-space rotation deltas to be applied to a bone to modify it's retarget pose\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "these are LOCAL-space rotation deltas to be applied to a bone to modify it's retarget pose" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetPose constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RootTranslationOffset;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BoneRotationOffsets_ValueProp;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_BoneRotationOffsets_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_BoneRotationOffsets;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FIKRetargetPose constinit property declarations *********************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FIKRetargetPose>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FIKRetargetPose_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FIKRetargetPose;
|
|
class UScriptStruct* FIKRetargetPose::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetPose.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FIKRetargetPose.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FIKRetargetPose, (UObject*)Z_Construct_UPackage__Script_IKRig(), TEXT("IKRetargetPose"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FIKRetargetPose.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FIKRetargetPose Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetPose_Statics::NewProp_RootTranslationOffset = { "RootTranslationOffset", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetPose, RootTranslationOffset), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootTranslationOffset_MetaData), NewProp_RootTranslationOffset_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FIKRetargetPose_Statics::NewProp_BoneRotationOffsets_ValueProp = { "BoneRotationOffsets", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FIKRetargetPose_Statics::NewProp_BoneRotationOffsets_Key_KeyProp = { "BoneRotationOffsets_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FIKRetargetPose_Statics::NewProp_BoneRotationOffsets = { "BoneRotationOffsets", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FIKRetargetPose, BoneRotationOffsets), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoneRotationOffsets_MetaData), NewProp_BoneRotationOffsets_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FIKRetargetPose_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetPose_Statics::NewProp_RootTranslationOffset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetPose_Statics::NewProp_BoneRotationOffsets_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetPose_Statics::NewProp_BoneRotationOffsets_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FIKRetargetPose_Statics::NewProp_BoneRotationOffsets,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetPose_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FIKRetargetPose Property Definitions ********************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FIKRetargetPose_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"IKRetargetPose",
|
|
Z_Construct_UScriptStruct_FIKRetargetPose_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetPose_Statics::PropPointers),
|
|
sizeof(FIKRetargetPose),
|
|
alignof(FIKRetargetPose),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FIKRetargetPose_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FIKRetargetPose_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FIKRetargetPose()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FIKRetargetPose.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FIKRetargetPose.InnerSingleton, Z_Construct_UScriptStruct_FIKRetargetPose_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FIKRetargetPose.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FIKRetargetPose *****************************************************
|
|
|
|
// ********** Begin Class UIKRetargeter Function GetChainSettingsFromRetargetAsset *****************
|
|
struct Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics
|
|
{
|
|
struct IKRetargeter_eventGetChainSettingsFromRetargetAsset_Parms
|
|
{
|
|
const UIKRetargeter* RetargetAsset;
|
|
FName TargetChainName;
|
|
FName OptionalProfileName;
|
|
FTargetChainSettings ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetAsset" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use op profiles to get/set chain settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RetargetAsset_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetChainName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OptionalProfileName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetChainSettingsFromRetargetAsset constinit property declarations *****
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_RetargetAsset;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetChainName;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_OptionalProfileName;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetChainSettingsFromRetargetAsset constinit property declarations *******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetChainSettingsFromRetargetAsset Property Definitions ****************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::NewProp_RetargetAsset = { "RetargetAsset", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainSettingsFromRetargetAsset_Parms, RetargetAsset), Z_Construct_UClass_UIKRetargeter_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RetargetAsset_MetaData), NewProp_RetargetAsset_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::NewProp_TargetChainName = { "TargetChainName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainSettingsFromRetargetAsset_Parms, TargetChainName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetChainName_MetaData), NewProp_TargetChainName_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::NewProp_OptionalProfileName = { "OptionalProfileName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainSettingsFromRetargetAsset_Parms, OptionalProfileName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OptionalProfileName_MetaData), NewProp_OptionalProfileName_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainSettingsFromRetargetAsset_Parms, ReturnValue), Z_Construct_UScriptStruct_FTargetChainSettings, METADATA_PARAMS(0, nullptr) }; // 3890421923
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::NewProp_RetargetAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::NewProp_TargetChainName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::NewProp_OptionalProfileName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetChainSettingsFromRetargetAsset Property Definitions ******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "GetChainSettingsFromRetargetAsset", Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::IKRetargeter_eventGetChainSettingsFromRetargetAsset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::IKRetargeter_eventGetChainSettingsFromRetargetAsset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execGetChainSettingsFromRetargetAsset)
|
|
{
|
|
P_GET_OBJECT(UIKRetargeter,Z_Param_RetargetAsset);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_TargetChainName);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_OptionalProfileName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTargetChainSettings*)Z_Param__Result=UIKRetargeter::GetChainSettingsFromRetargetAsset(Z_Param_RetargetAsset,Z_Param_TargetChainName,Z_Param_OptionalProfileName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function GetChainSettingsFromRetargetAsset *******************
|
|
|
|
// ********** Begin Class UIKRetargeter Function GetChainSettingsFromRetargetProfile ***************
|
|
struct Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics
|
|
{
|
|
struct IKRetargeter_eventGetChainSettingsFromRetargetProfile_Parms
|
|
{
|
|
FRetargetProfile RetargetProfile;
|
|
FName TargetChainName;
|
|
FTargetChainSettings ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use op profiles to get/set chain settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetChainName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetChainSettingsFromRetargetProfile constinit property declarations ***
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetProfile;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetChainName;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetChainSettingsFromRetargetProfile constinit property declarations *****
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetChainSettingsFromRetargetProfile Property Definitions **************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::NewProp_RetargetProfile = { "RetargetProfile", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainSettingsFromRetargetProfile_Parms, RetargetProfile), Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::NewProp_TargetChainName = { "TargetChainName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainSettingsFromRetargetProfile_Parms, TargetChainName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetChainName_MetaData), NewProp_TargetChainName_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainSettingsFromRetargetProfile_Parms, ReturnValue), Z_Construct_UScriptStruct_FTargetChainSettings, METADATA_PARAMS(0, nullptr) }; // 3890421923
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::NewProp_RetargetProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::NewProp_TargetChainName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetChainSettingsFromRetargetProfile Property Definitions ****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "GetChainSettingsFromRetargetProfile", Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::IKRetargeter_eventGetChainSettingsFromRetargetProfile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::IKRetargeter_eventGetChainSettingsFromRetargetProfile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execGetChainSettingsFromRetargetProfile)
|
|
{
|
|
P_GET_STRUCT_REF(FRetargetProfile,Z_Param_Out_RetargetProfile);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_TargetChainName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTargetChainSettings*)Z_Param__Result=UIKRetargeter::GetChainSettingsFromRetargetProfile(Z_Param_Out_RetargetProfile,Z_Param_TargetChainName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function GetChainSettingsFromRetargetProfile *****************
|
|
|
|
// ********** Begin Class UIKRetargeter Function GetChainUsingGoalFromRetargetAsset ****************
|
|
struct Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics
|
|
{
|
|
struct IKRetargeter_eventGetChainUsingGoalFromRetargetAsset_Parms
|
|
{
|
|
const UIKRetargeter* RetargetAsset;
|
|
FName IKGoalName;
|
|
FTargetChainSettings ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetAsset" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use IK Chain Op controller to get chains with goals." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RetargetAsset_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IKGoalName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetChainUsingGoalFromRetargetAsset constinit property declarations ****
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_RetargetAsset;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_IKGoalName;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetChainUsingGoalFromRetargetAsset constinit property declarations ******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetChainUsingGoalFromRetargetAsset Property Definitions ***************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::NewProp_RetargetAsset = { "RetargetAsset", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainUsingGoalFromRetargetAsset_Parms, RetargetAsset), Z_Construct_UClass_UIKRetargeter_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RetargetAsset_MetaData), NewProp_RetargetAsset_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::NewProp_IKGoalName = { "IKGoalName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainUsingGoalFromRetargetAsset_Parms, IKGoalName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IKGoalName_MetaData), NewProp_IKGoalName_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetChainUsingGoalFromRetargetAsset_Parms, ReturnValue), Z_Construct_UScriptStruct_FTargetChainSettings, METADATA_PARAMS(0, nullptr) }; // 3890421923
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::NewProp_RetargetAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::NewProp_IKGoalName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetChainUsingGoalFromRetargetAsset Property Definitions *****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "GetChainUsingGoalFromRetargetAsset", Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::IKRetargeter_eventGetChainUsingGoalFromRetargetAsset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14022403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::IKRetargeter_eventGetChainUsingGoalFromRetargetAsset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execGetChainUsingGoalFromRetargetAsset)
|
|
{
|
|
P_GET_OBJECT(UIKRetargeter,Z_Param_RetargetAsset);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_IKGoalName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTargetChainSettings*)Z_Param__Result=UIKRetargeter::GetChainUsingGoalFromRetargetAsset(Z_Param_RetargetAsset,Z_Param_IKGoalName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function GetChainUsingGoalFromRetargetAsset ******************
|
|
|
|
// ********** Begin Class UIKRetargeter Function GetGlobalSettingsFromRetargetAsset ****************
|
|
struct Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics
|
|
{
|
|
struct IKRetargeter_eventGetGlobalSettingsFromRetargetAsset_Parms
|
|
{
|
|
const UIKRetargeter* RetargetAsset;
|
|
FName OptionalProfileName;
|
|
FRetargetGlobalSettings OutSettings;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetAsset" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use op profiles to get/set settings that previously used global settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RetargetAsset_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OptionalProfileName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutSettings_MetaData[] = {
|
|
{ "DisplayName", "ReturnValue" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetGlobalSettingsFromRetargetAsset constinit property declarations ****
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_RetargetAsset;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_OptionalProfileName;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutSettings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetGlobalSettingsFromRetargetAsset constinit property declarations ******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetGlobalSettingsFromRetargetAsset Property Definitions ***************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::NewProp_RetargetAsset = { "RetargetAsset", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetGlobalSettingsFromRetargetAsset_Parms, RetargetAsset), Z_Construct_UClass_UIKRetargeter_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RetargetAsset_MetaData), NewProp_RetargetAsset_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::NewProp_OptionalProfileName = { "OptionalProfileName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetGlobalSettingsFromRetargetAsset_Parms, OptionalProfileName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OptionalProfileName_MetaData), NewProp_OptionalProfileName_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::NewProp_OutSettings = { "OutSettings", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetGlobalSettingsFromRetargetAsset_Parms, OutSettings), Z_Construct_UScriptStruct_FRetargetGlobalSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutSettings_MetaData), NewProp_OutSettings_MetaData) }; // 3936742568
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::NewProp_RetargetAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::NewProp_OptionalProfileName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::NewProp_OutSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetGlobalSettingsFromRetargetAsset Property Definitions *****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "GetGlobalSettingsFromRetargetAsset", Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::IKRetargeter_eventGetGlobalSettingsFromRetargetAsset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::IKRetargeter_eventGetGlobalSettingsFromRetargetAsset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execGetGlobalSettingsFromRetargetAsset)
|
|
{
|
|
P_GET_OBJECT(UIKRetargeter,Z_Param_RetargetAsset);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_OptionalProfileName);
|
|
P_GET_STRUCT_REF(FRetargetGlobalSettings,Z_Param_Out_OutSettings);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UIKRetargeter::GetGlobalSettingsFromRetargetAsset(Z_Param_RetargetAsset,Z_Param_OptionalProfileName,Z_Param_Out_OutSettings);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function GetGlobalSettingsFromRetargetAsset ******************
|
|
|
|
// ********** Begin Class UIKRetargeter Function GetGlobalSettingsFromRetargetProfile **************
|
|
struct Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics
|
|
{
|
|
struct IKRetargeter_eventGetGlobalSettingsFromRetargetProfile_Parms
|
|
{
|
|
FRetargetProfile RetargetProfile;
|
|
FRetargetGlobalSettings ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use op profiles to get/set settings that previously used global settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetGlobalSettingsFromRetargetProfile constinit property declarations **
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetProfile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetGlobalSettingsFromRetargetProfile constinit property declarations ****
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetGlobalSettingsFromRetargetProfile Property Definitions *************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::NewProp_RetargetProfile = { "RetargetProfile", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetGlobalSettingsFromRetargetProfile_Parms, RetargetProfile), Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetGlobalSettingsFromRetargetProfile_Parms, ReturnValue), Z_Construct_UScriptStruct_FRetargetGlobalSettings, METADATA_PARAMS(0, nullptr) }; // 3936742568
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::NewProp_RetargetProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetGlobalSettingsFromRetargetProfile Property Definitions ***************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "GetGlobalSettingsFromRetargetProfile", Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::IKRetargeter_eventGetGlobalSettingsFromRetargetProfile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::IKRetargeter_eventGetGlobalSettingsFromRetargetProfile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execGetGlobalSettingsFromRetargetProfile)
|
|
{
|
|
P_GET_STRUCT_REF(FRetargetProfile,Z_Param_Out_RetargetProfile);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FRetargetGlobalSettings*)Z_Param__Result=UIKRetargeter::GetGlobalSettingsFromRetargetProfile(Z_Param_Out_RetargetProfile);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function GetGlobalSettingsFromRetargetProfile ****************
|
|
|
|
// ********** Begin Class UIKRetargeter Function GetRootSettingsFromRetargetAsset ******************
|
|
struct Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics
|
|
{
|
|
struct IKRetargeter_eventGetRootSettingsFromRetargetAsset_Parms
|
|
{
|
|
const UIKRetargeter* RetargetAsset;
|
|
FName OptionalProfileName;
|
|
FTargetRootSettings OutSettings;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetAsset" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use op profiles to get/set pelvis settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RetargetAsset_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OptionalProfileName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutSettings_MetaData[] = {
|
|
{ "DisplayName", "ReturnValue" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetRootSettingsFromRetargetAsset constinit property declarations ******
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_RetargetAsset;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_OptionalProfileName;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutSettings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetRootSettingsFromRetargetAsset constinit property declarations ********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetRootSettingsFromRetargetAsset Property Definitions *****************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::NewProp_RetargetAsset = { "RetargetAsset", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetRootSettingsFromRetargetAsset_Parms, RetargetAsset), Z_Construct_UClass_UIKRetargeter_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RetargetAsset_MetaData), NewProp_RetargetAsset_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::NewProp_OptionalProfileName = { "OptionalProfileName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetRootSettingsFromRetargetAsset_Parms, OptionalProfileName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OptionalProfileName_MetaData), NewProp_OptionalProfileName_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::NewProp_OutSettings = { "OutSettings", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetRootSettingsFromRetargetAsset_Parms, OutSettings), Z_Construct_UScriptStruct_FTargetRootSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutSettings_MetaData), NewProp_OutSettings_MetaData) }; // 1179062092
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::NewProp_RetargetAsset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::NewProp_OptionalProfileName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::NewProp_OutSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetRootSettingsFromRetargetAsset Property Definitions *******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "GetRootSettingsFromRetargetAsset", Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::IKRetargeter_eventGetRootSettingsFromRetargetAsset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::IKRetargeter_eventGetRootSettingsFromRetargetAsset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execGetRootSettingsFromRetargetAsset)
|
|
{
|
|
P_GET_OBJECT(UIKRetargeter,Z_Param_RetargetAsset);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_OptionalProfileName);
|
|
P_GET_STRUCT_REF(FTargetRootSettings,Z_Param_Out_OutSettings);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UIKRetargeter::GetRootSettingsFromRetargetAsset(Z_Param_RetargetAsset,Z_Param_OptionalProfileName,Z_Param_Out_OutSettings);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function GetRootSettingsFromRetargetAsset ********************
|
|
|
|
// ********** Begin Class UIKRetargeter Function GetRootSettingsFromRetargetProfile ****************
|
|
struct Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics
|
|
{
|
|
struct IKRetargeter_eventGetRootSettingsFromRetargetProfile_Parms
|
|
{
|
|
FRetargetProfile RetargetProfile;
|
|
FTargetRootSettings ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use op profiles to get/set pelvis settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetRootSettingsFromRetargetProfile constinit property declarations ****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetProfile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetRootSettingsFromRetargetProfile constinit property declarations ******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetRootSettingsFromRetargetProfile Property Definitions ***************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::NewProp_RetargetProfile = { "RetargetProfile", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetRootSettingsFromRetargetProfile_Parms, RetargetProfile), Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventGetRootSettingsFromRetargetProfile_Parms, ReturnValue), Z_Construct_UScriptStruct_FTargetRootSettings, METADATA_PARAMS(0, nullptr) }; // 1179062092
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::NewProp_RetargetProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetRootSettingsFromRetargetProfile Property Definitions *****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "GetRootSettingsFromRetargetProfile", Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::IKRetargeter_eventGetRootSettingsFromRetargetProfile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::IKRetargeter_eventGetRootSettingsFromRetargetProfile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execGetRootSettingsFromRetargetProfile)
|
|
{
|
|
P_GET_STRUCT_REF(FRetargetProfile,Z_Param_Out_RetargetProfile);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FTargetRootSettings*)Z_Param__Result=UIKRetargeter::GetRootSettingsFromRetargetProfile(Z_Param_Out_RetargetProfile);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function GetRootSettingsFromRetargetProfile ******************
|
|
|
|
// ********** Begin Class UIKRetargeter Function HasSourceIKRig ************************************
|
|
struct Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics
|
|
{
|
|
struct IKRetargeter_eventHasSourceIKRig_Parms
|
|
{
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "Comment", "// Returns true if the source IK Rig has been assigned\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Returns true if the source IK Rig has been assigned" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function HasSourceIKRig constinit property declarations ************************
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function HasSourceIKRig constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function HasSourceIKRig Property Definitions ***********************************
|
|
void Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((IKRetargeter_eventHasSourceIKRig_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(IKRetargeter_eventHasSourceIKRig_Parms), &Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::PropPointers) < 2048);
|
|
// ********** End Function HasSourceIKRig Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "HasSourceIKRig", Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::IKRetargeter_eventHasSourceIKRig_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::IKRetargeter_eventHasSourceIKRig_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execHasSourceIKRig)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->HasSourceIKRig();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function HasSourceIKRig **************************************
|
|
|
|
// ********** Begin Class UIKRetargeter Function HasTargetIKRig ************************************
|
|
struct Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics
|
|
{
|
|
struct IKRetargeter_eventHasTargetIKRig_Parms
|
|
{
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "Comment", "// Returns true if the target IK Rig has been assigned\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Returns true if the target IK Rig has been assigned" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function HasTargetIKRig constinit property declarations ************************
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function HasTargetIKRig constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function HasTargetIKRig Property Definitions ***********************************
|
|
void Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((IKRetargeter_eventHasTargetIKRig_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(IKRetargeter_eventHasTargetIKRig_Parms), &Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::PropPointers) < 2048);
|
|
// ********** End Function HasTargetIKRig Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "HasTargetIKRig", Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::IKRetargeter_eventHasTargetIKRig_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::IKRetargeter_eventHasTargetIKRig_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execHasTargetIKRig)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->HasTargetIKRig();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function HasTargetIKRig **************************************
|
|
|
|
// ********** Begin Class UIKRetargeter Function SetChainFKSettingsInRetargetProfile ***************
|
|
struct Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics
|
|
{
|
|
struct IKRetargeter_eventSetChainFKSettingsInRetargetProfile_Parms
|
|
{
|
|
FRetargetProfile RetargetProfile;
|
|
FTargetChainFKSettings FKSettings;
|
|
FName TargetChainName;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use FK Chain Op profiles to get/set FK chain settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FKSettings_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetChainName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetChainFKSettingsInRetargetProfile constinit property declarations ***
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetProfile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FKSettings;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetChainName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetChainFKSettingsInRetargetProfile constinit property declarations *****
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetChainFKSettingsInRetargetProfile Property Definitions **************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::NewProp_RetargetProfile = { "RetargetProfile", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainFKSettingsInRetargetProfile_Parms, RetargetProfile), Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::NewProp_FKSettings = { "FKSettings", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainFKSettingsInRetargetProfile_Parms, FKSettings), Z_Construct_UScriptStruct_FTargetChainFKSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FKSettings_MetaData), NewProp_FKSettings_MetaData) }; // 1050108471
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::NewProp_TargetChainName = { "TargetChainName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainFKSettingsInRetargetProfile_Parms, TargetChainName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetChainName_MetaData), NewProp_TargetChainName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::NewProp_RetargetProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::NewProp_FKSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::NewProp_TargetChainName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetChainFKSettingsInRetargetProfile Property Definitions ****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "SetChainFKSettingsInRetargetProfile", Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::IKRetargeter_eventSetChainFKSettingsInRetargetProfile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::IKRetargeter_eventSetChainFKSettingsInRetargetProfile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execSetChainFKSettingsInRetargetProfile)
|
|
{
|
|
P_GET_STRUCT_REF(FRetargetProfile,Z_Param_Out_RetargetProfile);
|
|
P_GET_STRUCT_REF(FTargetChainFKSettings,Z_Param_Out_FKSettings);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_TargetChainName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UIKRetargeter::SetChainFKSettingsInRetargetProfile(Z_Param_Out_RetargetProfile,Z_Param_Out_FKSettings,Z_Param_TargetChainName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function SetChainFKSettingsInRetargetProfile *****************
|
|
|
|
// ********** Begin Class UIKRetargeter Function SetChainIKSettingsInRetargetProfile ***************
|
|
struct Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics
|
|
{
|
|
struct IKRetargeter_eventSetChainIKSettingsInRetargetProfile_Parms
|
|
{
|
|
FRetargetProfile RetargetProfile;
|
|
FTargetChainIKSettings IKSettings;
|
|
FName TargetChainName;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use IK Chain Op profiles to get/set IK chain settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IKSettings_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetChainName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetChainIKSettingsInRetargetProfile constinit property declarations ***
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetProfile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_IKSettings;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetChainName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetChainIKSettingsInRetargetProfile constinit property declarations *****
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetChainIKSettingsInRetargetProfile Property Definitions **************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::NewProp_RetargetProfile = { "RetargetProfile", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainIKSettingsInRetargetProfile_Parms, RetargetProfile), Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::NewProp_IKSettings = { "IKSettings", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainIKSettingsInRetargetProfile_Parms, IKSettings), Z_Construct_UScriptStruct_FTargetChainIKSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IKSettings_MetaData), NewProp_IKSettings_MetaData) }; // 2553906318
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::NewProp_TargetChainName = { "TargetChainName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainIKSettingsInRetargetProfile_Parms, TargetChainName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetChainName_MetaData), NewProp_TargetChainName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::NewProp_RetargetProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::NewProp_IKSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::NewProp_TargetChainName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetChainIKSettingsInRetargetProfile Property Definitions ****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "SetChainIKSettingsInRetargetProfile", Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::IKRetargeter_eventSetChainIKSettingsInRetargetProfile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::IKRetargeter_eventSetChainIKSettingsInRetargetProfile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execSetChainIKSettingsInRetargetProfile)
|
|
{
|
|
P_GET_STRUCT_REF(FRetargetProfile,Z_Param_Out_RetargetProfile);
|
|
P_GET_STRUCT_REF(FTargetChainIKSettings,Z_Param_Out_IKSettings);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_TargetChainName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UIKRetargeter::SetChainIKSettingsInRetargetProfile(Z_Param_Out_RetargetProfile,Z_Param_Out_IKSettings,Z_Param_TargetChainName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function SetChainIKSettingsInRetargetProfile *****************
|
|
|
|
// ********** Begin Class UIKRetargeter Function SetChainSettingsInRetargetProfile *****************
|
|
struct Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics
|
|
{
|
|
struct IKRetargeter_eventSetChainSettingsInRetargetProfile_Parms
|
|
{
|
|
FRetargetProfile RetargetProfile;
|
|
FTargetChainSettings ChainSettings;
|
|
FName TargetChainName;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use op profiles to get/set chain settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChainSettings_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetChainName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetChainSettingsInRetargetProfile constinit property declarations *****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetProfile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ChainSettings;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetChainName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetChainSettingsInRetargetProfile constinit property declarations *******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetChainSettingsInRetargetProfile Property Definitions ****************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::NewProp_RetargetProfile = { "RetargetProfile", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainSettingsInRetargetProfile_Parms, RetargetProfile), Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::NewProp_ChainSettings = { "ChainSettings", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainSettingsInRetargetProfile_Parms, ChainSettings), Z_Construct_UScriptStruct_FTargetChainSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChainSettings_MetaData), NewProp_ChainSettings_MetaData) }; // 3890421923
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::NewProp_TargetChainName = { "TargetChainName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainSettingsInRetargetProfile_Parms, TargetChainName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetChainName_MetaData), NewProp_TargetChainName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::NewProp_RetargetProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::NewProp_ChainSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::NewProp_TargetChainName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetChainSettingsInRetargetProfile Property Definitions ******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "SetChainSettingsInRetargetProfile", Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::IKRetargeter_eventSetChainSettingsInRetargetProfile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::IKRetargeter_eventSetChainSettingsInRetargetProfile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execSetChainSettingsInRetargetProfile)
|
|
{
|
|
P_GET_STRUCT_REF(FRetargetProfile,Z_Param_Out_RetargetProfile);
|
|
P_GET_STRUCT_REF(FTargetChainSettings,Z_Param_Out_ChainSettings);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_TargetChainName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UIKRetargeter::SetChainSettingsInRetargetProfile(Z_Param_Out_RetargetProfile,Z_Param_Out_ChainSettings,Z_Param_TargetChainName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function SetChainSettingsInRetargetProfile *******************
|
|
|
|
// ********** Begin Class UIKRetargeter Function SetChainSpeedPlantSettingsInRetargetProfile *******
|
|
struct Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics
|
|
{
|
|
struct IKRetargeter_eventSetChainSpeedPlantSettingsInRetargetProfile_Parms
|
|
{
|
|
FRetargetProfile RetargetProfile;
|
|
FTargetChainSpeedPlantSettings SpeedPlantSettings;
|
|
FName TargetChainName;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use Speed Plant Op profiles to get/set speed plant settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SpeedPlantSettings_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetChainName_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetChainSpeedPlantSettingsInRetargetProfile constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetProfile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SpeedPlantSettings;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetChainName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetChainSpeedPlantSettingsInRetargetProfile constinit property declarations
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetChainSpeedPlantSettingsInRetargetProfile Property Definitions ******
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::NewProp_RetargetProfile = { "RetargetProfile", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainSpeedPlantSettingsInRetargetProfile_Parms, RetargetProfile), Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::NewProp_SpeedPlantSettings = { "SpeedPlantSettings", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainSpeedPlantSettingsInRetargetProfile_Parms, SpeedPlantSettings), Z_Construct_UScriptStruct_FTargetChainSpeedPlantSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SpeedPlantSettings_MetaData), NewProp_SpeedPlantSettings_MetaData) }; // 994506112
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::NewProp_TargetChainName = { "TargetChainName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetChainSpeedPlantSettingsInRetargetProfile_Parms, TargetChainName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetChainName_MetaData), NewProp_TargetChainName_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::NewProp_RetargetProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::NewProp_SpeedPlantSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::NewProp_TargetChainName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetChainSpeedPlantSettingsInRetargetProfile Property Definitions ********
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "SetChainSpeedPlantSettingsInRetargetProfile", Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::IKRetargeter_eventSetChainSpeedPlantSettingsInRetargetProfile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::IKRetargeter_eventSetChainSpeedPlantSettingsInRetargetProfile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execSetChainSpeedPlantSettingsInRetargetProfile)
|
|
{
|
|
P_GET_STRUCT_REF(FRetargetProfile,Z_Param_Out_RetargetProfile);
|
|
P_GET_STRUCT_REF(FTargetChainSpeedPlantSettings,Z_Param_Out_SpeedPlantSettings);
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_TargetChainName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UIKRetargeter::SetChainSpeedPlantSettingsInRetargetProfile(Z_Param_Out_RetargetProfile,Z_Param_Out_SpeedPlantSettings,Z_Param_TargetChainName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function SetChainSpeedPlantSettingsInRetargetProfile *********
|
|
|
|
// ********** Begin Class UIKRetargeter Function SetGlobalSettingsInRetargetProfile ****************
|
|
struct Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics
|
|
{
|
|
struct IKRetargeter_eventSetGlobalSettingsInRetargetProfile_Parms
|
|
{
|
|
FRetargetProfile RetargetProfile;
|
|
FRetargetGlobalSettings GlobalSettings;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "Comment", "// Set the global settings in a retarget profile (will set bApplyGlobalSettings to true). \n" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use op profiles to get/set settings that previously used global settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Set the global settings in a retarget profile (will set bApplyGlobalSettings to true)." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GlobalSettings_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetGlobalSettingsInRetargetProfile constinit property declarations ****
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetProfile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_GlobalSettings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetGlobalSettingsInRetargetProfile constinit property declarations ******
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetGlobalSettingsInRetargetProfile Property Definitions ***************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::NewProp_RetargetProfile = { "RetargetProfile", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetGlobalSettingsInRetargetProfile_Parms, RetargetProfile), Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::NewProp_GlobalSettings = { "GlobalSettings", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetGlobalSettingsInRetargetProfile_Parms, GlobalSettings), Z_Construct_UScriptStruct_FRetargetGlobalSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GlobalSettings_MetaData), NewProp_GlobalSettings_MetaData) }; // 3936742568
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::NewProp_RetargetProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::NewProp_GlobalSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetGlobalSettingsInRetargetProfile Property Definitions *****************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "SetGlobalSettingsInRetargetProfile", Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::IKRetargeter_eventSetGlobalSettingsInRetargetProfile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::IKRetargeter_eventSetGlobalSettingsInRetargetProfile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execSetGlobalSettingsInRetargetProfile)
|
|
{
|
|
P_GET_STRUCT_REF(FRetargetProfile,Z_Param_Out_RetargetProfile);
|
|
P_GET_STRUCT_REF(FRetargetGlobalSettings,Z_Param_Out_GlobalSettings);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UIKRetargeter::SetGlobalSettingsInRetargetProfile(Z_Param_Out_RetargetProfile,Z_Param_Out_GlobalSettings);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function SetGlobalSettingsInRetargetProfile ******************
|
|
|
|
// ********** Begin Class UIKRetargeter Function SetRootSettingsInRetargetProfile ******************
|
|
struct Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics
|
|
{
|
|
struct IKRetargeter_eventSetRootSettingsInRetargetProfile_Parms
|
|
{
|
|
FRetargetProfile RetargetProfile;
|
|
FTargetRootSettings RootSettings;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "RetargetProfile" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Use op profiles to get/set settings that previously used root settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootSettings_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetRootSettingsInRetargetProfile constinit property declarations ******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetProfile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RootSettings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetRootSettingsInRetargetProfile constinit property declarations ********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetRootSettingsInRetargetProfile Property Definitions *****************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::NewProp_RetargetProfile = { "RetargetProfile", nullptr, (EPropertyFlags)0x0010000008000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetRootSettingsInRetargetProfile_Parms, RetargetProfile), Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::NewProp_RootSettings = { "RootSettings", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRetargeter_eventSetRootSettingsInRetargetProfile_Parms, RootSettings), Z_Construct_UScriptStruct_FTargetRootSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootSettings_MetaData), NewProp_RootSettings_MetaData) }; // 1179062092
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::NewProp_RetargetProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::NewProp_RootSettings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetRootSettingsInRetargetProfile Property Definitions *******************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRetargeter, nullptr, "SetRootSettingsInRetargetProfile", Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::IKRetargeter_eventSetRootSettingsInRetargetProfile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::IKRetargeter_eventSetRootSettingsInRetargetProfile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UIKRetargeter::execSetRootSettingsInRetargetProfile)
|
|
{
|
|
P_GET_STRUCT_REF(FRetargetProfile,Z_Param_Out_RetargetProfile);
|
|
P_GET_STRUCT_REF(FTargetRootSettings,Z_Param_Out_RootSettings);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
UIKRetargeter::SetRootSettingsInRetargetProfile(Z_Param_Out_RetargetProfile,Z_Param_Out_RootSettings);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UIKRetargeter Function SetRootSettingsInRetargetProfile ********************
|
|
|
|
// ********** Begin Class UIKRetargeter ************************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UIKRetargeter;
|
|
UClass* UIKRetargeter::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UIKRetargeter;
|
|
if (!Z_Registration_Info_UClass_UIKRetargeter.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("IKRetargeter"),
|
|
Z_Registration_Info_UClass_UIKRetargeter.InnerSingleton,
|
|
StaticRegisterNativesUIKRetargeter,
|
|
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_UIKRetargeter.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargeter_NoRegister()
|
|
{
|
|
return UIKRetargeter::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UIKRetargeter_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "IncludePath", "Retargeter/IKRetargeter.h" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Version_MetaData[] = {
|
|
{ "Comment", "// incremented by any edits that require re-initialization\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "incremented by any edits that require re-initialization" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceIKRigAsset_MetaData[] = {
|
|
{ "Category", "Source" },
|
|
{ "Comment", "// The rig to copy animation FROM.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The rig to copy animation FROM." },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourcePreviewMesh_MetaData[] = {
|
|
{ "Category", "Source" },
|
|
{ "Comment", "// Optional. Override the Skeletal Mesh to copy animation from. Uses the preview mesh from the Source IK Rig asset by default. \n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Optional. Override the Skeletal Mesh to copy animation from. Uses the preview mesh from the Source IK Rig asset by default." },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetIKRigAsset_MetaData[] = {
|
|
{ "Category", "Target" },
|
|
{ "Comment", "/** The rig to copy animation TO. Note that this is only the default target IK Rig and ops can be setup to use other IK Rigs as desired. */" },
|
|
{ "DisplayName", "Default Target IK Rig" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The rig to copy animation TO. Note that this is only the default target IK Rig and ops can be setup to use other IK Rigs as desired." },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetPreviewMesh_MetaData[] = {
|
|
{ "Category", "Target" },
|
|
{ "Comment", "// Optional. Override the Skeletal Mesh to preview the retarget on. Uses the preview mesh from the Target IK Rig asset by default. \n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Optional. Override the Skeletal Mesh to preview the retarget on. Uses the preview mesh from the Target IK Rig asset by default." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetMeshOffset_MetaData[] = {
|
|
{ "Category", "PreviewOffset" },
|
|
{ "Comment", "// The offset applied to the target mesh in the editor viewport. \n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The offset applied to the target mesh in the editor viewport." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetMeshScale_MetaData[] = {
|
|
{ "Category", "PreviewOffset" },
|
|
{ "Comment", "// Scale the target mesh in the viewport for easier visualization next to the source.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Scale the target mesh in the viewport for easier visualization next to the source." },
|
|
{ "UIMax", "10.0" },
|
|
{ "UIMin", "0.01" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceMeshOffset_MetaData[] = {
|
|
{ "Category", "PreviewOffset" },
|
|
{ "Comment", "// The offset applied to the source mesh in the editor viewport. \n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The offset applied to the source mesh in the editor viewport." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowSourceMesh_MetaData[] = {
|
|
{ "Category", "PreviewVisibility" },
|
|
{ "Comment", "// Show/hide the source skeletal mesh in the editor viewport.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Show/hide the source skeletal mesh in the editor viewport." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowTargetMesh_MetaData[] = {
|
|
{ "Category", "PreviewVisibility" },
|
|
{ "Comment", "// Show/hide the target skeletal mesh in the editor viewport.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Show/hide the target skeletal mesh in the editor viewport." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowSourceSkeleton_MetaData[] = {
|
|
{ "Category", "PreviewVisibility" },
|
|
{ "Comment", "// Show/hide the source skeleton in the editor viewport. Note: the viewport must be showing bones to see the skeleton.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Show/hide the source skeleton in the editor viewport. Note: the viewport must be showing bones to see the skeleton." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowTargetSkeleton_MetaData[] = {
|
|
{ "Category", "PreviewVisibility" },
|
|
{ "Comment", "// Show/hide the target skeleton in the editor viewport. Note: the viewport must be showing bones to see the skeleton.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Show/hide the target skeleton in the editor viewport. Note: the viewport must be showing bones to see the skeleton." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideSourceSkeletonColor_MetaData[] = {
|
|
{ "Category", "SkeletonColorOverride" },
|
|
{ "Comment", "// Override the source skeleton color in the editor viewport.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Override the source skeleton color in the editor viewport." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceOverideColor_MetaData[] = {
|
|
{ "Category", "SkeletonColorOverride" },
|
|
{ "Comment", "// Override the source skeleton color in the editor viewport.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Override the source skeleton color in the editor viewport." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideTargetSkeletonColor_MetaData[] = {
|
|
{ "Category", "SkeletonColorOverride" },
|
|
{ "Comment", "// Override the target skeleton color in the editor viewport.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Override the target skeleton color in the editor viewport." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetOverideColor_MetaData[] = {
|
|
{ "Category", "SkeletonColorOverride" },
|
|
{ "Comment", "// Override the target skeleton color in the editor viewport.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Override the target skeleton color in the editor viewport." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIgnoreRootLockInPreview_MetaData[] = {
|
|
{ "Category", "RootLockSettings" },
|
|
{ "Comment", "// When true, animation sequences with \"Force Root Lock\" turned On will act as though it is Off.\n// This affects only the preview in the retarget editor. Use ExportRootLockMode to control exported animation behavior.\n// This setting has no effect on runtime retargeting where root motion is copied from the source component.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "When true, animation sequences with \"Force Root Lock\" turned On will act as though it is Off.\nThis affects only the preview in the retarget editor. Use ExportRootLockMode to control exported animation behavior.\nThis setting has no effect on runtime retargeting where root motion is copied from the source component." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDebugDraw_MetaData[] = {
|
|
{ "Category", "DebugSettings" },
|
|
{ "Comment", "// Toggle debug drawing for retargeting in the viewport. \n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Toggle debug drawing for retargeting in the viewport." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bProfileOps_MetaData[] = {
|
|
{ "Category", "DebugSettings" },
|
|
{ "Comment", "// Toggle performance profiling of the op stack. \n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Toggle performance profiling of the op stack." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BoneDrawSize_MetaData[] = {
|
|
{ "Comment", "// The visual size of the bones in the viewport (saved between sessions). This is set from the viewport Character>Bones menu\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The visual size of the bones in the viewport (saved between sessions). This is set from the viewport Character>Bones menu" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Controller_MetaData[] = {
|
|
{ "Comment", "// The controller responsible for managing this asset's data (all editor mutation goes through this)\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The controller responsible for managing this asset's data (all editor mutation goes through this)" },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RetargetOps_MetaData[] = {
|
|
{ "BaseStruct", "/Script/IKRig.RetargetOpBase" },
|
|
{ "Comment", "/** polymorphic stack of retargeting operations\n\x09 * executed in serial fashion where output of prior operation is input to the next */" },
|
|
{ "ExcludeBaseStruct", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "polymorphic stack of retargeting operations\nexecuted in serial fashion where output of prior operation is input to the next" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Profiles_MetaData[] = {
|
|
{ "Comment", "// settings profiles stored in this asset \n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "settings profiles stored in this asset" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurrentProfile_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceRetargetPoses_MetaData[] = {
|
|
{ "Comment", "// The set of retarget poses for the SOURCE skeleton.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The set of retarget poses for the SOURCE skeleton." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetRetargetPoses_MetaData[] = {
|
|
{ "Comment", "// The set of retarget poses for the TARGET skeleton.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The set of retarget poses for the TARGET skeleton." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurrentSourceRetargetPose_MetaData[] = {
|
|
{ "Comment", "// The current retarget pose to use for the SOURCE.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The current retarget pose to use for the SOURCE." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurrentTargetRetargetPose_MetaData[] = {
|
|
{ "Comment", "// The current retarget pose to use for the TARGET.\n" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "The current retarget pose to use for the TARGET." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRetargetRoot_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRetargetFK_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRetargetIK_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetActorOffset_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetActorScale_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RetargetPoses_MetaData[] = {
|
|
{ "Comment", "// (OLD VERSION) Before retarget poses were stored for target AND source.\n" },
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "(OLD VERSION) Before retarget poses were stored for target AND source." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurrentRetargetPose_MetaData[] = {
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChainMap_MetaData[] = {
|
|
{ "Comment", "//\n// BEGIN deprecated data from 5.6 refactor\n//\n" },
|
|
{ "DeprecatedProperty", "" },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "BEGIN deprecated data from 5.6 refactor" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChainSettings_MetaData[] = {
|
|
{ "Comment", "// Settings for how to map source chains to target chains.\n" },
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "Use FK Chain and IK Chain Op settings instead to affect chain settings." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "Settings for how to map source chains to target chains." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RootSettings_MetaData[] = {
|
|
{ "Comment", "// the retarget root settings \n" },
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "Use Pelvis Op settings to affect the pelvis motion instead." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "the retarget root settings" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GlobalSettings_MetaData[] = {
|
|
{ "Comment", "// the retarget global settings \n" },
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "Toggled 'phases' is now done by enable/disabling ops. Warping now in Stride Warp Op." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "the retarget global settings" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OpStack_MetaData[] = {
|
|
{ "Comment", "// the stack of UObject-based ops\n" },
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "The pre 5.6 stack of UObject based solvers. Use RetargetOps instead." },
|
|
{ "ModuleRelativePath", "Public/Retargeter/IKRetargeter.h" },
|
|
{ "ToolTip", "the stack of UObject-based ops" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UIKRetargeter constinit property declarations ****************************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_Version;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceIKRigAsset;
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_SourcePreviewMesh;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_TargetIKRigAsset;
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_TargetPreviewMesh;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetMeshOffset;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetMeshScale;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SourceMeshOffset;
|
|
static void NewProp_bShowSourceMesh_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowSourceMesh;
|
|
static void NewProp_bShowTargetMesh_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowTargetMesh;
|
|
static void NewProp_bShowSourceSkeleton_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowSourceSkeleton;
|
|
static void NewProp_bShowTargetSkeleton_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowTargetSkeleton;
|
|
static void NewProp_bOverrideSourceSkeletonColor_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideSourceSkeletonColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SourceOverideColor;
|
|
static void NewProp_bOverrideTargetSkeletonColor_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideTargetSkeletonColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetOverideColor;
|
|
static void NewProp_bIgnoreRootLockInPreview_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIgnoreRootLockInPreview;
|
|
static void NewProp_bDebugDraw_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDebugDraw;
|
|
static void NewProp_bProfileOps_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bProfileOps;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_BoneDrawSize;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Controller;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetOps_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_RetargetOps;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Profiles_ValueProp;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Profiles_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_Profiles;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_CurrentProfile;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SourceRetargetPoses_ValueProp;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_SourceRetargetPoses_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_SourceRetargetPoses;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetRetargetPoses_ValueProp;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TargetRetargetPoses_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_TargetRetargetPoses;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_CurrentSourceRetargetPose;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_CurrentTargetRetargetPose;
|
|
static void NewProp_bRetargetRoot_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRetargetRoot;
|
|
static void NewProp_bRetargetFK_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRetargetFK;
|
|
static void NewProp_bRetargetIK_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bRetargetIK;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetActorOffset;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_TargetActorScale;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RetargetPoses_ValueProp;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_RetargetPoses_Key_KeyProp;
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_RetargetPoses;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_CurrentRetargetPose;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ChainMap;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ChainSettings_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ChainSettings;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_RootSettings;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_GlobalSettings;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_OpStack;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UIKRetargeter constinit property declarations ******************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetChainSettingsFromRetargetAsset"), .Pointer = &UIKRetargeter::execGetChainSettingsFromRetargetAsset },
|
|
{ .NameUTF8 = UTF8TEXT("GetChainSettingsFromRetargetProfile"), .Pointer = &UIKRetargeter::execGetChainSettingsFromRetargetProfile },
|
|
{ .NameUTF8 = UTF8TEXT("GetChainUsingGoalFromRetargetAsset"), .Pointer = &UIKRetargeter::execGetChainUsingGoalFromRetargetAsset },
|
|
{ .NameUTF8 = UTF8TEXT("GetGlobalSettingsFromRetargetAsset"), .Pointer = &UIKRetargeter::execGetGlobalSettingsFromRetargetAsset },
|
|
{ .NameUTF8 = UTF8TEXT("GetGlobalSettingsFromRetargetProfile"), .Pointer = &UIKRetargeter::execGetGlobalSettingsFromRetargetProfile },
|
|
{ .NameUTF8 = UTF8TEXT("GetRootSettingsFromRetargetAsset"), .Pointer = &UIKRetargeter::execGetRootSettingsFromRetargetAsset },
|
|
{ .NameUTF8 = UTF8TEXT("GetRootSettingsFromRetargetProfile"), .Pointer = &UIKRetargeter::execGetRootSettingsFromRetargetProfile },
|
|
{ .NameUTF8 = UTF8TEXT("HasSourceIKRig"), .Pointer = &UIKRetargeter::execHasSourceIKRig },
|
|
{ .NameUTF8 = UTF8TEXT("HasTargetIKRig"), .Pointer = &UIKRetargeter::execHasTargetIKRig },
|
|
{ .NameUTF8 = UTF8TEXT("SetChainFKSettingsInRetargetProfile"), .Pointer = &UIKRetargeter::execSetChainFKSettingsInRetargetProfile },
|
|
{ .NameUTF8 = UTF8TEXT("SetChainIKSettingsInRetargetProfile"), .Pointer = &UIKRetargeter::execSetChainIKSettingsInRetargetProfile },
|
|
{ .NameUTF8 = UTF8TEXT("SetChainSettingsInRetargetProfile"), .Pointer = &UIKRetargeter::execSetChainSettingsInRetargetProfile },
|
|
{ .NameUTF8 = UTF8TEXT("SetChainSpeedPlantSettingsInRetargetProfile"), .Pointer = &UIKRetargeter::execSetChainSpeedPlantSettingsInRetargetProfile },
|
|
{ .NameUTF8 = UTF8TEXT("SetGlobalSettingsInRetargetProfile"), .Pointer = &UIKRetargeter::execSetGlobalSettingsInRetargetProfile },
|
|
{ .NameUTF8 = UTF8TEXT("SetRootSettingsInRetargetProfile"), .Pointer = &UIKRetargeter::execSetRootSettingsInRetargetProfile },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetAsset, "GetChainSettingsFromRetargetAsset" }, // 4012012806
|
|
{ &Z_Construct_UFunction_UIKRetargeter_GetChainSettingsFromRetargetProfile, "GetChainSettingsFromRetargetProfile" }, // 3149673837
|
|
{ &Z_Construct_UFunction_UIKRetargeter_GetChainUsingGoalFromRetargetAsset, "GetChainUsingGoalFromRetargetAsset" }, // 4127810064
|
|
{ &Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetAsset, "GetGlobalSettingsFromRetargetAsset" }, // 4116141277
|
|
{ &Z_Construct_UFunction_UIKRetargeter_GetGlobalSettingsFromRetargetProfile, "GetGlobalSettingsFromRetargetProfile" }, // 1750455639
|
|
{ &Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetAsset, "GetRootSettingsFromRetargetAsset" }, // 3479777413
|
|
{ &Z_Construct_UFunction_UIKRetargeter_GetRootSettingsFromRetargetProfile, "GetRootSettingsFromRetargetProfile" }, // 3117030318
|
|
{ &Z_Construct_UFunction_UIKRetargeter_HasSourceIKRig, "HasSourceIKRig" }, // 2209281430
|
|
{ &Z_Construct_UFunction_UIKRetargeter_HasTargetIKRig, "HasTargetIKRig" }, // 3985294630
|
|
{ &Z_Construct_UFunction_UIKRetargeter_SetChainFKSettingsInRetargetProfile, "SetChainFKSettingsInRetargetProfile" }, // 3472418418
|
|
{ &Z_Construct_UFunction_UIKRetargeter_SetChainIKSettingsInRetargetProfile, "SetChainIKSettingsInRetargetProfile" }, // 1097821846
|
|
{ &Z_Construct_UFunction_UIKRetargeter_SetChainSettingsInRetargetProfile, "SetChainSettingsInRetargetProfile" }, // 895658425
|
|
{ &Z_Construct_UFunction_UIKRetargeter_SetChainSpeedPlantSettingsInRetargetProfile, "SetChainSpeedPlantSettingsInRetargetProfile" }, // 1682877511
|
|
{ &Z_Construct_UFunction_UIKRetargeter_SetGlobalSettingsInRetargetProfile, "SetGlobalSettingsInRetargetProfile" }, // 3977577497
|
|
{ &Z_Construct_UFunction_UIKRetargeter_SetRootSettingsInRetargetProfile, "SetRootSettingsInRetargetProfile" }, // 401433258
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UIKRetargeter>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UIKRetargeter_Statics
|
|
|
|
// ********** Begin Class UIKRetargeter Property Definitions ***************************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Version = { "Version", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, Version), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Version_MetaData), NewProp_Version_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceIKRigAsset = { "SourceIKRigAsset", nullptr, (EPropertyFlags)0x0144000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, SourceIKRigAsset), Z_Construct_UClass_UIKRigDefinition_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceIKRigAsset_MetaData), NewProp_SourceIKRigAsset_MetaData) };
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourcePreviewMesh = { "SourcePreviewMesh", nullptr, (EPropertyFlags)0x0044000800000001, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, SourcePreviewMesh), Z_Construct_UClass_USkeletalMesh_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourcePreviewMesh_MetaData), NewProp_SourcePreviewMesh_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetIKRigAsset = { "TargetIKRigAsset", nullptr, (EPropertyFlags)0x0144000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, TargetIKRigAsset), Z_Construct_UClass_UIKRigDefinition_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetIKRigAsset_MetaData), NewProp_TargetIKRigAsset_MetaData) };
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetPreviewMesh = { "TargetPreviewMesh", nullptr, (EPropertyFlags)0x0044000800000001, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, TargetPreviewMesh), Z_Construct_UClass_USkeletalMesh_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetPreviewMesh_MetaData), NewProp_TargetPreviewMesh_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetMeshOffset = { "TargetMeshOffset", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, TargetMeshOffset), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetMeshOffset_MetaData), NewProp_TargetMeshOffset_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetMeshScale = { "TargetMeshScale", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, TargetMeshScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetMeshScale_MetaData), NewProp_TargetMeshScale_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceMeshOffset = { "SourceMeshOffset", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, SourceMeshOffset), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceMeshOffset_MetaData), NewProp_SourceMeshOffset_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowSourceMesh_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bShowSourceMesh = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowSourceMesh = { "bShowSourceMesh", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowSourceMesh_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowSourceMesh_MetaData), NewProp_bShowSourceMesh_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowTargetMesh_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bShowTargetMesh = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowTargetMesh = { "bShowTargetMesh", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowTargetMesh_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowTargetMesh_MetaData), NewProp_bShowTargetMesh_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowSourceSkeleton_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bShowSourceSkeleton = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowSourceSkeleton = { "bShowSourceSkeleton", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowSourceSkeleton_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowSourceSkeleton_MetaData), NewProp_bShowSourceSkeleton_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowTargetSkeleton_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bShowTargetSkeleton = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowTargetSkeleton = { "bShowTargetSkeleton", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowTargetSkeleton_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowTargetSkeleton_MetaData), NewProp_bShowTargetSkeleton_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bOverrideSourceSkeletonColor_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bOverrideSourceSkeletonColor = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bOverrideSourceSkeletonColor = { "bOverrideSourceSkeletonColor", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bOverrideSourceSkeletonColor_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideSourceSkeletonColor_MetaData), NewProp_bOverrideSourceSkeletonColor_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceOverideColor = { "SourceOverideColor", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, SourceOverideColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceOverideColor_MetaData), NewProp_SourceOverideColor_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bOverrideTargetSkeletonColor_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bOverrideTargetSkeletonColor = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bOverrideTargetSkeletonColor = { "bOverrideTargetSkeletonColor", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bOverrideTargetSkeletonColor_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideTargetSkeletonColor_MetaData), NewProp_bOverrideTargetSkeletonColor_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetOverideColor = { "TargetOverideColor", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, TargetOverideColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetOverideColor_MetaData), NewProp_TargetOverideColor_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bIgnoreRootLockInPreview_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bIgnoreRootLockInPreview = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bIgnoreRootLockInPreview = { "bIgnoreRootLockInPreview", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bIgnoreRootLockInPreview_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIgnoreRootLockInPreview_MetaData), NewProp_bIgnoreRootLockInPreview_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bDebugDraw_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bDebugDraw = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bDebugDraw = { "bDebugDraw", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bDebugDraw_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDebugDraw_MetaData), NewProp_bDebugDraw_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bProfileOps_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bProfileOps = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bProfileOps = { "bProfileOps", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bProfileOps_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bProfileOps_MetaData), NewProp_bProfileOps_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_BoneDrawSize = { "BoneDrawSize", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, BoneDrawSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BoneDrawSize_MetaData), NewProp_BoneDrawSize_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Controller = { "Controller", nullptr, (EPropertyFlags)0x0114000c00202000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, Controller), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Controller_MetaData), NewProp_Controller_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetOps_Inner = { "RetargetOps", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInstancedStruct, METADATA_PARAMS(0, nullptr) }; // 3949785911
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetOps = { "RetargetOps", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, RetargetOps), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RetargetOps_MetaData), NewProp_RetargetOps_MetaData) }; // 3949785911
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Profiles_ValueProp = { "Profiles", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FRetargetProfile, METADATA_PARAMS(0, nullptr) }; // 2289176464
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Profiles_Key_KeyProp = { "Profiles_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Profiles = { "Profiles", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, Profiles), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Profiles_MetaData), NewProp_Profiles_MetaData) }; // 2289176464
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_CurrentProfile = { "CurrentProfile", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, CurrentProfile), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurrentProfile_MetaData), NewProp_CurrentProfile_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceRetargetPoses_ValueProp = { "SourceRetargetPoses", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FIKRetargetPose, METADATA_PARAMS(0, nullptr) }; // 2631083144
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceRetargetPoses_Key_KeyProp = { "SourceRetargetPoses_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceRetargetPoses = { "SourceRetargetPoses", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, SourceRetargetPoses), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceRetargetPoses_MetaData), NewProp_SourceRetargetPoses_MetaData) }; // 2631083144
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetRetargetPoses_ValueProp = { "TargetRetargetPoses", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FIKRetargetPose, METADATA_PARAMS(0, nullptr) }; // 2631083144
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetRetargetPoses_Key_KeyProp = { "TargetRetargetPoses_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetRetargetPoses = { "TargetRetargetPoses", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, TargetRetargetPoses), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetRetargetPoses_MetaData), NewProp_TargetRetargetPoses_MetaData) }; // 2631083144
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_CurrentSourceRetargetPose = { "CurrentSourceRetargetPose", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, CurrentSourceRetargetPose), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurrentSourceRetargetPose_MetaData), NewProp_CurrentSourceRetargetPose_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_CurrentTargetRetargetPose = { "CurrentTargetRetargetPose", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, CurrentTargetRetargetPose), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurrentTargetRetargetPose_MetaData), NewProp_CurrentTargetRetargetPose_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetRoot_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bRetargetRoot_DEPRECATED = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetRoot = { "bRetargetRoot", nullptr, (EPropertyFlags)0x0040000020000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetRoot_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRetargetRoot_MetaData), NewProp_bRetargetRoot_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetFK_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bRetargetFK_DEPRECATED = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetFK = { "bRetargetFK", nullptr, (EPropertyFlags)0x0040000020000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetFK_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRetargetFK_MetaData), NewProp_bRetargetFK_MetaData) };
|
|
void Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetIK_SetBit(void* Obj)
|
|
{
|
|
((UIKRetargeter*)Obj)->bRetargetIK_DEPRECATED = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetIK = { "bRetargetIK", nullptr, (EPropertyFlags)0x0040000020000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UIKRetargeter), &Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetIK_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRetargetIK_MetaData), NewProp_bRetargetIK_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetActorOffset = { "TargetActorOffset", nullptr, (EPropertyFlags)0x0040000020000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, TargetActorOffset_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetActorOffset_MetaData), NewProp_TargetActorOffset_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetActorScale = { "TargetActorScale", nullptr, (EPropertyFlags)0x0040000020000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, TargetActorScale_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetActorScale_MetaData), NewProp_TargetActorScale_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetPoses_ValueProp = { "RetargetPoses", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FIKRetargetPose, METADATA_PARAMS(0, nullptr) }; // 2631083144
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetPoses_Key_KeyProp = { "RetargetPoses_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetPoses = { "RetargetPoses", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, RetargetPoses), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RetargetPoses_MetaData), NewProp_RetargetPoses_MetaData) }; // 2631083144
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_CurrentRetargetPose = { "CurrentRetargetPose", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, CurrentRetargetPose), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurrentRetargetPose_MetaData), NewProp_CurrentRetargetPose_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_ChainMap = { "ChainMap", nullptr, (EPropertyFlags)0x0040000020000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, ChainMap_DEPRECATED), Z_Construct_UScriptStruct_FRetargetChainMapping, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChainMap_MetaData), NewProp_ChainMap_MetaData) }; // 3698439750
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_ChainSettings_Inner = { "ChainSettings", nullptr, (EPropertyFlags)0x0104000020000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_URetargetChainSettings_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_ChainSettings = { "ChainSettings", nullptr, (EPropertyFlags)0x0144000020000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, ChainSettings_DEPRECATED), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChainSettings_MetaData), NewProp_ChainSettings_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RootSettings = { "RootSettings", nullptr, (EPropertyFlags)0x0144000020000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, RootSettings_DEPRECATED), Z_Construct_UClass_URetargetRootSettings_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RootSettings_MetaData), NewProp_RootSettings_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_GlobalSettings = { "GlobalSettings", nullptr, (EPropertyFlags)0x0144000020000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, GlobalSettings_DEPRECATED), Z_Construct_UClass_UIKRetargetGlobalSettings_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GlobalSettings_MetaData), NewProp_GlobalSettings_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UIKRetargeter_Statics::NewProp_OpStack = { "OpStack", nullptr, (EPropertyFlags)0x0144000020000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UIKRetargeter, OpStack_DEPRECATED), Z_Construct_UClass_URetargetOpStack_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OpStack_MetaData), NewProp_OpStack_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UIKRetargeter_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Version,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceIKRigAsset,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourcePreviewMesh,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetIKRigAsset,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetPreviewMesh,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetMeshOffset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetMeshScale,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceMeshOffset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowSourceMesh,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowTargetMesh,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowSourceSkeleton,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bShowTargetSkeleton,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bOverrideSourceSkeletonColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceOverideColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bOverrideTargetSkeletonColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetOverideColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bIgnoreRootLockInPreview,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bDebugDraw,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bProfileOps,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_BoneDrawSize,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Controller,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetOps_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetOps,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Profiles_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Profiles_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_Profiles,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_CurrentProfile,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceRetargetPoses_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceRetargetPoses_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_SourceRetargetPoses,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetRetargetPoses_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetRetargetPoses_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetRetargetPoses,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_CurrentSourceRetargetPose,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_CurrentTargetRetargetPose,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetRoot,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetFK,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_bRetargetIK,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetActorOffset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_TargetActorScale,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetPoses_ValueProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetPoses_Key_KeyProp,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RetargetPoses,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_CurrentRetargetPose,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_ChainMap,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_ChainSettings_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_ChainSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_RootSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_GlobalSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UIKRetargeter_Statics::NewProp_OpStack,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargeter_Statics::PropPointers) < 2048);
|
|
// ********** End Class UIKRetargeter Property Definitions *****************************************
|
|
UObject* (*const Z_Construct_UClass_UIKRetargeter_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_IKRig,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargeter_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRetargeter_Statics::ClassParams = {
|
|
&UIKRetargeter::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UIKRetargeter_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargeter_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRetargeter_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRetargeter_Statics::Class_MetaDataParams)
|
|
};
|
|
void UIKRetargeter::StaticRegisterNativesUIKRetargeter()
|
|
{
|
|
UClass* Class = UIKRetargeter::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UIKRetargeter_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UIKRetargeter()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UIKRetargeter.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRetargeter.OuterSingleton, Z_Construct_UClass_UIKRetargeter_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UIKRetargeter.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRetargeter);
|
|
UIKRetargeter::~UIKRetargeter() {}
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UIKRetargeter)
|
|
// ********** End Class UIKRetargeter **************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_IKRetargeter_h__Script_IKRig_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FIKRetargetPose::StaticStruct, Z_Construct_UScriptStruct_FIKRetargetPose_Statics::NewStructOps, TEXT("IKRetargetPose"),&Z_Registration_Info_UScriptStruct_FIKRetargetPose, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FIKRetargetPose), 2631083144U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UIKRetargeter, UIKRetargeter::StaticClass, TEXT("UIKRetargeter"), &Z_Registration_Info_UClass_UIKRetargeter, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRetargeter), 3650817129U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_IKRetargeter_h__Script_IKRig_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_IKRetargeter_h__Script_IKRig_2568908201{
|
|
TEXT("/Script/IKRig"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_IKRetargeter_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_IKRetargeter_h__Script_IKRig_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_IKRetargeter_h__Script_IKRig_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_Retargeter_IKRetargeter_h__Script_IKRig_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|