// 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 "Animation/AnimNode_SaveCachedPose.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_SaveCachedPose() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_Base(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FPoseLink(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FAnimNode_SaveCachedPose ****************************************** struct Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics { static inline consteval int32 GetStructSize() { return sizeof(FAnimNode_SaveCachedPose); } static inline consteval int16 GetStructAlignment() { return alignof(FAnimNode_SaveCachedPose); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintInternalUseOnly", "true" }, { "BlueprintType", "true" }, { "Comment", "// namespace UE::Anim\n" }, { "ModuleRelativePath", "Classes/Animation/AnimNode_SaveCachedPose.h" }, { "ToolTip", "namespace UE::Anim" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pose_MetaData[] = { { "Category", "Links" }, { "ModuleRelativePath", "Classes/Animation/AnimNode_SaveCachedPose.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CachePoseName_MetaData[] = { { "Comment", "/** Intentionally not exposed, set by AnimBlueprintCompiler */" }, { "ModuleRelativePath", "Classes/Animation/AnimNode_SaveCachedPose.h" }, { "ToolTip", "Intentionally not exposed, set by AnimBlueprintCompiler" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FAnimNode_SaveCachedPose constinit property declarations ********** static const UECodeGen_Private::FStructPropertyParams NewProp_Pose; static const UECodeGen_Private::FNamePropertyParams NewProp_CachePoseName; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FAnimNode_SaveCachedPose constinit property declarations ************ static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FAnimNode_SaveCachedPose cannot be polymorphic unless super FAnimNode_Base is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNode_SaveCachedPose; class UScriptStruct* FAnimNode_SaveCachedPose::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FAnimNode_SaveCachedPose.OuterSingleton) { Z_Registration_Info_UScriptStruct_FAnimNode_SaveCachedPose.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimNode_SaveCachedPose")); } return Z_Registration_Info_UScriptStruct_FAnimNode_SaveCachedPose.OuterSingleton; } // ********** Begin ScriptStruct FAnimNode_SaveCachedPose Property Definitions ********************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::NewProp_Pose = { "Pose", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_SaveCachedPose, Pose), Z_Construct_UScriptStruct_FPoseLink, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pose_MetaData), NewProp_Pose_MetaData) }; // 2890301526 const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::NewProp_CachePoseName = { "CachePoseName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_SaveCachedPose, CachePoseName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CachePoseName_MetaData), NewProp_CachePoseName_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::NewProp_Pose, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::NewProp_CachePoseName, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::PropPointers) < 2048); // ********** End ScriptStruct FAnimNode_SaveCachedPose Property Definitions *********************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, Z_Construct_UScriptStruct_FAnimNode_Base, &NewStructOps, "AnimNode_SaveCachedPose", Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::PropPointers), sizeof(FAnimNode_SaveCachedPose), alignof(FAnimNode_SaveCachedPose), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose() { if (!Z_Registration_Info_UScriptStruct_FAnimNode_SaveCachedPose.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNode_SaveCachedPose.InnerSingleton, Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FAnimNode_SaveCachedPose.InnerSingleton); } // ********** End ScriptStruct FAnimNode_SaveCachedPose ******************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNode_SaveCachedPose_h__Script_Engine_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FAnimNode_SaveCachedPose::StaticStruct, Z_Construct_UScriptStruct_FAnimNode_SaveCachedPose_Statics::NewStructOps, TEXT("AnimNode_SaveCachedPose"),&Z_Registration_Info_UScriptStruct_FAnimNode_SaveCachedPose, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNode_SaveCachedPose), 1482789822U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNode_SaveCachedPose_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNode_SaveCachedPose_h__Script_Engine_3543010710{ TEXT("/Script/Engine"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNode_SaveCachedPose_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNode_SaveCachedPose_h__Script_Engine_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS