// 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/BlendSpace1D.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeBlendSpace1D() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_UBlendSpace(); ENGINE_API UClass* Z_Construct_UClass_UBlendSpace1D(); ENGINE_API UClass* Z_Construct_UClass_UBlendSpace1D_NoRegister(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UBlendSpace1D ************************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UBlendSpace1D; UClass* UBlendSpace1D::GetPrivateStaticClass() { using TClass = UBlendSpace1D; if (!Z_Registration_Info_UClass_UBlendSpace1D.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("BlendSpace1D"), Z_Registration_Info_UClass_UBlendSpace1D.InnerSingleton, StaticRegisterNativesUBlendSpace1D, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UBlendSpace1D.InnerSingleton; } UClass* Z_Construct_UClass_UBlendSpace1D_NoRegister() { return UBlendSpace1D::GetPrivateStaticClass(); } struct Z_Construct_UClass_UBlendSpace1D_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * Allows multiple animations to be blended between based on input parameters\n */" }, { "HideCategories", "Object Object" }, { "IncludePath", "Animation/BlendSpace1D.h" }, { "ModuleRelativePath", "Classes/Animation/BlendSpace1D.h" }, { "ToolTip", "Allows multiple animations to be blended between based on input parameters" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDisplayEditorVertically_MetaData[] = { { "ModuleRelativePath", "Classes/Animation/BlendSpace1D.h" }, }; #endif // WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bScaleAnimation_MetaData[] = { { "Category", "InputInterpolation" }, { "Comment", "/**\n\x09 * If you have input smoothing, whether to scale the animation speed. E.g. for locomotion animation, \n\x09 * the speed axis will scale the animation speed in order to make up the difference between the target \n\x09 * and the result of blending the samples.\n\x09 */" }, { "ModuleRelativePath", "Classes/Animation/BlendSpace1D.h" }, { "ToolTip", "If you have input smoothing, whether to scale the animation speed. E.g. for locomotion animation,\nthe speed axis will scale the animation speed in order to make up the difference between the target\nand the result of blending the samples." }, }; #endif // WITH_METADATA // ********** Begin Class UBlendSpace1D constinit property declarations **************************** #if WITH_EDITORONLY_DATA static void NewProp_bDisplayEditorVertically_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bDisplayEditorVertically; #endif // WITH_EDITORONLY_DATA static void NewProp_bScaleAnimation_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bScaleAnimation; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UBlendSpace1D constinit property declarations ****************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UBlendSpace1D_Statics // ********** Begin Class UBlendSpace1D Property Definitions *************************************** #if WITH_EDITORONLY_DATA void Z_Construct_UClass_UBlendSpace1D_Statics::NewProp_bDisplayEditorVertically_SetBit(void* Obj) { ((UBlendSpace1D*)Obj)->bDisplayEditorVertically_DEPRECATED = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UBlendSpace1D_Statics::NewProp_bDisplayEditorVertically = { "bDisplayEditorVertically", nullptr, (EPropertyFlags)0x0010000820000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UBlendSpace1D), &Z_Construct_UClass_UBlendSpace1D_Statics::NewProp_bDisplayEditorVertically_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDisplayEditorVertically_MetaData), NewProp_bDisplayEditorVertically_MetaData) }; #endif // WITH_EDITORONLY_DATA void Z_Construct_UClass_UBlendSpace1D_Statics::NewProp_bScaleAnimation_SetBit(void* Obj) { ((UBlendSpace1D*)Obj)->bScaleAnimation = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UBlendSpace1D_Statics::NewProp_bScaleAnimation = { "bScaleAnimation", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UBlendSpace1D), &Z_Construct_UClass_UBlendSpace1D_Statics::NewProp_bScaleAnimation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bScaleAnimation_MetaData), NewProp_bScaleAnimation_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBlendSpace1D_Statics::PropPointers[] = { #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlendSpace1D_Statics::NewProp_bDisplayEditorVertically, #endif // WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBlendSpace1D_Statics::NewProp_bScaleAnimation, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpace1D_Statics::PropPointers) < 2048); // ********** End Class UBlendSpace1D Property Definitions ***************************************** UObject* (*const Z_Construct_UClass_UBlendSpace1D_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UBlendSpace, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpace1D_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UBlendSpace1D_Statics::ClassParams = { &UBlendSpace1D::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UBlendSpace1D_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpace1D_Statics::PropPointers), 0, 0x008800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBlendSpace1D_Statics::Class_MetaDataParams), Z_Construct_UClass_UBlendSpace1D_Statics::Class_MetaDataParams) }; void UBlendSpace1D::StaticRegisterNativesUBlendSpace1D() { } UClass* Z_Construct_UClass_UBlendSpace1D() { if (!Z_Registration_Info_UClass_UBlendSpace1D.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBlendSpace1D.OuterSingleton, Z_Construct_UClass_UBlendSpace1D_Statics::ClassParams); } return Z_Registration_Info_UClass_UBlendSpace1D.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBlendSpace1D); UBlendSpace1D::~UBlendSpace1D() {} // ********** End Class UBlendSpace1D ************************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_BlendSpace1D_h__Script_Engine_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UBlendSpace1D, UBlendSpace1D::StaticClass, TEXT("UBlendSpace1D"), &Z_Registration_Info_UClass_UBlendSpace1D, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBlendSpace1D), 3186348185U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_BlendSpace1D_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_BlendSpace1D_h__Script_Engine_3179421825{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_BlendSpace1D_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Animation_BlendSpace1D_h__Script_Engine_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS