Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,120 @@
// 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 "BlendSpaceMotionAnalysis.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeBlendSpaceMotionAnalysis() {}
// ********** Begin Cross Module References ********************************************************
BLENDSPACEMOTIONANALYSIS_API UClass* Z_Construct_UClass_UCachedMotionAnalysisProperties();
BLENDSPACEMOTIONANALYSIS_API UClass* Z_Construct_UClass_UCachedMotionAnalysisProperties_NoRegister();
PERSONA_API UClass* Z_Construct_UClass_UCachedAnalysisProperties();
UPackage* Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UCachedMotionAnalysisProperties ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCachedMotionAnalysisProperties;
UClass* UCachedMotionAnalysisProperties::GetPrivateStaticClass()
{
using TClass = UCachedMotionAnalysisProperties;
if (!Z_Registration_Info_UClass_UCachedMotionAnalysisProperties.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CachedMotionAnalysisProperties"),
Z_Registration_Info_UClass_UCachedMotionAnalysisProperties.InnerSingleton,
StaticRegisterNativesUCachedMotionAnalysisProperties,
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_UCachedMotionAnalysisProperties.InnerSingleton;
}
UClass* Z_Construct_UClass_UCachedMotionAnalysisProperties_NoRegister()
{
return UCachedMotionAnalysisProperties::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "//======================================================================================================================\n" },
{ "IncludePath", "BlendSpaceMotionAnalysis.h" },
{ "ModuleRelativePath", "Public/BlendSpaceMotionAnalysis.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UCachedMotionAnalysisProperties constinit property declarations **********
// ********** End Class UCachedMotionAnalysisProperties constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCachedMotionAnalysisProperties>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics
UObject* (*const Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UCachedAnalysisProperties,
(UObject* (*)())Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics::ClassParams = {
&UCachedMotionAnalysisProperties::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics::Class_MetaDataParams)
};
void UCachedMotionAnalysisProperties::StaticRegisterNativesUCachedMotionAnalysisProperties()
{
}
UClass* Z_Construct_UClass_UCachedMotionAnalysisProperties()
{
if (!Z_Registration_Info_UClass_UCachedMotionAnalysisProperties.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCachedMotionAnalysisProperties.OuterSingleton, Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCachedMotionAnalysisProperties.OuterSingleton;
}
UCachedMotionAnalysisProperties::UCachedMotionAnalysisProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCachedMotionAnalysisProperties);
UCachedMotionAnalysisProperties::~UCachedMotionAnalysisProperties() {}
// ********** End Class UCachedMotionAnalysisProperties ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCachedMotionAnalysisProperties, UCachedMotionAnalysisProperties::StaticClass, TEXT("UCachedMotionAnalysisProperties"), &Z_Registration_Info_UClass_UCachedMotionAnalysisProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCachedMotionAnalysisProperties), 3090952874U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_2642223539{
TEXT("/Script/BlendSpaceMotionAnalysis"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "BlendSpaceMotionAnalysis.h"
#ifdef BLENDSPACEMOTIONANALYSIS_BlendSpaceMotionAnalysis_generated_h
#error "BlendSpaceMotionAnalysis.generated.h already included, missing '#pragma once' in BlendSpaceMotionAnalysis.h"
#endif
#define BLENDSPACEMOTIONANALYSIS_BlendSpaceMotionAnalysis_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UCachedMotionAnalysisProperties ******************************************
struct Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics;
BLENDSPACEMOTIONANALYSIS_API UClass* Z_Construct_UClass_UCachedMotionAnalysisProperties_NoRegister();
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUCachedMotionAnalysisProperties(); \
friend struct ::Z_Construct_UClass_UCachedMotionAnalysisProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend BLENDSPACEMOTIONANALYSIS_API UClass* ::Z_Construct_UClass_UCachedMotionAnalysisProperties_NoRegister(); \
public: \
DECLARE_CLASS2(UCachedMotionAnalysisProperties, UCachedAnalysisProperties, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/BlendSpaceMotionAnalysis"), Z_Construct_UClass_UCachedMotionAnalysisProperties_NoRegister) \
DECLARE_SERIALIZER(UCachedMotionAnalysisProperties)
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h_16_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UCachedMotionAnalysisProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UCachedMotionAnalysisProperties(UCachedMotionAnalysisProperties&&) = delete; \
UCachedMotionAnalysisProperties(const UCachedMotionAnalysisProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UCachedMotionAnalysisProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCachedMotionAnalysisProperties); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UCachedMotionAnalysisProperties) \
NO_API virtual ~UCachedMotionAnalysisProperties();
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h_13_PROLOG
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UCachedMotionAnalysisProperties;
// ********** End Class UCachedMotionAnalysisProperties ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_BlendSpaceMotionAnalysis_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeBlendSpaceMotionAnalysis_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_BlendSpaceMotionAnalysis;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis()
{
if (!Z_Registration_Info_UPackage__Script_BlendSpaceMotionAnalysis.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/BlendSpaceMotionAnalysis",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xD0648F79,
0xB759931D,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_BlendSpaceMotionAnalysis.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_BlendSpaceMotionAnalysis.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_BlendSpaceMotionAnalysis(Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis, TEXT("/Script/BlendSpaceMotionAnalysis"), Z_Registration_Info_UPackage__Script_BlendSpaceMotionAnalysis, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xD0648F79, 0xB759931D));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,260 @@
// 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 "LocomotionAnalysis.h"
#include "Animation/BoneSocketReference.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLocomotionAnalysis() {}
// ********** Begin Cross Module References ********************************************************
BLENDSPACEMOTIONANALYSIS_API UClass* Z_Construct_UClass_ULocomotionAnalysisProperties();
BLENDSPACEMOTIONANALYSIS_API UClass* Z_Construct_UClass_ULocomotionAnalysisProperties_NoRegister();
BLENDSPACEMOTIONANALYSIS_API UEnum* Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis();
ENGINE_API UClass* Z_Construct_UClass_UAnalysisProperties();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBoneSocketTarget();
PERSONA_API UEnum* Z_Construct_UEnum_Persona_EAnalysisLinearAxis();
UPackage* Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EAnalysisLocomotionAxis ***************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EAnalysisLocomotionAxis;
static UEnum* EAnalysisLocomotionAxis_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EAnalysisLocomotionAxis.OuterSingleton)
{
Z_Registration_Info_UEnum_EAnalysisLocomotionAxis.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis, (UObject*)Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis(), TEXT("EAnalysisLocomotionAxis"));
}
return Z_Registration_Info_UEnum_EAnalysisLocomotionAxis.OuterSingleton;
}
template<> BLENDSPACEMOTIONANALYSIS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAnalysisLocomotionAxis>()
{
return EAnalysisLocomotionAxis_StaticEnum();
}
struct Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "//======================================================================================================================\n" },
{ "Direction.Comment", "//======================================================================================================================\n" },
{ "Direction.Name", "EAnalysisLocomotionAxis::Direction" },
{ "ForwardSlope.Comment", "//======================================================================================================================\n" },
{ "ForwardSlope.Name", "EAnalysisLocomotionAxis::ForwardSlope" },
{ "ForwardSpeed.Comment", "//======================================================================================================================\n" },
{ "ForwardSpeed.Name", "EAnalysisLocomotionAxis::ForwardSpeed" },
{ "ModuleRelativePath", "Public/LocomotionAnalysis.h" },
{ "RightwardSlope.Comment", "//======================================================================================================================\n" },
{ "RightwardSlope.Name", "EAnalysisLocomotionAxis::RightwardSlope" },
{ "RightwardSpeed.Comment", "//======================================================================================================================\n" },
{ "RightwardSpeed.Name", "EAnalysisLocomotionAxis::RightwardSpeed" },
{ "Speed.Comment", "//======================================================================================================================\n" },
{ "Speed.Name", "EAnalysisLocomotionAxis::Speed" },
{ "UpwardSpeed.Comment", "//======================================================================================================================\n" },
{ "UpwardSpeed.Name", "EAnalysisLocomotionAxis::UpwardSpeed" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EAnalysisLocomotionAxis::Speed", (int64)EAnalysisLocomotionAxis::Speed },
{ "EAnalysisLocomotionAxis::Direction", (int64)EAnalysisLocomotionAxis::Direction },
{ "EAnalysisLocomotionAxis::ForwardSpeed", (int64)EAnalysisLocomotionAxis::ForwardSpeed },
{ "EAnalysisLocomotionAxis::RightwardSpeed", (int64)EAnalysisLocomotionAxis::RightwardSpeed },
{ "EAnalysisLocomotionAxis::UpwardSpeed", (int64)EAnalysisLocomotionAxis::UpwardSpeed },
{ "EAnalysisLocomotionAxis::ForwardSlope", (int64)EAnalysisLocomotionAxis::ForwardSlope },
{ "EAnalysisLocomotionAxis::RightwardSlope", (int64)EAnalysisLocomotionAxis::RightwardSlope },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis,
nullptr,
"EAnalysisLocomotionAxis",
"EAnalysisLocomotionAxis",
Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis_Statics::Enum_MetaDataParams), Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis()
{
if (!Z_Registration_Info_UEnum_EAnalysisLocomotionAxis.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EAnalysisLocomotionAxis.InnerSingleton, Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EAnalysisLocomotionAxis.InnerSingleton;
}
// ********** End Enum EAnalysisLocomotionAxis *****************************************************
// ********** Begin Class ULocomotionAnalysisProperties ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULocomotionAnalysisProperties;
UClass* ULocomotionAnalysisProperties::GetPrivateStaticClass()
{
using TClass = ULocomotionAnalysisProperties;
if (!Z_Registration_Info_UClass_ULocomotionAnalysisProperties.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LocomotionAnalysisProperties"),
Z_Registration_Info_UClass_ULocomotionAnalysisProperties.InnerSingleton,
StaticRegisterNativesULocomotionAnalysisProperties,
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_ULocomotionAnalysisProperties.InnerSingleton;
}
UClass* Z_Construct_UClass_ULocomotionAnalysisProperties_NoRegister()
{
return ULocomotionAnalysisProperties::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULocomotionAnalysisProperties_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "//======================================================================================================================\n" },
{ "IncludePath", "LocomotionAnalysis.h" },
{ "ModuleRelativePath", "Public/LocomotionAnalysis.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FunctionAxis_MetaData[] = {
{ "Category", "AnalysisProperties" },
{ "Comment", "/** Axis for the analysis function */" },
{ "DisplayName", "Axis" },
{ "ModuleRelativePath", "Public/LocomotionAnalysis.h" },
{ "ToolTip", "Axis for the analysis function" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PrimaryBoneSocket_MetaData[] = {
{ "Category", "AnalysisProperties" },
{ "Comment", "/** The primary bone or socket used for analysis */" },
{ "DisplayName", "Bone/Socket 1" },
{ "ModuleRelativePath", "Public/LocomotionAnalysis.h" },
{ "ToolTip", "The primary bone or socket used for analysis" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SecondaryBoneSocket_MetaData[] = {
{ "Category", "AnalysisProperties" },
{ "Comment", "/** The secondary bone or socket used for analysis */" },
{ "DisplayName", "Bone/Socket 2" },
{ "ModuleRelativePath", "Public/LocomotionAnalysis.h" },
{ "ToolTip", "The secondary bone or socket used for analysis" },
};
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/LocomotionAnalysis.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/LocomotionAnalysis.h" },
{ "ToolTip", "World or bone/socket axis that specifies the character's up direction" },
};
#endif // WITH_METADATA
// ********** Begin Class ULocomotionAnalysisProperties constinit property declarations ************
static const UECodeGen_Private::FBytePropertyParams NewProp_FunctionAxis_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_FunctionAxis;
static const UECodeGen_Private::FStructPropertyParams NewProp_PrimaryBoneSocket;
static const UECodeGen_Private::FStructPropertyParams NewProp_SecondaryBoneSocket;
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 ULocomotionAnalysisProperties constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULocomotionAnalysisProperties>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULocomotionAnalysisProperties_Statics
// ********** Begin Class ULocomotionAnalysisProperties Property Definitions ***********************
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_ULocomotionAnalysisProperties_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_ULocomotionAnalysisProperties_Statics::NewProp_FunctionAxis = { "FunctionAxis", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULocomotionAnalysisProperties, FunctionAxis), Z_Construct_UEnum_BlendSpaceMotionAnalysis_EAnalysisLocomotionAxis, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FunctionAxis_MetaData), NewProp_FunctionAxis_MetaData) }; // 4149786515
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_PrimaryBoneSocket = { "PrimaryBoneSocket", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULocomotionAnalysisProperties, PrimaryBoneSocket), Z_Construct_UScriptStruct_FBoneSocketTarget, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PrimaryBoneSocket_MetaData), NewProp_PrimaryBoneSocket_MetaData) }; // 3986982990
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_SecondaryBoneSocket = { "SecondaryBoneSocket", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULocomotionAnalysisProperties, SecondaryBoneSocket), Z_Construct_UScriptStruct_FBoneSocketTarget, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SecondaryBoneSocket_MetaData), NewProp_SecondaryBoneSocket_MetaData) }; // 3986982990
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_ULocomotionAnalysisProperties_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_ULocomotionAnalysisProperties_Statics::NewProp_CharacterFacingAxis = { "CharacterFacingAxis", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULocomotionAnalysisProperties, 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_ULocomotionAnalysisProperties_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_ULocomotionAnalysisProperties_Statics::NewProp_CharacterUpAxis = { "CharacterUpAxis", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULocomotionAnalysisProperties, 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_ULocomotionAnalysisProperties_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_FunctionAxis_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_FunctionAxis,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_PrimaryBoneSocket,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_SecondaryBoneSocket,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_CharacterFacingAxis_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_CharacterFacingAxis,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_CharacterUpAxis_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::NewProp_CharacterUpAxis,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::PropPointers) < 2048);
// ********** End Class ULocomotionAnalysisProperties Property Definitions *************************
UObject* (*const Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAnalysisProperties,
(UObject* (*)())Z_Construct_UPackage__Script_BlendSpaceMotionAnalysis,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::ClassParams = {
&ULocomotionAnalysisProperties::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::PropPointers),
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::Class_MetaDataParams), Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::Class_MetaDataParams)
};
void ULocomotionAnalysisProperties::StaticRegisterNativesULocomotionAnalysisProperties()
{
}
UClass* Z_Construct_UClass_ULocomotionAnalysisProperties()
{
if (!Z_Registration_Info_UClass_ULocomotionAnalysisProperties.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULocomotionAnalysisProperties.OuterSingleton, Z_Construct_UClass_ULocomotionAnalysisProperties_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULocomotionAnalysisProperties.OuterSingleton;
}
ULocomotionAnalysisProperties::ULocomotionAnalysisProperties(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULocomotionAnalysisProperties);
ULocomotionAnalysisProperties::~ULocomotionAnalysisProperties() {}
// ********** End Class ULocomotionAnalysisProperties **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EAnalysisLocomotionAxis_StaticEnum, TEXT("EAnalysisLocomotionAxis"), &Z_Registration_Info_UEnum_EAnalysisLocomotionAxis, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 4149786515U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULocomotionAnalysisProperties, ULocomotionAnalysisProperties::StaticClass, TEXT("ULocomotionAnalysisProperties"), &Z_Registration_Info_UClass_ULocomotionAnalysisProperties, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULocomotionAnalysisProperties), 662718612U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h__Script_BlendSpaceMotionAnalysis_78319751{
TEXT("/Script/BlendSpaceMotionAnalysis"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h__Script_BlendSpaceMotionAnalysis_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,78 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "LocomotionAnalysis.h"
#ifdef BLENDSPACEMOTIONANALYSIS_LocomotionAnalysis_generated_h
#error "LocomotionAnalysis.generated.h already included, missing '#pragma once' in LocomotionAnalysis.h"
#endif
#define BLENDSPACEMOTIONANALYSIS_LocomotionAnalysis_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class ULocomotionAnalysisProperties ********************************************
struct Z_Construct_UClass_ULocomotionAnalysisProperties_Statics;
BLENDSPACEMOTIONANALYSIS_API UClass* Z_Construct_UClass_ULocomotionAnalysisProperties_NoRegister();
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h_25_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesULocomotionAnalysisProperties(); \
friend struct ::Z_Construct_UClass_ULocomotionAnalysisProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend BLENDSPACEMOTIONANALYSIS_API UClass* ::Z_Construct_UClass_ULocomotionAnalysisProperties_NoRegister(); \
public: \
DECLARE_CLASS2(ULocomotionAnalysisProperties, UAnalysisProperties, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/BlendSpaceMotionAnalysis"), Z_Construct_UClass_ULocomotionAnalysisProperties_NoRegister) \
DECLARE_SERIALIZER(ULocomotionAnalysisProperties)
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h_25_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API ULocomotionAnalysisProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
ULocomotionAnalysisProperties(ULocomotionAnalysisProperties&&) = delete; \
ULocomotionAnalysisProperties(const ULocomotionAnalysisProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, ULocomotionAnalysisProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULocomotionAnalysisProperties); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULocomotionAnalysisProperties) \
NO_API virtual ~ULocomotionAnalysisProperties();
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h_22_PROLOG
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h_25_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h_25_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h_25_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULocomotionAnalysisProperties;
// ********** End Class ULocomotionAnalysisProperties **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_LocomotionAnalysis_h
// ********** Begin Enum EAnalysisLocomotionAxis ***************************************************
#define FOREACH_ENUM_EANALYSISLOCOMOTIONAXIS(op) \
op(EAnalysisLocomotionAxis::Speed) \
op(EAnalysisLocomotionAxis::Direction) \
op(EAnalysisLocomotionAxis::ForwardSpeed) \
op(EAnalysisLocomotionAxis::RightwardSpeed) \
op(EAnalysisLocomotionAxis::UpwardSpeed) \
op(EAnalysisLocomotionAxis::ForwardSlope) \
op(EAnalysisLocomotionAxis::RightwardSlope)
enum class EAnalysisLocomotionAxis : uint8;
template<> struct TIsUEnumClass<EAnalysisLocomotionAxis> { enum { Value = true }; };
template<> BLENDSPACEMOTIONANALYSIS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAnalysisLocomotionAxis>();
// ********** End Enum EAnalysisLocomotionAxis *****************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,238 @@
// 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

View File

@@ -0,0 +1,78 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "RootMotionAnalysis.h"
#ifdef BLENDSPACEMOTIONANALYSIS_RootMotionAnalysis_generated_h
#error "RootMotionAnalysis.generated.h already included, missing '#pragma once' in RootMotionAnalysis.h"
#endif
#define BLENDSPACEMOTIONANALYSIS_RootMotionAnalysis_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class URootMotionAnalysisProperties ********************************************
struct Z_Construct_UClass_URootMotionAnalysisProperties_Statics;
BLENDSPACEMOTIONANALYSIS_API UClass* Z_Construct_UClass_URootMotionAnalysisProperties_NoRegister();
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h_25_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesURootMotionAnalysisProperties(); \
friend struct ::Z_Construct_UClass_URootMotionAnalysisProperties_Statics; \
static UClass* GetPrivateStaticClass(); \
friend BLENDSPACEMOTIONANALYSIS_API UClass* ::Z_Construct_UClass_URootMotionAnalysisProperties_NoRegister(); \
public: \
DECLARE_CLASS2(URootMotionAnalysisProperties, ULinearAnalysisPropertiesBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/BlendSpaceMotionAnalysis"), Z_Construct_UClass_URootMotionAnalysisProperties_NoRegister) \
DECLARE_SERIALIZER(URootMotionAnalysisProperties)
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h_25_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API URootMotionAnalysisProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
URootMotionAnalysisProperties(URootMotionAnalysisProperties&&) = delete; \
URootMotionAnalysisProperties(const URootMotionAnalysisProperties&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, URootMotionAnalysisProperties); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(URootMotionAnalysisProperties); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(URootMotionAnalysisProperties) \
NO_API virtual ~URootMotionAnalysisProperties();
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h_22_PROLOG
#define FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h_25_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h_25_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h_25_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class URootMotionAnalysisProperties;
// ********** End Class URootMotionAnalysisProperties **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_BlendSpaceMotionAnalysis_Source_BlendSpaceMotionAnalysis_Public_RootMotionAnalysis_h
// ********** Begin Enum EAnalysisRootMotionAxis ***************************************************
#define FOREACH_ENUM_EANALYSISROOTMOTIONAXIS(op) \
op(EAnalysisRootMotionAxis::Speed) \
op(EAnalysisRootMotionAxis::Direction) \
op(EAnalysisRootMotionAxis::ForwardSpeed) \
op(EAnalysisRootMotionAxis::RightwardSpeed) \
op(EAnalysisRootMotionAxis::UpwardSpeed) \
op(EAnalysisRootMotionAxis::ForwardSlope) \
op(EAnalysisRootMotionAxis::RightwardSlope)
enum class EAnalysisRootMotionAxis : uint8;
template<> struct TIsUEnumClass<EAnalysisRootMotionAxis> { enum { Value = true }; };
template<> BLENDSPACEMOTIONANALYSIS_NON_ATTRIBUTED_API UEnum* StaticEnum<EAnalysisRootMotionAxis>();
// ********** End Enum EAnalysisRootMotionAxis *****************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,3 @@
D:\UE_5_7_1\Engine\Plugins\Animation\BlendSpaceMotionAnalysis\Source\BlendSpaceMotionAnalysis\Public\BlendSpaceMotionAnalysis.h
D:\UE_5_7_1\Engine\Plugins\Animation\BlendSpaceMotionAnalysis\Source\BlendSpaceMotionAnalysis\Public\LocomotionAnalysis.h
D:\UE_5_7_1\Engine\Plugins\Animation\BlendSpaceMotionAnalysis\Source\BlendSpaceMotionAnalysis\Public\RootMotionAnalysis.h