// 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 "BlendSpaceLibrary.h" #include "Animation/AnimNodeReference.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeBlendSpaceLibrary() {} // ********** Begin Cross Module References ******************************************************** ANIMGRAPHRUNTIME_API UClass* Z_Construct_UClass_UBlendSpaceLibrary(); ANIMGRAPHRUNTIME_API UClass* Z_Construct_UClass_UBlendSpaceLibrary_NoRegister(); ANIMGRAPHRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FBlendSpaceReference(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_EAnimNodeReferenceConversionResult(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNodeReference(); UPackage* Z_Construct_UPackage__Script_AnimGraphRuntime(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FBlendSpaceReference ********************************************** struct Z_Construct_UScriptStruct_FBlendSpaceReference_Statics { static inline consteval int32 GetStructSize() { return sizeof(FBlendSpaceReference); } static inline consteval int16 GetStructAlignment() { return alignof(FBlendSpaceReference); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintType", "true" }, { "ModuleRelativePath", "Public/BlendSpaceLibrary.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FBlendSpaceReference constinit property declarations ************** // ********** End ScriptStruct FBlendSpaceReference constinit property declarations **************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FBlendSpaceReference_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FBlendSpaceReference cannot be polymorphic unless super FAnimNodeReference is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBlendSpaceReference; class UScriptStruct* FBlendSpaceReference::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FBlendSpaceReference.OuterSingleton) { Z_Registration_Info_UScriptStruct_FBlendSpaceReference.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBlendSpaceReference, (UObject*)Z_Construct_UPackage__Script_AnimGraphRuntime(), TEXT("BlendSpaceReference")); } return Z_Registration_Info_UScriptStruct_FBlendSpaceReference.OuterSingleton; } const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBlendSpaceReference_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_AnimGraphRuntime, Z_Construct_UScriptStruct_FAnimNodeReference, &NewStructOps, "BlendSpaceReference", nullptr, 0, sizeof(FBlendSpaceReference), alignof(FBlendSpaceReference), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBlendSpaceReference_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBlendSpaceReference_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FBlendSpaceReference() { if (!Z_Registration_Info_UScriptStruct_FBlendSpaceReference.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBlendSpaceReference.InnerSingleton, Z_Construct_UScriptStruct_FBlendSpaceReference_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FBlendSpaceReference.InnerSingleton); } // ********** End ScriptStruct FBlendSpaceReference ************************************************ // ********** Begin Class UBlendSpaceLibrary Function ConvertToBlendSpace ************************** struct Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics { struct BlendSpaceLibrary_eventConvertToBlendSpace_Parms { FAnimNodeReference Node; EAnimNodeReferenceConversionResult Result; FBlendSpaceReference ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "BlueprintThreadSafe", "" }, { "Category", "Blend Space" }, { "Comment", "/** Get a blend space context from an anim node context. */" }, { "ExpandEnumAsExecs", "Result" }, { "ModuleRelativePath", "Public/BlendSpaceLibrary.h" }, { "ToolTip", "Get a blend space context from an anim node context." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Node_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function ConvertToBlendSpace constinit property declarations ******************* static const UECodeGen_Private::FStructPropertyParams NewProp_Node; static const UECodeGen_Private::FBytePropertyParams NewProp_Result_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_Result; static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function ConvertToBlendSpace constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function ConvertToBlendSpace Property Definitions ****************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::NewProp_Node = { "Node", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventConvertToBlendSpace_Parms, Node), Z_Construct_UScriptStruct_FAnimNodeReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Node_MetaData), NewProp_Node_MetaData) }; // 508147072 const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::NewProp_Result_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventConvertToBlendSpace_Parms, Result), Z_Construct_UEnum_Engine_EAnimNodeReferenceConversionResult, METADATA_PARAMS(0, nullptr) }; // 981738679 const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventConvertToBlendSpace_Parms, ReturnValue), Z_Construct_UScriptStruct_FBlendSpaceReference, METADATA_PARAMS(0, nullptr) }; // 3721528911 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::NewProp_Node, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::NewProp_Result_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::NewProp_Result, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::PropPointers) < 2048); // ********** End Function ConvertToBlendSpace Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBlendSpaceLibrary, nullptr, "ConvertToBlendSpace", Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::BlendSpaceLibrary_eventConvertToBlendSpace_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::BlendSpaceLibrary_eventConvertToBlendSpace_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBlendSpaceLibrary::execConvertToBlendSpace) { P_GET_STRUCT_REF(FAnimNodeReference,Z_Param_Out_Node); P_GET_ENUM_REF(EAnimNodeReferenceConversionResult,Z_Param_Out_Result); P_FINISH; P_NATIVE_BEGIN; *(FBlendSpaceReference*)Z_Param__Result=UBlendSpaceLibrary::ConvertToBlendSpace(Z_Param_Out_Node,(EAnimNodeReferenceConversionResult&)(Z_Param_Out_Result)); P_NATIVE_END; } // ********** End Class UBlendSpaceLibrary Function ConvertToBlendSpace **************************** // ********** Begin Class UBlendSpaceLibrary Function ConvertToBlendSpacePure ********************** struct Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics { struct BlendSpaceLibrary_eventConvertToBlendSpacePure_Parms { FAnimNodeReference Node; FBlendSpaceReference BlendSpace; bool Result; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "BlueprintThreadSafe", "" }, { "Category", "Blend Space" }, { "Comment", "/** Get a blend space context from an anim node context (pure). */" }, { "DisplayName", "Convert to Blend Space (Pure)" }, { "ModuleRelativePath", "Public/BlendSpaceLibrary.h" }, { "ToolTip", "Get a blend space context from an anim node context (pure)." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Node_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function ConvertToBlendSpacePure constinit property declarations *************** static const UECodeGen_Private::FStructPropertyParams NewProp_Node; static const UECodeGen_Private::FStructPropertyParams NewProp_BlendSpace; static void NewProp_Result_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_Result; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function ConvertToBlendSpacePure constinit property declarations ***************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function ConvertToBlendSpacePure Property Definitions ************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::NewProp_Node = { "Node", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventConvertToBlendSpacePure_Parms, Node), Z_Construct_UScriptStruct_FAnimNodeReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Node_MetaData), NewProp_Node_MetaData) }; // 508147072 const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::NewProp_BlendSpace = { "BlendSpace", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventConvertToBlendSpacePure_Parms, BlendSpace), Z_Construct_UScriptStruct_FBlendSpaceReference, METADATA_PARAMS(0, nullptr) }; // 3721528911 void Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::NewProp_Result_SetBit(void* Obj) { ((BlendSpaceLibrary_eventConvertToBlendSpacePure_Parms*)Obj)->Result = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::NewProp_Result = { "Result", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(BlendSpaceLibrary_eventConvertToBlendSpacePure_Parms), &Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::NewProp_Result_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::NewProp_Node, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::NewProp_BlendSpace, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::NewProp_Result, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::PropPointers) < 2048); // ********** End Function ConvertToBlendSpacePure Property Definitions **************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBlendSpaceLibrary, nullptr, "ConvertToBlendSpacePure", Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::BlendSpaceLibrary_eventConvertToBlendSpacePure_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::BlendSpaceLibrary_eventConvertToBlendSpacePure_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBlendSpaceLibrary::execConvertToBlendSpacePure) { P_GET_STRUCT_REF(FAnimNodeReference,Z_Param_Out_Node); P_GET_STRUCT_REF(FBlendSpaceReference,Z_Param_Out_BlendSpace); P_GET_UBOOL_REF(Z_Param_Out_Result); P_FINISH; P_NATIVE_BEGIN; UBlendSpaceLibrary::ConvertToBlendSpacePure(Z_Param_Out_Node,Z_Param_Out_BlendSpace,Z_Param_Out_Result); P_NATIVE_END; } // ********** End Class UBlendSpaceLibrary Function ConvertToBlendSpacePure ************************ // ********** Begin Class UBlendSpaceLibrary Function GetFilteredPosition ************************** struct Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics { struct BlendSpaceLibrary_eventGetFilteredPosition_Parms { FBlendSpaceReference BlendSpace; FVector ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "BlueprintThreadSafe", "" }, { "Category", "Blend Space" }, { "Comment", "/** Get the current sample coordinates after going through the filtering. */" }, { "ModuleRelativePath", "Public/BlendSpaceLibrary.h" }, { "ToolTip", "Get the current sample coordinates after going through the filtering." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlendSpace_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function GetFilteredPosition constinit property declarations ******************* static const UECodeGen_Private::FStructPropertyParams NewProp_BlendSpace; static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetFilteredPosition constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetFilteredPosition Property Definitions ****************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::NewProp_BlendSpace = { "BlendSpace", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventGetFilteredPosition_Parms, BlendSpace), Z_Construct_UScriptStruct_FBlendSpaceReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlendSpace_MetaData), NewProp_BlendSpace_MetaData) }; // 3721528911 const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventGetFilteredPosition_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::NewProp_BlendSpace, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::PropPointers) < 2048); // ********** End Function GetFilteredPosition Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBlendSpaceLibrary, nullptr, "GetFilteredPosition", Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::BlendSpaceLibrary_eventGetFilteredPosition_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::BlendSpaceLibrary_eventGetFilteredPosition_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBlendSpaceLibrary::execGetFilteredPosition) { P_GET_STRUCT_REF(FBlendSpaceReference,Z_Param_Out_BlendSpace); P_FINISH; P_NATIVE_BEGIN; *(FVector*)Z_Param__Result=UBlendSpaceLibrary::GetFilteredPosition(Z_Param_Out_BlendSpace); P_NATIVE_END; } // ********** End Class UBlendSpaceLibrary Function GetFilteredPosition **************************** // ********** Begin Class UBlendSpaceLibrary Function GetPosition ********************************** struct Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics { struct BlendSpaceLibrary_eventGetPosition_Parms { FBlendSpaceReference BlendSpace; FVector ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "BlueprintThreadSafe", "" }, { "Category", "Blend Space" }, { "Comment", "/** Get the current position of the blend space. */" }, { "ModuleRelativePath", "Public/BlendSpaceLibrary.h" }, { "ToolTip", "Get the current position of the blend space." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlendSpace_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function GetPosition constinit property declarations *************************** static const UECodeGen_Private::FStructPropertyParams NewProp_BlendSpace; static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetPosition constinit property declarations ***************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetPosition Property Definitions ************************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::NewProp_BlendSpace = { "BlendSpace", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventGetPosition_Parms, BlendSpace), Z_Construct_UScriptStruct_FBlendSpaceReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlendSpace_MetaData), NewProp_BlendSpace_MetaData) }; // 3721528911 const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventGetPosition_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::NewProp_BlendSpace, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::PropPointers) < 2048); // ********** End Function GetPosition Property Definitions **************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBlendSpaceLibrary, nullptr, "GetPosition", Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::BlendSpaceLibrary_eventGetPosition_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x14C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::BlendSpaceLibrary_eventGetPosition_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBlendSpaceLibrary::execGetPosition) { P_GET_STRUCT_REF(FBlendSpaceReference,Z_Param_Out_BlendSpace); P_FINISH; P_NATIVE_BEGIN; *(FVector*)Z_Param__Result=UBlendSpaceLibrary::GetPosition(Z_Param_Out_BlendSpace); P_NATIVE_END; } // ********** End Class UBlendSpaceLibrary Function GetPosition ************************************ // ********** Begin Class UBlendSpaceLibrary Function SnapToPosition ******************************* struct Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics { struct BlendSpaceLibrary_eventSnapToPosition_Parms { FBlendSpaceReference BlendSpace; FVector NewPosition; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "BlueprintThreadSafe", "" }, { "Category", "Blend Space" }, { "Comment", "/** Forces the Position to the specified value */" }, { "ModuleRelativePath", "Public/BlendSpaceLibrary.h" }, { "ToolTip", "Forces the Position to the specified value" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlendSpace_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SnapToPosition constinit property declarations ************************ static const UECodeGen_Private::FStructPropertyParams NewProp_BlendSpace; static const UECodeGen_Private::FStructPropertyParams NewProp_NewPosition; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SnapToPosition constinit property declarations ************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SnapToPosition Property Definitions *********************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::NewProp_BlendSpace = { "BlendSpace", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventSnapToPosition_Parms, BlendSpace), Z_Construct_UScriptStruct_FBlendSpaceReference, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlendSpace_MetaData), NewProp_BlendSpace_MetaData) }; // 3721528911 const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::NewProp_NewPosition = { "NewPosition", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(BlendSpaceLibrary_eventSnapToPosition_Parms, NewPosition), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::NewProp_BlendSpace, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::NewProp_NewPosition, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::PropPointers) < 2048); // ********** End Function SnapToPosition Property Definitions ************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBlendSpaceLibrary, nullptr, "SnapToPosition", Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::BlendSpaceLibrary_eventSnapToPosition_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::BlendSpaceLibrary_eventSnapToPosition_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBlendSpaceLibrary::execSnapToPosition) { P_GET_STRUCT_REF(FBlendSpaceReference,Z_Param_Out_BlendSpace); P_GET_STRUCT(FVector,Z_Param_NewPosition); P_FINISH; P_NATIVE_BEGIN; UBlendSpaceLibrary::SnapToPosition(Z_Param_Out_BlendSpace,Z_Param_NewPosition); P_NATIVE_END; } // ********** End Class UBlendSpaceLibrary Function SnapToPosition ********************************* // ********** Begin Class UBlendSpaceLibrary ******************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UBlendSpaceLibrary; UClass* UBlendSpaceLibrary::GetPrivateStaticClass() { using TClass = UBlendSpaceLibrary; if (!Z_Registration_Info_UClass_UBlendSpaceLibrary.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("BlendSpaceLibrary"), Z_Registration_Info_UClass_UBlendSpaceLibrary.InnerSingleton, StaticRegisterNativesUBlendSpaceLibrary, 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_UBlendSpaceLibrary.InnerSingleton; } UClass* Z_Construct_UClass_UBlendSpaceLibrary_NoRegister() { return UBlendSpaceLibrary::GetPrivateStaticClass(); } struct Z_Construct_UClass_UBlendSpaceLibrary_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Exposes operations to be performed on a blend space anim node.\n */" }, { "IncludePath", "BlendSpaceLibrary.h" }, { "ModuleRelativePath", "Public/BlendSpaceLibrary.h" }, { "ToolTip", "Exposes operations to be performed on a blend space anim node." }, }; #endif // WITH_METADATA // ********** Begin Class UBlendSpaceLibrary constinit property declarations *********************** // ********** End Class UBlendSpaceLibrary constinit property declarations ************************* static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("ConvertToBlendSpace"), .Pointer = &UBlendSpaceLibrary::execConvertToBlendSpace }, { .NameUTF8 = UTF8TEXT("ConvertToBlendSpacePure"), .Pointer = &UBlendSpaceLibrary::execConvertToBlendSpacePure }, { .NameUTF8 = UTF8TEXT("GetFilteredPosition"), .Pointer = &UBlendSpaceLibrary::execGetFilteredPosition }, { .NameUTF8 = UTF8TEXT("GetPosition"), .Pointer = &UBlendSpaceLibrary::execGetPosition }, { .NameUTF8 = UTF8TEXT("SnapToPosition"), .Pointer = &UBlendSpaceLibrary::execSnapToPosition }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpace, "ConvertToBlendSpace" }, // 2195839364 { &Z_Construct_UFunction_UBlendSpaceLibrary_ConvertToBlendSpacePure, "ConvertToBlendSpacePure" }, // 2813036436 { &Z_Construct_UFunction_UBlendSpaceLibrary_GetFilteredPosition, "GetFilteredPosition" }, // 2485209265 { &Z_Construct_UFunction_UBlendSpaceLibrary_GetPosition, "GetPosition" }, // 3579442691 { &Z_Construct_UFunction_UBlendSpaceLibrary_SnapToPosition, "SnapToPosition" }, // 1360470010 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UBlendSpaceLibrary_Statics UObject* (*const Z_Construct_UClass_UBlendSpaceLibrary_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary, (UObject* (*)())Z_Construct_UPackage__Script_AnimGraphRuntime, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpaceLibrary_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UBlendSpaceLibrary_Statics::ClassParams = { &UBlendSpaceLibrary::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), 0, 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpaceLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UBlendSpaceLibrary_Statics::Class_MetaDataParams) }; void UBlendSpaceLibrary::StaticRegisterNativesUBlendSpaceLibrary() { UClass* Class = UBlendSpaceLibrary::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UBlendSpaceLibrary_Statics::Funcs)); } UClass* Z_Construct_UClass_UBlendSpaceLibrary() { if (!Z_Registration_Info_UClass_UBlendSpaceLibrary.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBlendSpaceLibrary.OuterSingleton, Z_Construct_UClass_UBlendSpaceLibrary_Statics::ClassParams); } return Z_Registration_Info_UClass_UBlendSpaceLibrary.OuterSingleton; } UBlendSpaceLibrary::UBlendSpaceLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBlendSpaceLibrary); UBlendSpaceLibrary::~UBlendSpaceLibrary() {} // ********** End Class UBlendSpaceLibrary ********************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_BlendSpaceLibrary_h__Script_AnimGraphRuntime_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FBlendSpaceReference::StaticStruct, Z_Construct_UScriptStruct_FBlendSpaceReference_Statics::NewStructOps, TEXT("BlendSpaceReference"),&Z_Registration_Info_UScriptStruct_FBlendSpaceReference, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBlendSpaceReference), 3721528911U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UBlendSpaceLibrary, UBlendSpaceLibrary::StaticClass, TEXT("UBlendSpaceLibrary"), &Z_Registration_Info_UClass_UBlendSpaceLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBlendSpaceLibrary), 2118640914U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_BlendSpaceLibrary_h__Script_AnimGraphRuntime_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_BlendSpaceLibrary_h__Script_AnimGraphRuntime_2300753105{ TEXT("/Script/AnimGraphRuntime"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_BlendSpaceLibrary_h__Script_AnimGraphRuntime_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_BlendSpaceLibrary_h__Script_AnimGraphRuntime_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_BlendSpaceLibrary_h__Script_AnimGraphRuntime_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AnimGraphRuntime_Public_BlendSpaceLibrary_h__Script_AnimGraphRuntime_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS