// 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 "BoneControllers/AnimNode_WarpTest.h" #include "Animation/AnimNodeBase.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeAnimNode_WarpTest() {} // ********** Begin Cross Module References ******************************************************** ANIMATIONWARPINGRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_WarpTest(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_Base(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FPoseLink(); UPackage* Z_Construct_UPackage__Script_AnimationWarpingRuntime(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FAnimNode_WarpTest ************************************************ struct Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics { static inline consteval int32 GetStructSize() { return sizeof(FAnimNode_WarpTest); } static inline consteval int16 GetStructAlignment() { return alignof(FAnimNode_WarpTest); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintInternalUseOnly", "true" }, { "BlueprintType", "true" }, { "DevelopmentStatus", "Experimental" }, { "ModuleRelativePath", "Public/BoneControllers/AnimNode_WarpTest.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Source_MetaData[] = { { "Category", "Links" }, { "DisplayPriority", "0" }, { "ModuleRelativePath", "Public/BoneControllers/AnimNode_WarpTest.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Transforms_MetaData[] = { { "Category", "Evaluation" }, { "Comment", "// the node will warp the character looping between Transforms[i] choosing the next one every SecondsToWait\n" }, { "ModuleRelativePath", "Public/BoneControllers/AnimNode_WarpTest.h" }, { "PinShownByDefault", "" }, { "ToolTip", "the node will warp the character looping between Transforms[i] choosing the next one every SecondsToWait" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SecondsToWait_MetaData[] = { { "Category", "Evaluation" }, { "Comment", "// every SecondsToWait we warp to the next Transforms[i]\n" }, { "ModuleRelativePath", "Public/BoneControllers/AnimNode_WarpTest.h" }, { "PinShownByDefault", "" }, { "ToolTip", "every SecondsToWait we warp to the next Transforms[i]" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FAnimNode_WarpTest constinit property declarations **************** static const UECodeGen_Private::FStructPropertyParams NewProp_Source; static const UECodeGen_Private::FStructPropertyParams NewProp_Transforms_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Transforms; static const UECodeGen_Private::FFloatPropertyParams NewProp_SecondsToWait; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FAnimNode_WarpTest constinit property declarations ****************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FAnimNode_WarpTest cannot be polymorphic unless super FAnimNode_Base is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNode_WarpTest; class UScriptStruct* FAnimNode_WarpTest::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FAnimNode_WarpTest.OuterSingleton) { Z_Registration_Info_UScriptStruct_FAnimNode_WarpTest.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNode_WarpTest, (UObject*)Z_Construct_UPackage__Script_AnimationWarpingRuntime(), TEXT("AnimNode_WarpTest")); } return Z_Registration_Info_UScriptStruct_FAnimNode_WarpTest.OuterSingleton; } // ********** Begin ScriptStruct FAnimNode_WarpTest Property Definitions *************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::NewProp_Source = { "Source", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_WarpTest, Source), Z_Construct_UScriptStruct_FPoseLink, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Source_MetaData), NewProp_Source_MetaData) }; // 2890301526 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::NewProp_Transforms_Inner = { "Transforms", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::NewProp_Transforms = { "Transforms", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_WarpTest, Transforms), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Transforms_MetaData), NewProp_Transforms_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::NewProp_SecondsToWait = { "SecondsToWait", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_WarpTest, SecondsToWait), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SecondsToWait_MetaData), NewProp_SecondsToWait_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::NewProp_Source, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::NewProp_Transforms_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::NewProp_Transforms, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::NewProp_SecondsToWait, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::PropPointers) < 2048); // ********** End ScriptStruct FAnimNode_WarpTest Property Definitions ***************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_AnimationWarpingRuntime, Z_Construct_UScriptStruct_FAnimNode_Base, &NewStructOps, "AnimNode_WarpTest", Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::PropPointers), sizeof(FAnimNode_WarpTest), alignof(FAnimNode_WarpTest), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_WarpTest() { if (!Z_Registration_Info_UScriptStruct_FAnimNode_WarpTest.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNode_WarpTest.InnerSingleton, Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FAnimNode_WarpTest.InnerSingleton); } // ********** End ScriptStruct FAnimNode_WarpTest ************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_AnimationWarping_Source_Runtime_Public_BoneControllers_AnimNode_WarpTest_h__Script_AnimationWarpingRuntime_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FAnimNode_WarpTest::StaticStruct, Z_Construct_UScriptStruct_FAnimNode_WarpTest_Statics::NewStructOps, TEXT("AnimNode_WarpTest"),&Z_Registration_Info_UScriptStruct_FAnimNode_WarpTest, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNode_WarpTest), 2628991475U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_AnimationWarping_Source_Runtime_Public_BoneControllers_AnimNode_WarpTest_h__Script_AnimationWarpingRuntime_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_AnimationWarping_Source_Runtime_Public_BoneControllers_AnimNode_WarpTest_h__Script_AnimationWarpingRuntime_3420270773{ TEXT("/Script/AnimationWarpingRuntime"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_AnimationWarping_Source_Runtime_Public_BoneControllers_AnimNode_WarpTest_h__Script_AnimationWarpingRuntime_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_AnimationWarping_Source_Runtime_Public_BoneControllers_AnimNode_WarpTest_h__Script_AnimationWarpingRuntime_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS