177 lines
13 KiB
C++
177 lines
13 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 "Animation/AnimNodeSpaceConversions.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 EmptyLinkFunctionForGeneratedCodeAnimNodeSpaceConversions() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_Base();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FComponentSpacePoseLink();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FPoseLink();
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_ConvertComponentToLocalSpace ****************************
|
|
struct Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNode_ConvertComponentToLocalSpace); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNode_ConvertComponentToLocalSpace); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNodeSpaceConversions.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ComponentPose_MetaData[] = {
|
|
{ "Category", "Links" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNodeSpaceConversions.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_ConvertComponentToLocalSpace constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ComponentPose;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimNode_ConvertComponentToLocalSpace constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNode_ConvertComponentToLocalSpace>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics
|
|
static_assert(std::is_polymorphic<FAnimNode_ConvertComponentToLocalSpace>() == std::is_polymorphic<FAnimNode_Base>(), "USTRUCT FAnimNode_ConvertComponentToLocalSpace cannot be polymorphic unless super FAnimNode_Base is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace;
|
|
class UScriptStruct* FAnimNode_ConvertComponentToLocalSpace::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimNode_ConvertComponentToLocalSpace"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_ConvertComponentToLocalSpace Property Definitions *******
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::NewProp_ComponentPose = { "ComponentPose", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_ConvertComponentToLocalSpace, ComponentPose), Z_Construct_UScriptStruct_FComponentSpacePoseLink, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ComponentPose_MetaData), NewProp_ComponentPose_MetaData) }; // 2895431935
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::NewProp_ComponentPose,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimNode_ConvertComponentToLocalSpace Property Definitions *********
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FAnimNode_Base,
|
|
&NewStructOps,
|
|
"AnimNode_ConvertComponentToLocalSpace",
|
|
Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::PropPointers),
|
|
sizeof(FAnimNode_ConvertComponentToLocalSpace),
|
|
alignof(FAnimNode_ConvertComponentToLocalSpace),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace.InnerSingleton, Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNode_ConvertComponentToLocalSpace ******************************
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_ConvertLocalToComponentSpace ****************************
|
|
struct Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAnimNode_ConvertLocalToComponentSpace); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAnimNode_ConvertLocalToComponentSpace); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintInternalUseOnly", "true" },
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNodeSpaceConversions.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocalPose_MetaData[] = {
|
|
{ "Category", "Links" },
|
|
{ "ModuleRelativePath", "Classes/Animation/AnimNodeSpaceConversions.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_ConvertLocalToComponentSpace constinit property declarations
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LocalPose;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FAnimNode_ConvertLocalToComponentSpace constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnimNode_ConvertLocalToComponentSpace>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics
|
|
static_assert(std::is_polymorphic<FAnimNode_ConvertLocalToComponentSpace>() == std::is_polymorphic<FAnimNode_Base>(), "USTRUCT FAnimNode_ConvertLocalToComponentSpace cannot be polymorphic unless super FAnimNode_Base is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace;
|
|
class UScriptStruct* FAnimNode_ConvertLocalToComponentSpace::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("AnimNode_ConvertLocalToComponentSpace"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FAnimNode_ConvertLocalToComponentSpace Property Definitions *******
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::NewProp_LocalPose = { "LocalPose", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnimNode_ConvertLocalToComponentSpace, LocalPose), Z_Construct_UScriptStruct_FPoseLink, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocalPose_MetaData), NewProp_LocalPose_MetaData) }; // 2890301526
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::NewProp_LocalPose,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FAnimNode_ConvertLocalToComponentSpace Property Definitions *********
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
|
Z_Construct_UScriptStruct_FAnimNode_Base,
|
|
&NewStructOps,
|
|
"AnimNode_ConvertLocalToComponentSpace",
|
|
Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::PropPointers),
|
|
sizeof(FAnimNode_ConvertLocalToComponentSpace),
|
|
alignof(FAnimNode_ConvertLocalToComponentSpace),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace.InnerSingleton, Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FAnimNode_ConvertLocalToComponentSpace ******************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNodeSpaceConversions_h__Script_Engine_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FAnimNode_ConvertComponentToLocalSpace::StaticStruct, Z_Construct_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace_Statics::NewStructOps, TEXT("AnimNode_ConvertComponentToLocalSpace"),&Z_Registration_Info_UScriptStruct_FAnimNode_ConvertComponentToLocalSpace, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNode_ConvertComponentToLocalSpace), 990782717U) },
|
|
{ FAnimNode_ConvertLocalToComponentSpace::StaticStruct, Z_Construct_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace_Statics::NewStructOps, TEXT("AnimNode_ConvertLocalToComponentSpace"),&Z_Registration_Info_UScriptStruct_FAnimNode_ConvertLocalToComponentSpace, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnimNode_ConvertLocalToComponentSpace), 264120929U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNodeSpaceConversions_h__Script_Engine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNodeSpaceConversions_h__Script_Engine_3607976821{
|
|
TEXT("/Script/Engine"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNodeSpaceConversions_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_AnimNodeSpaceConversions_h__Script_Engine_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|