// 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 "ActorComponents/IKRigComponent.h" #include "Rig/IKRigDataTypes.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeIKRigComponent() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQuat(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); ENGINE_API UClass* Z_Construct_UClass_UActorComponent(); IKRIG_API UClass* Z_Construct_UClass_UIKGoalCreatorInterface_NoRegister(); IKRIG_API UClass* Z_Construct_UClass_UIKRigComponent(); IKRIG_API UClass* Z_Construct_UClass_UIKRigComponent_NoRegister(); IKRIG_API UScriptStruct* Z_Construct_UScriptStruct_FIKRigGoal(); UPackage* Z_Construct_UPackage__Script_IKRig(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UIKRigComponent Function ClearAllGoals *********************************** struct Z_Construct_UFunction_UIKRigComponent_ClearAllGoals_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "IKRigGoals" }, { "Comment", "/** Remove all stored goals in this component. */" }, { "ModuleRelativePath", "Public/ActorComponents/IKRigComponent.h" }, { "ToolTip", "Remove all stored goals in this component." }, }; #endif // WITH_METADATA // ********** Begin Function ClearAllGoals constinit property declarations ************************* // ********** End Function ClearAllGoals constinit property declarations *************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRigComponent_ClearAllGoals_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRigComponent, nullptr, "ClearAllGoals", nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_ClearAllGoals_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRigComponent_ClearAllGoals_Statics::Function_MetaDataParams)}, }; UFunction* Z_Construct_UFunction_UIKRigComponent_ClearAllGoals() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRigComponent_ClearAllGoals_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UIKRigComponent::execClearAllGoals) { P_FINISH; P_NATIVE_BEGIN; P_THIS->ClearAllGoals(); P_NATIVE_END; } // ********** End Class UIKRigComponent Function ClearAllGoals ************************************* // ********** Begin Class UIKRigComponent Function SetIKRigGoal ************************************ struct Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics { struct IKRigComponent_eventSetIKRigGoal_Parms { FIKRigGoal Goal; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "IKRigGoals" }, { "Comment", "/** Apply a IKRigGoal and store it on this rig. Goal transform assumed in Component Space of Skeletal Mesh. */" }, { "ModuleRelativePath", "Public/ActorComponents/IKRigComponent.h" }, { "ToolTip", "Apply a IKRigGoal and store it on this rig. Goal transform assumed in Component Space of Skeletal Mesh." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Goal_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetIKRigGoal constinit property declarations ************************** static const UECodeGen_Private::FStructPropertyParams NewProp_Goal; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetIKRigGoal constinit property declarations **************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetIKRigGoal Property Definitions ************************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::NewProp_Goal = { "Goal", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoal_Parms, Goal), Z_Construct_UScriptStruct_FIKRigGoal, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Goal_MetaData), NewProp_Goal_MetaData) }; // 3308627082 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::NewProp_Goal, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::PropPointers) < 2048); // ********** End Function SetIKRigGoal Property Definitions *************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRigComponent, nullptr, "SetIKRigGoal", Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::PropPointers), sizeof(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::IKRigComponent_eventSetIKRigGoal_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::IKRigComponent_eventSetIKRigGoal_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UIKRigComponent::execSetIKRigGoal) { P_GET_STRUCT_REF(FIKRigGoal,Z_Param_Out_Goal); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetIKRigGoal(Z_Param_Out_Goal); P_NATIVE_END; } // ********** End Class UIKRigComponent Function SetIKRigGoal ************************************** // ********** Begin Class UIKRigComponent Function SetIKRigGoalPositionAndRotation ***************** struct Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics { struct IKRigComponent_eventSetIKRigGoalPositionAndRotation_Parms { FName GoalName; FVector Position; FQuat Rotation; float PositionAlpha; float RotationAlpha; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "IKRigGoals" }, { "Comment", "/** Set an IK Rig Goal position and rotation (assumed in Component Space of Skeletal Mesh) with separate alpha values. */" }, { "ModuleRelativePath", "Public/ActorComponents/IKRigComponent.h" }, { "ToolTip", "Set an IK Rig Goal position and rotation (assumed in Component Space of Skeletal Mesh) with separate alpha values." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GoalName_MetaData[] = { { "NativeConst", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Position_MetaData[] = { { "NativeConst", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Rotation_MetaData[] = { { "NativeConst", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PositionAlpha_MetaData[] = { { "NativeConst", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotationAlpha_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetIKRigGoalPositionAndRotation constinit property declarations ******* static const UECodeGen_Private::FNamePropertyParams NewProp_GoalName; static const UECodeGen_Private::FStructPropertyParams NewProp_Position; static const UECodeGen_Private::FStructPropertyParams NewProp_Rotation; static const UECodeGen_Private::FFloatPropertyParams NewProp_PositionAlpha; static const UECodeGen_Private::FFloatPropertyParams NewProp_RotationAlpha; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetIKRigGoalPositionAndRotation constinit property declarations ********* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetIKRigGoalPositionAndRotation Property Definitions ****************** const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_GoalName = { "GoalName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoalPositionAndRotation_Parms, GoalName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GoalName_MetaData), NewProp_GoalName_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_Position = { "Position", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoalPositionAndRotation_Parms, Position), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Position_MetaData), NewProp_Position_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_Rotation = { "Rotation", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoalPositionAndRotation_Parms, Rotation), Z_Construct_UScriptStruct_FQuat, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Rotation_MetaData), NewProp_Rotation_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_PositionAlpha = { "PositionAlpha", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoalPositionAndRotation_Parms, PositionAlpha), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PositionAlpha_MetaData), NewProp_PositionAlpha_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_RotationAlpha = { "RotationAlpha", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoalPositionAndRotation_Parms, RotationAlpha), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotationAlpha_MetaData), NewProp_RotationAlpha_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_GoalName, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_Position, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_Rotation, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_PositionAlpha, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::NewProp_RotationAlpha, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::PropPointers) < 2048); // ********** End Function SetIKRigGoalPositionAndRotation Property Definitions ******************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRigComponent, nullptr, "SetIKRigGoalPositionAndRotation", Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::PropPointers), sizeof(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::IKRigComponent_eventSetIKRigGoalPositionAndRotation_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::IKRigComponent_eventSetIKRigGoalPositionAndRotation_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UIKRigComponent::execSetIKRigGoalPositionAndRotation) { P_GET_PROPERTY(FNameProperty,Z_Param_GoalName); P_GET_STRUCT(FVector,Z_Param_Position); P_GET_STRUCT(FQuat,Z_Param_Rotation); P_GET_PROPERTY(FFloatProperty,Z_Param_PositionAlpha); P_GET_PROPERTY(FFloatProperty,Z_Param_RotationAlpha); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetIKRigGoalPositionAndRotation(Z_Param_GoalName,Z_Param_Position,Z_Param_Rotation,Z_Param_PositionAlpha,Z_Param_RotationAlpha); P_NATIVE_END; } // ********** End Class UIKRigComponent Function SetIKRigGoalPositionAndRotation ******************* // ********** Begin Class UIKRigComponent Function SetIKRigGoalTransform *************************** struct Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics { struct IKRigComponent_eventSetIKRigGoalTransform_Parms { FName GoalName; FTransform Transform; float PositionAlpha; float RotationAlpha; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "IKRigGoals" }, { "Comment", "/** Set an IK Rig Goal transform (assumed in Component Space of Skeletal Mesh) with separate alpha values. */" }, { "ModuleRelativePath", "Public/ActorComponents/IKRigComponent.h" }, { "ToolTip", "Set an IK Rig Goal transform (assumed in Component Space of Skeletal Mesh) with separate alpha values." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GoalName_MetaData[] = { { "NativeConst", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Transform_MetaData[] = { { "NativeConst", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PositionAlpha_MetaData[] = { { "NativeConst", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RotationAlpha_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetIKRigGoalTransform constinit property declarations ***************** static const UECodeGen_Private::FNamePropertyParams NewProp_GoalName; static const UECodeGen_Private::FStructPropertyParams NewProp_Transform; static const UECodeGen_Private::FFloatPropertyParams NewProp_PositionAlpha; static const UECodeGen_Private::FFloatPropertyParams NewProp_RotationAlpha; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetIKRigGoalTransform constinit property declarations ******************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetIKRigGoalTransform Property Definitions **************************** const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::NewProp_GoalName = { "GoalName", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoalTransform_Parms, GoalName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GoalName_MetaData), NewProp_GoalName_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::NewProp_Transform = { "Transform", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoalTransform_Parms, Transform), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Transform_MetaData), NewProp_Transform_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::NewProp_PositionAlpha = { "PositionAlpha", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoalTransform_Parms, PositionAlpha), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PositionAlpha_MetaData), NewProp_PositionAlpha_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::NewProp_RotationAlpha = { "RotationAlpha", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(IKRigComponent_eventSetIKRigGoalTransform_Parms, RotationAlpha), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RotationAlpha_MetaData), NewProp_RotationAlpha_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::NewProp_GoalName, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::NewProp_Transform, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::NewProp_PositionAlpha, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::NewProp_RotationAlpha, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::PropPointers) < 2048); // ********** End Function SetIKRigGoalTransform Property Definitions ****************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UIKRigComponent, nullptr, "SetIKRigGoalTransform", Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::PropPointers), sizeof(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::IKRigComponent_eventSetIKRigGoalTransform_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::IKRigComponent_eventSetIKRigGoalTransform_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UIKRigComponent::execSetIKRigGoalTransform) { P_GET_PROPERTY(FNameProperty,Z_Param_GoalName); P_GET_STRUCT(FTransform,Z_Param_Transform); P_GET_PROPERTY(FFloatProperty,Z_Param_PositionAlpha); P_GET_PROPERTY(FFloatProperty,Z_Param_RotationAlpha); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetIKRigGoalTransform(Z_Param_GoalName,Z_Param_Transform,Z_Param_PositionAlpha,Z_Param_RotationAlpha); P_NATIVE_END; } // ********** End Class UIKRigComponent Function SetIKRigGoalTransform ***************************** // ********** Begin Class UIKRigComponent ********************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UIKRigComponent; UClass* UIKRigComponent::GetPrivateStaticClass() { using TClass = UIKRigComponent; if (!Z_Registration_Info_UClass_UIKRigComponent.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("IKRigComponent"), Z_Registration_Info_UClass_UIKRigComponent.InnerSingleton, StaticRegisterNativesUIKRigComponent, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UIKRigComponent.InnerSingleton; } UClass* Z_Construct_UClass_UIKRigComponent_NoRegister() { return UIKRigComponent::GetPrivateStaticClass(); } struct Z_Construct_UClass_UIKRigComponent_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintSpawnableComponent", "" }, { "BlueprintType", "true" }, { "ClassGroupNames", "IKRig" }, { "IncludePath", "ActorComponents/IKRigComponent.h" }, { "IsBlueprintBase", "true" }, { "ModuleRelativePath", "Public/ActorComponents/IKRigComponent.h" }, }; #endif // WITH_METADATA // ********** Begin Class UIKRigComponent constinit property declarations ************************** // ********** End Class UIKRigComponent constinit property declarations **************************** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("ClearAllGoals"), .Pointer = &UIKRigComponent::execClearAllGoals }, { .NameUTF8 = UTF8TEXT("SetIKRigGoal"), .Pointer = &UIKRigComponent::execSetIKRigGoal }, { .NameUTF8 = UTF8TEXT("SetIKRigGoalPositionAndRotation"), .Pointer = &UIKRigComponent::execSetIKRigGoalPositionAndRotation }, { .NameUTF8 = UTF8TEXT("SetIKRigGoalTransform"), .Pointer = &UIKRigComponent::execSetIKRigGoalTransform }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UIKRigComponent_ClearAllGoals, "ClearAllGoals" }, // 2590689458 { &Z_Construct_UFunction_UIKRigComponent_SetIKRigGoal, "SetIKRigGoal" }, // 275424473 { &Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalPositionAndRotation, "SetIKRigGoalPositionAndRotation" }, // 1194698376 { &Z_Construct_UFunction_UIKRigComponent_SetIKRigGoalTransform, "SetIKRigGoalTransform" }, // 567935388 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[]; static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UIKRigComponent_Statics UObject* (*const Z_Construct_UClass_UIKRigComponent_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UActorComponent, (UObject* (*)())Z_Construct_UPackage__Script_IKRig, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRigComponent_Statics::DependentSingletons) < 16); const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UIKRigComponent_Statics::InterfaceParams[] = { { Z_Construct_UClass_UIKGoalCreatorInterface_NoRegister, (int32)VTABLE_OFFSET(UIKRigComponent, IIKGoalCreatorInterface), false }, // 2188526901 }; const UECodeGen_Private::FClassParams Z_Construct_UClass_UIKRigComponent_Statics::ClassParams = { &UIKRigComponent::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, nullptr, InterfaceParams, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), 0, UE_ARRAY_COUNT(InterfaceParams), 0x00A810A4u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UIKRigComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UIKRigComponent_Statics::Class_MetaDataParams) }; void UIKRigComponent::StaticRegisterNativesUIKRigComponent() { UClass* Class = UIKRigComponent::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UIKRigComponent_Statics::Funcs)); } UClass* Z_Construct_UClass_UIKRigComponent() { if (!Z_Registration_Info_UClass_UIKRigComponent.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UIKRigComponent.OuterSingleton, Z_Construct_UClass_UIKRigComponent_Statics::ClassParams); } return Z_Registration_Info_UClass_UIKRigComponent.OuterSingleton; } UIKRigComponent::UIKRigComponent(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UIKRigComponent); UIKRigComponent::~UIKRigComponent() {} // ********** End Class UIKRigComponent ************************************************************ // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_ActorComponents_IKRigComponent_h__Script_IKRig_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UIKRigComponent, UIKRigComponent::StaticClass, TEXT("UIKRigComponent"), &Z_Registration_Info_UClass_UIKRigComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UIKRigComponent), 4237906644U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_ActorComponents_IKRigComponent_h__Script_IKRig_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_ActorComponents_IKRigComponent_h__Script_IKRig_574033650{ TEXT("/Script/IKRig"), Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_ActorComponents_IKRigComponent_h__Script_IKRig_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_IKRig_Source_IKRig_Public_ActorComponents_IKRigComponent_h__Script_IKRig_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS