239 lines
18 KiB
C++
239 lines
18 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 "RootMotionAnalysis.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeRootMotionAnalysis() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
BLENDSPACEMOTIONANALYSIS_API UClass* Z_Construct_UClass_URootMotionAnalysisProperties();
|
||
|
|
BLENDSPACEMOTIONANALYSIS_API UClass* Z_Construct_UClass_URootMotionAnalysisProperties_NoRegister();
|
||
|
|
BLENDSPACEMOTIONANALYSIS_API UEnum* Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis();
|
||
|
|
PERSONA_API UClass* Z_Construct_UClass_ULinearAnalysisPropertiesBase();
|
||
|
|
PERSONA_API UEnum* Z_Construct_UEnum_Persona_EAnalysisLinearAxis();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EAnalysisRootMotionAxis ***************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EAnalysisRootMotionAxis;
|
||
|
|
static UEnum* EAnalysisRootMotionAxis_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EAnalysisRootMotionAxis.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EAnalysisRootMotionAxis.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis, (UObject*)Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis(), TEXT("EAnalysisRootMotionAxis"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EAnalysisRootMotionAxis.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> BLENDSPACEMOTIONANALYSIS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAnalysisRootMotionAxis>()
|
||
|
|
{
|
||
|
|
return EAnalysisRootMotionAxis_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "Comment", "//======================================================================================================================\n" },
|
||
|
|
{ "Direction.Comment", "//======================================================================================================================\n" },
|
||
|
|
{ "Direction.Name", "EAnalysisRootMotionAxis::Direction" },
|
||
|
|
{ "ForwardSlope.Comment", "//======================================================================================================================\n" },
|
||
|
|
{ "ForwardSlope.Name", "EAnalysisRootMotionAxis::ForwardSlope" },
|
||
|
|
{ "ForwardSpeed.Comment", "//======================================================================================================================\n" },
|
||
|
|
{ "ForwardSpeed.Name", "EAnalysisRootMotionAxis::ForwardSpeed" },
|
||
|
|
{ "ModuleRelativePath", "Public/RootMotionAnalysis.h" },
|
||
|
|
{ "RightwardSlope.Comment", "//======================================================================================================================\n" },
|
||
|
|
{ "RightwardSlope.Name", "EAnalysisRootMotionAxis::RightwardSlope" },
|
||
|
|
{ "RightwardSpeed.Comment", "//======================================================================================================================\n" },
|
||
|
|
{ "RightwardSpeed.Name", "EAnalysisRootMotionAxis::RightwardSpeed" },
|
||
|
|
{ "Speed.Comment", "//======================================================================================================================\n" },
|
||
|
|
{ "Speed.Name", "EAnalysisRootMotionAxis::Speed" },
|
||
|
|
{ "UpwardSpeed.Comment", "//======================================================================================================================\n" },
|
||
|
|
{ "UpwardSpeed.Name", "EAnalysisRootMotionAxis::UpwardSpeed" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EAnalysisRootMotionAxis::Speed", (int64)EAnalysisRootMotionAxis::Speed },
|
||
|
|
{ "EAnalysisRootMotionAxis::Direction", (int64)EAnalysisRootMotionAxis::Direction },
|
||
|
|
{ "EAnalysisRootMotionAxis::ForwardSpeed", (int64)EAnalysisRootMotionAxis::ForwardSpeed },
|
||
|
|
{ "EAnalysisRootMotionAxis::RightwardSpeed", (int64)EAnalysisRootMotionAxis::RightwardSpeed },
|
||
|
|
{ "EAnalysisRootMotionAxis::UpwardSpeed", (int64)EAnalysisRootMotionAxis::UpwardSpeed },
|
||
|
|
{ "EAnalysisRootMotionAxis::ForwardSlope", (int64)EAnalysisRootMotionAxis::ForwardSlope },
|
||
|
|
{ "EAnalysisRootMotionAxis::RightwardSlope", (int64)EAnalysisRootMotionAxis::RightwardSlope },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis,
|
||
|
|
nullptr,
|
||
|
|
"EAnalysisRootMotionAxis",
|
||
|
|
"EAnalysisRootMotionAxis",
|
||
|
|
Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis_Statics::Enum_MetaDataParams), Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EAnalysisRootMotionAxis.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EAnalysisRootMotionAxis.InnerSingleton, Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EAnalysisRootMotionAxis.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EAnalysisRootMotionAxis *****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class URootMotionAnalysisProperties ********************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URootMotionAnalysisProperties;
|
||
|
|
UClass* URootMotionAnalysisProperties::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = URootMotionAnalysisProperties;
|
||
|
|
if (!Z_Registration_Info_UClass_URootMotionAnalysisProperties.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("RootMotionAnalysisProperties"),
|
||
|
|
Z_Registration_Info_UClass_URootMotionAnalysisProperties.InnerSingleton,
|
||
|
|
StaticRegisterNativesURootMotionAnalysisProperties,
|
||
|
|
sizeof(TClass),
|
||
|
|
alignof(TClass),
|
||
|
|
TClass::StaticClassFlags,
|
||
|
|
TClass::StaticClassCastFlags(),
|
||
|
|
TClass::StaticConfigName(),
|
||
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
||
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
||
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
||
|
|
&TClass::Super::StaticClass,
|
||
|
|
&TClass::WithinClass::StaticClass
|
||
|
|
);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_URootMotionAnalysisProperties.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_URootMotionAnalysisProperties_NoRegister()
|
||
|
|
{
|
||
|
|
return URootMotionAnalysisProperties::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_URootMotionAnalysisProperties_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "//======================================================================================================================\n" },
|
||
|
|
{ "IncludePath", "RootMotionAnalysis.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/RootMotionAnalysis.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FunctionAxis_MetaData[] = {
|
||
|
|
{ "Category", "AnalysisProperties" },
|
||
|
|
{ "Comment", "/** Axis for the analysis function */" },
|
||
|
|
{ "DisplayName", "Axis" },
|
||
|
|
{ "ModuleRelativePath", "Public/RootMotionAnalysis.h" },
|
||
|
|
{ "ToolTip", "Axis for the analysis function" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CharacterFacingAxis_MetaData[] = {
|
||
|
|
{ "Category", "AnalysisProperties" },
|
||
|
|
{ "Comment", "/** World or bone/socket axis that specifies the character's facing direction */" },
|
||
|
|
{ "ModuleRelativePath", "Public/RootMotionAnalysis.h" },
|
||
|
|
{ "ToolTip", "World or bone/socket axis that specifies the character's facing direction" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CharacterUpAxis_MetaData[] = {
|
||
|
|
{ "Category", "AnalysisProperties" },
|
||
|
|
{ "Comment", "/** World or bone/socket axis that specifies the character's up direction */" },
|
||
|
|
{ "ModuleRelativePath", "Public/RootMotionAnalysis.h" },
|
||
|
|
{ "ToolTip", "World or bone/socket axis that specifies the character's up direction" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class URootMotionAnalysisProperties constinit property declarations ************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_FunctionAxis_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_FunctionAxis;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_CharacterFacingAxis_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_CharacterFacingAxis;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_CharacterUpAxis_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_CharacterUpAxis;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class URootMotionAnalysisProperties constinit property declarations **************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<URootMotionAnalysisProperties>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_URootMotionAnalysisProperties_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class URootMotionAnalysisProperties Property Definitions ***********************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_URootMotionAnalysisProperties_Statics::NewProp_FunctionAxis_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_UClass_URootMotionAnalysisProperties_Statics::NewProp_FunctionAxis = { "FunctionAxis", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URootMotionAnalysisProperties, FunctionAxis), Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisRootMotionAxis, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FunctionAxis_MetaData), NewProp_FunctionAxis_MetaData) }; // 3711672820
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_URootMotionAnalysisProperties_Statics::NewProp_CharacterFacingAxis_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_UClass_URootMotionAnalysisProperties_Statics::NewProp_CharacterFacingAxis = { "CharacterFacingAxis", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URootMotionAnalysisProperties, CharacterFacingAxis), Z_Construct_UEnum_Persona_EAnalysisLinearAxis, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CharacterFacingAxis_MetaData), NewProp_CharacterFacingAxis_MetaData) }; // 2489960087
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_URootMotionAnalysisProperties_Statics::NewProp_CharacterUpAxis_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_UClass_URootMotionAnalysisProperties_Statics::NewProp_CharacterUpAxis = { "CharacterUpAxis", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URootMotionAnalysisProperties, CharacterUpAxis), Z_Construct_UEnum_Persona_EAnalysisLinearAxis, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CharacterUpAxis_MetaData), NewProp_CharacterUpAxis_MetaData) }; // 2489960087
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URootMotionAnalysisProperties_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionAnalysisProperties_Statics::NewProp_FunctionAxis_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionAnalysisProperties_Statics::NewProp_FunctionAxis,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionAnalysisProperties_Statics::NewProp_CharacterFacingAxis_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionAnalysisProperties_Statics::NewProp_CharacterFacingAxis,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionAnalysisProperties_Statics::NewProp_CharacterUpAxis_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URootMotionAnalysisProperties_Statics::NewProp_CharacterUpAxis,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URootMotionAnalysisProperties_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class URootMotionAnalysisProperties Property Definitions *************************
|
||
|
|
UObject* (*const Z_Construct_UClass_URootMotionAnalysisProperties_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_ULinearAnalysisPropertiesBase,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URootMotionAnalysisProperties_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URootMotionAnalysisProperties_Statics::ClassParams = {
|
||
|
|
&URootMotionAnalysisProperties::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_URootMotionAnalysisProperties_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_URootMotionAnalysisProperties_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000000A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URootMotionAnalysisProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_URootMotionAnalysisProperties_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void URootMotionAnalysisProperties::StaticRegisterNativesURootMotionAnalysisProperties()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_URootMotionAnalysisProperties()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_URootMotionAnalysisProperties.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URootMotionAnalysisProperties.OuterSingleton, Z_Construct_UClass_URootMotionAnalysisProperties_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_URootMotionAnalysisProperties.OuterSingleton;
|
||
|
|
}
|
||
|
|
URootMotionAnalysisProperties::URootMotionAnalysisProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URootMotionAnalysisProperties);
|
||
|
|
URootMotionAnalysisProperties::~URootMotionAnalysisProperties() {}
|
||
|
|
// ********** End Class URootMotionAnalysisProperties **********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EAnalysisRootMotionAxis_StaticEnum, TEXT("EAnalysisRootMotionAxis"), &Z_Registration_Info_UEnum_EAnalysisRootMotionAxis, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3711672820U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_URootMotionAnalysisProperties, URootMotionAnalysisProperties::StaticClass, TEXT("URootMotionAnalysisProperties"), &Z_Registration_Info_UClass_URootMotionAnalysisProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URootMotionAnalysisProperties), 243498914U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_1915318598{
|
||
|
|
TEXT("/Script/BlendSpaceMotionAnalysis"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|