diff --git a/.gitignore b/.gitignore index eadd157..046ad09 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.pdb +Binaries/* +Intermediate/* diff --git a/Binaries/Win64/UnrealEditor-ThreepeatAnimTools.dll b/Binaries/Win64/UnrealEditor-ThreepeatAnimTools.dll deleted file mode 100644 index ab3f0b7..0000000 Binary files a/Binaries/Win64/UnrealEditor-ThreepeatAnimTools.dll and /dev/null differ diff --git a/Binaries/Win64/UnrealEditor.modules b/Binaries/Win64/UnrealEditor.modules deleted file mode 100644 index c170eee..0000000 --- a/Binaries/Win64/UnrealEditor.modules +++ /dev/null @@ -1,7 +0,0 @@ -{ - "BuildId": "33043543", - "Modules": - { - "ThreepeatAnimTools": "UnrealEditor-ThreepeatAnimTools.dll" - } -} \ No newline at end of file diff --git a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorAlignToLastKeyFilter.gen.cpp b/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorAlignToLastKeyFilter.gen.cpp deleted file mode 100644 index b3350ca..0000000 --- a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorAlignToLastKeyFilter.gen.cpp +++ /dev/null @@ -1,110 +0,0 @@ -// 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 "ThreepeatAnimTools/Public/CurveEditorAlignToLastKeyFilter.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeCurveEditorAlignToLastKeyFilter() {} - -// Begin Cross Module References -CURVEEDITOR_API UClass* Z_Construct_UClass_UCurveEditorFilterBase(); -THREEPEATANIMTOOLS_API UClass* Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter(); -THREEPEATANIMTOOLS_API UClass* Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_NoRegister(); -UPackage* Z_Construct_UPackage__Script_ThreepeatAnimTools(); -// End Cross Module References - -// Begin Class UCurveEditorAlignToLastKeyFilter -void UCurveEditorAlignToLastKeyFilter::StaticRegisterNativesUCurveEditorAlignToLastKeyFilter() -{ -} -IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UCurveEditorAlignToLastKeyFilter); -UClass* Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_NoRegister() -{ - return UCurveEditorAlignToLastKeyFilter::StaticClass(); -} -struct Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics -{ -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { - { "Comment", "/**\n * \n */" }, - { "DisplayName", "Threepeat - Align to First/Last Key" }, - { "IncludePath", "CurveEditorAlignToLastKeyFilter.h" }, - { "ModuleRelativePath", "Public/CurveEditorAlignToLastKeyFilter.h" }, - }; - static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAlignToFirst_MetaData[] = { - { "Category", "Settings" }, - { "Comment", "/** If true, Align to selected keys to line up with the first (lowest frame number) key. Defaults to the last key. */" }, - { "ModuleRelativePath", "Public/CurveEditorAlignToLastKeyFilter.h" }, - { "ToolTip", "If true, Align to selected keys to line up with the first (lowest frame number) key. Defaults to the last key." }, - }; -#endif // WITH_METADATA - static void NewProp_bAlignToFirst_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bAlignToFirst; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static UObject* (*const DependentSingletons[])(); - static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - static const UECodeGen_Private::FClassParams ClassParams; -}; -void Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::NewProp_bAlignToFirst_SetBit(void* Obj) -{ - ((UCurveEditorAlignToLastKeyFilter*)Obj)->bAlignToFirst = 1; -} -const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::NewProp_bAlignToFirst = { "bAlignToFirst", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCurveEditorAlignToLastKeyFilter), &Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::NewProp_bAlignToFirst_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAlignToFirst_MetaData), NewProp_bAlignToFirst_MetaData) }; -const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::NewProp_bAlignToFirst, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::PropPointers) < 2048); -UObject* (*const Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UCurveEditorFilterBase, - (UObject* (*)())Z_Construct_UPackage__Script_ThreepeatAnimTools, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::DependentSingletons) < 16); -const UECodeGen_Private::FClassParams Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::ClassParams = { - &UCurveEditorAlignToLastKeyFilter::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::PropPointers), - 0, - 0x000000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::Class_MetaDataParams), Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::Class_MetaDataParams) -}; -UClass* Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter() -{ - if (!Z_Registration_Info_UClass_UCurveEditorAlignToLastKeyFilter.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCurveEditorAlignToLastKeyFilter.OuterSingleton, Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UCurveEditorAlignToLastKeyFilter.OuterSingleton; -} -template<> THREEPEATANIMTOOLS_API UClass* StaticClass() -{ - return UCurveEditorAlignToLastKeyFilter::StaticClass(); -} -DEFINE_VTABLE_PTR_HELPER_CTOR(UCurveEditorAlignToLastKeyFilter); -UCurveEditorAlignToLastKeyFilter::~UCurveEditorAlignToLastKeyFilter() {} -// End Class UCurveEditorAlignToLastKeyFilter - -// Begin Registration -struct Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_Statics -{ - static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { - { Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter, UCurveEditorAlignToLastKeyFilter::StaticClass, TEXT("UCurveEditorAlignToLastKeyFilter"), &Z_Registration_Info_UClass_UCurveEditorAlignToLastKeyFilter, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCurveEditorAlignToLastKeyFilter), 777808789U) }, - }; -}; -static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_3384734928(TEXT("/Script/ThreepeatAnimTools"), - Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -// End Registration -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorAlignToLastKeyFilter.generated.h b/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorAlignToLastKeyFilter.generated.h deleted file mode 100644 index 4ddde80..0000000 --- a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorAlignToLastKeyFilter.generated.h +++ /dev/null @@ -1,54 +0,0 @@ -// 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 "CurveEditorAlignToLastKeyFilter.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef THREEPEATANIMTOOLS_CurveEditorAlignToLastKeyFilter_generated_h -#error "CurveEditorAlignToLastKeyFilter.generated.h already included, missing '#pragma once' in CurveEditorAlignToLastKeyFilter.h" -#endif -#define THREEPEATANIMTOOLS_CurveEditorAlignToLastKeyFilter_generated_h - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_30_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesUCurveEditorAlignToLastKeyFilter(); \ - friend struct Z_Construct_UClass_UCurveEditorAlignToLastKeyFilter_Statics; \ -public: \ - DECLARE_CLASS(UCurveEditorAlignToLastKeyFilter, UCurveEditorFilterBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ThreepeatAnimTools"), NO_API) \ - DECLARE_SERIALIZER(UCurveEditorAlignToLastKeyFilter) - - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_30_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - UCurveEditorAlignToLastKeyFilter(UCurveEditorAlignToLastKeyFilter&&); \ - UCurveEditorAlignToLastKeyFilter(const UCurveEditorAlignToLastKeyFilter&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UCurveEditorAlignToLastKeyFilter); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCurveEditorAlignToLastKeyFilter); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(UCurveEditorAlignToLastKeyFilter) \ - NO_API virtual ~UCurveEditorAlignToLastKeyFilter(); - - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_27_PROLOG -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_30_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_30_INCLASS_NO_PURE_DECLS \ - FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h_30_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> THREEPEATANIMTOOLS_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorAlignToLastKeyFilter_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorMakeHoldFilter.gen.cpp b/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorMakeHoldFilter.gen.cpp deleted file mode 100644 index 8b6547b..0000000 --- a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorMakeHoldFilter.gen.cpp +++ /dev/null @@ -1,148 +0,0 @@ -// 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 "ThreepeatAnimTools/Public/CurveEditorMakeHoldFilter.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeCurveEditorMakeHoldFilter() {} - -// Begin Cross Module References -CURVEEDITOR_API UClass* Z_Construct_UClass_UCurveEditorFilterBase(); -THREEPEATANIMTOOLS_API UClass* Z_Construct_UClass_UCurveEditorMakeHoldFilter(); -THREEPEATANIMTOOLS_API UClass* Z_Construct_UClass_UCurveEditorMakeHoldFilter_NoRegister(); -UPackage* Z_Construct_UPackage__Script_ThreepeatAnimTools(); -// End Cross Module References - -// Begin Class UCurveEditorMakeHoldFilter -void UCurveEditorMakeHoldFilter::StaticRegisterNativesUCurveEditorMakeHoldFilter() -{ -} -IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UCurveEditorMakeHoldFilter); -UClass* Z_Construct_UClass_UCurveEditorMakeHoldFilter_NoRegister() -{ - return UCurveEditorMakeHoldFilter::StaticClass(); -} -struct Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics -{ -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { - { "Comment", "/**\n * \n */" }, - { "DisplayName", "Threepeat - Make Hold" }, - { "IncludePath", "CurveEditorMakeHoldFilter.h" }, - { "ModuleRelativePath", "Public/CurveEditorMakeHoldFilter.h" }, - }; - static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHoldOnLast_MetaData[] = { - { "Category", "Settings" }, - { "Comment", "/** If true, use the last key as the old value (defaults to using first key value)*/" }, - { "ModuleRelativePath", "Public/CurveEditorMakeHoldFilter.h" }, - { "ToolTip", "If true, use the last key as the old value (defaults to using first key value)" }, - }; - static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOvershoot_MetaData[] = { - { "Category", "Settings" }, - { "ModuleRelativePath", "Public/CurveEditorMakeHoldFilter.h" }, - }; - static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOvershootSprintConstant_MetaData[] = { - { "Category", "Settings" }, - { "EditCondition", "bOvershoot" }, - { "ModuleRelativePath", "Public/CurveEditorMakeHoldFilter.h" }, - }; - static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOvershootDamping_MetaData[] = { - { "Category", "Settings" }, - { "EditCondition", "bOvershoot" }, - { "ModuleRelativePath", "Public/CurveEditorMakeHoldFilter.h" }, - }; - static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOvershootPrerollHistorySeconds_MetaData[] = { - { "Category", "Settings" }, - { "Comment", "/** how many selected keys before the hold should start (must be > 1 for overshoot to work)*/" }, - { "EditCondition", "bOvershoot" }, - { "ModuleRelativePath", "Public/CurveEditorMakeHoldFilter.h" }, - { "ToolTip", "how many selected keys before the hold should start (must be > 1 for overshoot to work)" }, - }; -#endif // WITH_METADATA - static void NewProp_bHoldOnLast_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bHoldOnLast; - static void NewProp_bOvershoot_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bOvershoot; - static const UECodeGen_Private::FFloatPropertyParams NewProp_bOvershootSprintConstant; - static const UECodeGen_Private::FFloatPropertyParams NewProp_bOvershootDamping; - static const UECodeGen_Private::FFloatPropertyParams NewProp_bOvershootPrerollHistorySeconds; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static UObject* (*const DependentSingletons[])(); - static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - static const UECodeGen_Private::FClassParams ClassParams; -}; -void Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bHoldOnLast_SetBit(void* Obj) -{ - ((UCurveEditorMakeHoldFilter*)Obj)->bHoldOnLast = 1; -} -const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bHoldOnLast = { "bHoldOnLast", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCurveEditorMakeHoldFilter), &Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bHoldOnLast_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHoldOnLast_MetaData), NewProp_bHoldOnLast_MetaData) }; -void Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershoot_SetBit(void* Obj) -{ - ((UCurveEditorMakeHoldFilter*)Obj)->bOvershoot = 1; -} -const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershoot = { "bOvershoot", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCurveEditorMakeHoldFilter), &Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershoot_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOvershoot_MetaData), NewProp_bOvershoot_MetaData) }; -const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershootSprintConstant = { "bOvershootSprintConstant", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCurveEditorMakeHoldFilter, bOvershootSprintConstant), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOvershootSprintConstant_MetaData), NewProp_bOvershootSprintConstant_MetaData) }; -const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershootDamping = { "bOvershootDamping", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCurveEditorMakeHoldFilter, bOvershootDamping), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOvershootDamping_MetaData), NewProp_bOvershootDamping_MetaData) }; -const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershootPrerollHistorySeconds = { "bOvershootPrerollHistorySeconds", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCurveEditorMakeHoldFilter, bOvershootPrerollHistorySeconds), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOvershootPrerollHistorySeconds_MetaData), NewProp_bOvershootPrerollHistorySeconds_MetaData) }; -const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bHoldOnLast, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershoot, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershootSprintConstant, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershootDamping, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::NewProp_bOvershootPrerollHistorySeconds, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::PropPointers) < 2048); -UObject* (*const Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UCurveEditorFilterBase, - (UObject* (*)())Z_Construct_UPackage__Script_ThreepeatAnimTools, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::DependentSingletons) < 16); -const UECodeGen_Private::FClassParams Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::ClassParams = { - &UCurveEditorMakeHoldFilter::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::PropPointers), - 0, - 0x000000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::Class_MetaDataParams), Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::Class_MetaDataParams) -}; -UClass* Z_Construct_UClass_UCurveEditorMakeHoldFilter() -{ - if (!Z_Registration_Info_UClass_UCurveEditorMakeHoldFilter.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCurveEditorMakeHoldFilter.OuterSingleton, Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UCurveEditorMakeHoldFilter.OuterSingleton; -} -template<> THREEPEATANIMTOOLS_API UClass* StaticClass() -{ - return UCurveEditorMakeHoldFilter::StaticClass(); -} -DEFINE_VTABLE_PTR_HELPER_CTOR(UCurveEditorMakeHoldFilter); -UCurveEditorMakeHoldFilter::~UCurveEditorMakeHoldFilter() {} -// End Class UCurveEditorMakeHoldFilter - -// Begin Registration -struct Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_Statics -{ - static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { - { Z_Construct_UClass_UCurveEditorMakeHoldFilter, UCurveEditorMakeHoldFilter::StaticClass, TEXT("UCurveEditorMakeHoldFilter"), &Z_Registration_Info_UClass_UCurveEditorMakeHoldFilter, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCurveEditorMakeHoldFilter), 1533877874U) }, - }; -}; -static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_4018669493(TEXT("/Script/ThreepeatAnimTools"), - Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -// End Registration -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorMakeHoldFilter.generated.h b/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorMakeHoldFilter.generated.h deleted file mode 100644 index 262b9b9..0000000 --- a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/CurveEditorMakeHoldFilter.generated.h +++ /dev/null @@ -1,54 +0,0 @@ -// 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 "CurveEditorMakeHoldFilter.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef THREEPEATANIMTOOLS_CurveEditorMakeHoldFilter_generated_h -#error "CurveEditorMakeHoldFilter.generated.h already included, missing '#pragma once' in CurveEditorMakeHoldFilter.h" -#endif -#define THREEPEATANIMTOOLS_CurveEditorMakeHoldFilter_generated_h - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_31_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesUCurveEditorMakeHoldFilter(); \ - friend struct Z_Construct_UClass_UCurveEditorMakeHoldFilter_Statics; \ -public: \ - DECLARE_CLASS(UCurveEditorMakeHoldFilter, UCurveEditorFilterBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ThreepeatAnimTools"), NO_API) \ - DECLARE_SERIALIZER(UCurveEditorMakeHoldFilter) - - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_31_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - UCurveEditorMakeHoldFilter(UCurveEditorMakeHoldFilter&&); \ - UCurveEditorMakeHoldFilter(const UCurveEditorMakeHoldFilter&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UCurveEditorMakeHoldFilter); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UCurveEditorMakeHoldFilter); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(UCurveEditorMakeHoldFilter) \ - NO_API virtual ~UCurveEditorMakeHoldFilter(); - - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_28_PROLOG -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_31_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_31_INCLASS_NO_PURE_DECLS \ - FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h_31_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> THREEPEATANIMTOOLS_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_CurveEditorMakeHoldFilter_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimTools.init.gen.cpp b/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimTools.init.gen.cpp deleted file mode 100644 index f5aa7b5..0000000 --- a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimTools.init.gen.cpp +++ /dev/null @@ -1,29 +0,0 @@ -// 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 EmptyLinkFunctionForGeneratedCodeThreepeatAnimTools_init() {} - static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_ThreepeatAnimTools; - FORCENOINLINE UPackage* Z_Construct_UPackage__Script_ThreepeatAnimTools() - { - if (!Z_Registration_Info_UPackage__Script_ThreepeatAnimTools.OuterSingleton) - { - static const UECodeGen_Private::FPackageParams PackageParams = { - "/Script/ThreepeatAnimTools", - nullptr, - 0, - PKG_CompiledIn | 0x00000040, - 0xBF9C5DEE, - 0x99363A79, - METADATA_PARAMS(0, nullptr) - }; - UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_ThreepeatAnimTools.OuterSingleton, PackageParams); - } - return Z_Registration_Info_UPackage__Script_ThreepeatAnimTools.OuterSingleton; - } - static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_ThreepeatAnimTools(Z_Construct_UPackage__Script_ThreepeatAnimTools, TEXT("/Script/ThreepeatAnimTools"), Z_Registration_Info_UPackage__Script_ThreepeatAnimTools, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xBF9C5DEE, 0x99363A79)); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimToolsBPLibrary.gen.cpp b/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimToolsBPLibrary.gen.cpp deleted file mode 100644 index 7b5cc78..0000000 --- a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimToolsBPLibrary.gen.cpp +++ /dev/null @@ -1,458 +0,0 @@ -// 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 "ThreepeatAnimTools/Public/ThreepeatAnimToolsBPLibrary.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeThreepeatAnimToolsBPLibrary() {} - -// Begin Cross Module References -ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary(); -THREEPEATANIMTOOLS_API UClass* Z_Construct_UClass_UThreepeatAnimToolsBPLibrary(); -THREEPEATANIMTOOLS_API UClass* Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_NoRegister(); -UPackage* Z_Construct_UPackage__Script_ThreepeatAnimTools(); -// End Cross Module References - -// Begin Class UThreepeatAnimToolsBPLibrary Function ApplyTimeDilationToSelection -struct Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics -{ - struct ThreepeatAnimToolsBPLibrary_eventApplyTimeDilationToSelection_Parms - { - float ReturnValue; - }; -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { - { "Category", "ThreepeatAnimToolsTesting" }, - { "DisplayName", "Apply Time Dilation to selected keys" }, - { "Keywords", "ThreepeatAnimTools time dilation curveeditor sequencer" }, - { "ModuleRelativePath", "Public/ThreepeatAnimToolsBPLibrary.h" }, - }; -#endif // WITH_METADATA - static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FFunctionParams FuncParams; -}; -const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventApplyTimeDilationToSelection_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::NewProp_ReturnValue, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::PropPointers) < 2048); -const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UThreepeatAnimToolsBPLibrary, nullptr, "ApplyTimeDilationToSelection", nullptr, nullptr, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::PropPointers), sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::ThreepeatAnimToolsBPLibrary_eventApplyTimeDilationToSelection_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::Function_MetaDataParams), Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::Function_MetaDataParams) }; -static_assert(sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::ThreepeatAnimToolsBPLibrary_eventApplyTimeDilationToSelection_Parms) < MAX_uint16); -UFunction* Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection() -{ - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection_Statics::FuncParams); - } - return ReturnFunction; -} -DEFINE_FUNCTION(UThreepeatAnimToolsBPLibrary::execApplyTimeDilationToSelection) -{ - P_FINISH; - P_NATIVE_BEGIN; - *(float*)Z_Param__Result=UThreepeatAnimToolsBPLibrary::ApplyTimeDilationToSelection(); - P_NATIVE_END; -} -// End Class UThreepeatAnimToolsBPLibrary Function ApplyTimeDilationToSelection - -// Begin Class UThreepeatAnimToolsBPLibrary Function SelectionSetToString -struct Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics -{ - struct ThreepeatAnimToolsBPLibrary_eventSelectionSetToString_Parms - { - TArray Controls; - FString SetName; - FString ReturnValue; - }; -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { - { "Category", "ThreepeatAnimTools" }, - { "DisplayName", "Selection Set To CSV String" }, - { "Keywords", "ThreepeatAnimTools selection set csv string" }, - { "ModuleRelativePath", "Public/ThreepeatAnimToolsBPLibrary.h" }, - }; - static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Controls_MetaData[] = { - { "NativeConst", "" }, - }; - static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SetName_MetaData[] = { - { "NativeConst", "" }, - }; -#endif // WITH_METADATA - static const UECodeGen_Private::FNamePropertyParams NewProp_Controls_Inner; - static const UECodeGen_Private::FArrayPropertyParams NewProp_Controls; - static const UECodeGen_Private::FStrPropertyParams NewProp_SetName; - static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FFunctionParams FuncParams; -}; -const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::NewProp_Controls_Inner = { "Controls", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::NewProp_Controls = { "Controls", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventSelectionSetToString_Parms, Controls), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Controls_MetaData), NewProp_Controls_MetaData) }; -const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::NewProp_SetName = { "SetName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventSelectionSetToString_Parms, SetName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SetName_MetaData), NewProp_SetName_MetaData) }; -const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventSelectionSetToString_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::NewProp_Controls_Inner, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::NewProp_Controls, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::NewProp_SetName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::NewProp_ReturnValue, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::PropPointers) < 2048); -const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UThreepeatAnimToolsBPLibrary, nullptr, "SelectionSetToString", nullptr, nullptr, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::PropPointers), sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::ThreepeatAnimToolsBPLibrary_eventSelectionSetToString_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::Function_MetaDataParams) }; -static_assert(sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::ThreepeatAnimToolsBPLibrary_eventSelectionSetToString_Parms) < MAX_uint16); -UFunction* Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString() -{ - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString_Statics::FuncParams); - } - return ReturnFunction; -} -DEFINE_FUNCTION(UThreepeatAnimToolsBPLibrary::execSelectionSetToString) -{ - P_GET_TARRAY_REF(FName,Z_Param_Out_Controls); - P_GET_PROPERTY(FStrProperty,Z_Param_SetName); - P_FINISH; - P_NATIVE_BEGIN; - *(FString*)Z_Param__Result=UThreepeatAnimToolsBPLibrary::SelectionSetToString(Z_Param_Out_Controls,Z_Param_SetName); - P_NATIVE_END; -} -// End Class UThreepeatAnimToolsBPLibrary Function SelectionSetToString - -// Begin Class UThreepeatAnimToolsBPLibrary Function ThreepeatAnimToolsClipboardInsert -struct Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics -{ - struct ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsClipboardInsert_Parms - { - FString contentsToPaste; - }; -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { - { "Category", "ThreepeatAnimToolsTesting" }, - { "DisplayName", "Clipboard Insert" }, - { "Keywords", "ThreepeatAnimTools sample test testing" }, - { "ModuleRelativePath", "Public/ThreepeatAnimToolsBPLibrary.h" }, - }; -#endif // WITH_METADATA - static const UECodeGen_Private::FStrPropertyParams NewProp_contentsToPaste; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FFunctionParams FuncParams; -}; -const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::NewProp_contentsToPaste = { "contentsToPaste", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsClipboardInsert_Parms, contentsToPaste), METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::NewProp_contentsToPaste, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::PropPointers) < 2048); -const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UThreepeatAnimToolsBPLibrary, nullptr, "ThreepeatAnimToolsClipboardInsert", nullptr, nullptr, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::PropPointers), sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsClipboardInsert_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::Function_MetaDataParams), Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::Function_MetaDataParams) }; -static_assert(sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsClipboardInsert_Parms) < MAX_uint16); -UFunction* Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert() -{ - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert_Statics::FuncParams); - } - return ReturnFunction; -} -DEFINE_FUNCTION(UThreepeatAnimToolsBPLibrary::execThreepeatAnimToolsClipboardInsert) -{ - P_GET_PROPERTY(FStrProperty,Z_Param_contentsToPaste); - P_FINISH; - P_NATIVE_BEGIN; - UThreepeatAnimToolsBPLibrary::ThreepeatAnimToolsClipboardInsert(Z_Param_contentsToPaste); - P_NATIVE_END; -} -// End Class UThreepeatAnimToolsBPLibrary Function ThreepeatAnimToolsClipboardInsert - -// Begin Class UThreepeatAnimToolsBPLibrary Function ThreepeatAnimToolsClipboardThing -struct Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics -{ - struct ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsClipboardThing_Parms - { - float Param; - FString ReturnValue; - }; -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { - { "Category", "ThreepeatAnimToolsTesting" }, - { "DisplayName", "Clipboard stuff" }, - { "Keywords", "ThreepeatAnimTools sample test testing" }, - { "ModuleRelativePath", "Public/ThreepeatAnimToolsBPLibrary.h" }, - }; -#endif // WITH_METADATA - static const UECodeGen_Private::FFloatPropertyParams NewProp_Param; - static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FFunctionParams FuncParams; -}; -const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::NewProp_Param = { "Param", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsClipboardThing_Parms, Param), METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsClipboardThing_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::NewProp_Param, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::NewProp_ReturnValue, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::PropPointers) < 2048); -const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UThreepeatAnimToolsBPLibrary, nullptr, "ThreepeatAnimToolsClipboardThing", nullptr, nullptr, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::PropPointers), sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsClipboardThing_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::Function_MetaDataParams), Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::Function_MetaDataParams) }; -static_assert(sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsClipboardThing_Parms) < MAX_uint16); -UFunction* Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing() -{ - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing_Statics::FuncParams); - } - return ReturnFunction; -} -DEFINE_FUNCTION(UThreepeatAnimToolsBPLibrary::execThreepeatAnimToolsClipboardThing) -{ - P_GET_PROPERTY(FFloatProperty,Z_Param_Param); - P_FINISH; - P_NATIVE_BEGIN; - *(FString*)Z_Param__Result=UThreepeatAnimToolsBPLibrary::ThreepeatAnimToolsClipboardThing(Z_Param_Param); - P_NATIVE_END; -} -// End Class UThreepeatAnimToolsBPLibrary Function ThreepeatAnimToolsClipboardThing - -// Begin Class UThreepeatAnimToolsBPLibrary Function ThreepeatAnimToolsViewerSnapshot -struct Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics -{ - struct ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsViewerSnapshot_Parms - { - FString fname; - }; -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { - { "Category", "ThreepeatAnimToolsTesting" }, - { "DisplayName", "Take Snapshot of Viewer" }, - { "Keywords", "ThreepeatAnimTools sample test testing" }, - { "ModuleRelativePath", "Public/ThreepeatAnimToolsBPLibrary.h" }, - }; -#endif // WITH_METADATA - static const UECodeGen_Private::FStrPropertyParams NewProp_fname; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FFunctionParams FuncParams; -}; -const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::NewProp_fname = { "fname", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsViewerSnapshot_Parms, fname), METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::NewProp_fname, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::PropPointers) < 2048); -const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UThreepeatAnimToolsBPLibrary, nullptr, "ThreepeatAnimToolsViewerSnapshot", nullptr, nullptr, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::PropPointers), sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsViewerSnapshot_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::Function_MetaDataParams), Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::Function_MetaDataParams) }; -static_assert(sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatAnimToolsViewerSnapshot_Parms) < MAX_uint16); -UFunction* Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot() -{ - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot_Statics::FuncParams); - } - return ReturnFunction; -} -DEFINE_FUNCTION(UThreepeatAnimToolsBPLibrary::execThreepeatAnimToolsViewerSnapshot) -{ - P_GET_PROPERTY(FStrProperty,Z_Param_fname); - P_FINISH; - P_NATIVE_BEGIN; - UThreepeatAnimToolsBPLibrary::ThreepeatAnimToolsViewerSnapshot(Z_Param_fname); - P_NATIVE_END; -} -// End Class UThreepeatAnimToolsBPLibrary Function ThreepeatAnimToolsViewerSnapshot - -// Begin Class UThreepeatAnimToolsBPLibrary Function ThreepeatExecuteAlignToKeyFilter -struct Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics -{ - struct ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteAlignToKeyFilter_Parms - { - bool bAlignToFirst; - float ReturnValue; - }; -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { - { "Category", "ThreepeatAnimTools" }, - { "CPP_Default_bAlignToFirst", "false" }, - { "DisplayName", "Execute Align to First/Last Key" }, - { "Keywords", "ThreepeatAnimTools align first last key filter" }, - { "ModuleRelativePath", "Public/ThreepeatAnimToolsBPLibrary.h" }, - }; -#endif // WITH_METADATA - static void NewProp_bAlignToFirst_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bAlignToFirst; - static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FFunctionParams FuncParams; -}; -void Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::NewProp_bAlignToFirst_SetBit(void* Obj) -{ - ((ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteAlignToKeyFilter_Parms*)Obj)->bAlignToFirst = 1; -} -const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::NewProp_bAlignToFirst = { "bAlignToFirst", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteAlignToKeyFilter_Parms), &Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::NewProp_bAlignToFirst_SetBit, METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteAlignToKeyFilter_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::NewProp_bAlignToFirst, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::NewProp_ReturnValue, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::PropPointers) < 2048); -const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UThreepeatAnimToolsBPLibrary, nullptr, "ThreepeatExecuteAlignToKeyFilter", nullptr, nullptr, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::PropPointers), sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteAlignToKeyFilter_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::Function_MetaDataParams) }; -static_assert(sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteAlignToKeyFilter_Parms) < MAX_uint16); -UFunction* Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter() -{ - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter_Statics::FuncParams); - } - return ReturnFunction; -} -DEFINE_FUNCTION(UThreepeatAnimToolsBPLibrary::execThreepeatExecuteAlignToKeyFilter) -{ - P_GET_UBOOL(Z_Param_bAlignToFirst); - P_FINISH; - P_NATIVE_BEGIN; - *(float*)Z_Param__Result=UThreepeatAnimToolsBPLibrary::ThreepeatExecuteAlignToKeyFilter(Z_Param_bAlignToFirst); - P_NATIVE_END; -} -// End Class UThreepeatAnimToolsBPLibrary Function ThreepeatExecuteAlignToKeyFilter - -// Begin Class UThreepeatAnimToolsBPLibrary Function ThreepeatExecuteEulerFilter -struct Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics -{ - struct ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteEulerFilter_Parms - { - float ReturnValue; - }; -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { - { "Category", "ThreepeatAnimTools" }, - { "DisplayName", "Execute Euler Filter" }, - { "Keywords", "ThreepeatAnimTools euler filter" }, - { "ModuleRelativePath", "Public/ThreepeatAnimToolsBPLibrary.h" }, - }; -#endif // WITH_METADATA - static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FFunctionParams FuncParams; -}; -const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteEulerFilter_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; -const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::NewProp_ReturnValue, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::PropPointers) < 2048); -const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UThreepeatAnimToolsBPLibrary, nullptr, "ThreepeatExecuteEulerFilter", nullptr, nullptr, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::PropPointers), sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteEulerFilter_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::Function_MetaDataParams) }; -static_assert(sizeof(Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::ThreepeatAnimToolsBPLibrary_eventThreepeatExecuteEulerFilter_Parms) < MAX_uint16); -UFunction* Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter() -{ - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter_Statics::FuncParams); - } - return ReturnFunction; -} -DEFINE_FUNCTION(UThreepeatAnimToolsBPLibrary::execThreepeatExecuteEulerFilter) -{ - P_FINISH; - P_NATIVE_BEGIN; - *(float*)Z_Param__Result=UThreepeatAnimToolsBPLibrary::ThreepeatExecuteEulerFilter(); - P_NATIVE_END; -} -// End Class UThreepeatAnimToolsBPLibrary Function ThreepeatExecuteEulerFilter - -// Begin Class UThreepeatAnimToolsBPLibrary -void UThreepeatAnimToolsBPLibrary::StaticRegisterNativesUThreepeatAnimToolsBPLibrary() -{ - UClass* Class = UThreepeatAnimToolsBPLibrary::StaticClass(); - static const FNameNativePtrPair Funcs[] = { - { "ApplyTimeDilationToSelection", &UThreepeatAnimToolsBPLibrary::execApplyTimeDilationToSelection }, - { "SelectionSetToString", &UThreepeatAnimToolsBPLibrary::execSelectionSetToString }, - { "ThreepeatAnimToolsClipboardInsert", &UThreepeatAnimToolsBPLibrary::execThreepeatAnimToolsClipboardInsert }, - { "ThreepeatAnimToolsClipboardThing", &UThreepeatAnimToolsBPLibrary::execThreepeatAnimToolsClipboardThing }, - { "ThreepeatAnimToolsViewerSnapshot", &UThreepeatAnimToolsBPLibrary::execThreepeatAnimToolsViewerSnapshot }, - { "ThreepeatExecuteAlignToKeyFilter", &UThreepeatAnimToolsBPLibrary::execThreepeatExecuteAlignToKeyFilter }, - { "ThreepeatExecuteEulerFilter", &UThreepeatAnimToolsBPLibrary::execThreepeatExecuteEulerFilter }, - }; - FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); -} -IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UThreepeatAnimToolsBPLibrary); -UClass* Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_NoRegister() -{ - return UThreepeatAnimToolsBPLibrary::StaticClass(); -} -struct Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_Statics -{ -#if WITH_METADATA - static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { - { "Comment", "/* \n*\x09""Function library class.\n*\x09""Each function in it is expected to be static and represents blueprint node that can be called in any blueprint.\n*\n*\x09When declaring function you can define metadata for the node. Key function specifiers will be BlueprintPure and BlueprintCallable.\n*\x09""BlueprintPure - means the function does not affect the owning object in any way and thus creates a node without Exec pins.\n*\x09""BlueprintCallable - makes a function which can be executed in Blueprints - Thus it has Exec pins.\n*\x09""DisplayName - full name of the node, shown when you mouse over the node and in the blueprint drop down menu.\n*\x09\x09\x09\x09Its lets you name the node using characters not allowed in C++ function names.\n*\x09""CompactNodeTitle - the word(s) that appear on the node.\n*\x09Keywords -\x09the list of keywords that helps you to find node when you search for it using Blueprint drop-down menu. \n*\x09\x09\x09\x09Good example is \"Print String\" node which you can find also by using keyword \"log\".\n*\x09""Category -\x09the category your node will be under in the Blueprint drop-down menu.\n*\n*\x09""For more info on custom blueprint nodes visit documentation:\n*\x09https://wiki.unrealengine.com/Custom_Blueprint_Node_Creation\n*/" }, - { "IncludePath", "ThreepeatAnimToolsBPLibrary.h" }, - { "ModuleRelativePath", "Public/ThreepeatAnimToolsBPLibrary.h" }, - { "ToolTip", "* Function library class.\n* Each function in it is expected to be static and represents blueprint node that can be called in any blueprint.\n*\n* When declaring function you can define metadata for the node. Key function specifiers will be BlueprintPure and BlueprintCallable.\n* BlueprintPure - means the function does not affect the owning object in any way and thus creates a node without Exec pins.\n* BlueprintCallable - makes a function which can be executed in Blueprints - Thus it has Exec pins.\n* DisplayName - full name of the node, shown when you mouse over the node and in the blueprint drop down menu.\n* Its lets you name the node using characters not allowed in C++ function names.\n* CompactNodeTitle - the word(s) that appear on the node.\n* Keywords - the list of keywords that helps you to find node when you search for it using Blueprint drop-down menu.\n* Good example is \"Print String\" node which you can find also by using keyword \"log\".\n* Category - the category your node will be under in the Blueprint drop-down menu.\n*\n* For more info on custom blueprint nodes visit documentation:\n* https://wiki.unrealengine.com/Custom_Blueprint_Node_Creation" }, - }; -#endif // WITH_METADATA - static UObject* (*const DependentSingletons[])(); - static constexpr FClassFunctionLinkInfo FuncInfo[] = { - { &Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ApplyTimeDilationToSelection, "ApplyTimeDilationToSelection" }, // 3950091789 - { &Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_SelectionSetToString, "SelectionSetToString" }, // 685898207 - { &Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardInsert, "ThreepeatAnimToolsClipboardInsert" }, // 3836139890 - { &Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsClipboardThing, "ThreepeatAnimToolsClipboardThing" }, // 1377275356 - { &Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatAnimToolsViewerSnapshot, "ThreepeatAnimToolsViewerSnapshot" }, // 4261361264 - { &Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteAlignToKeyFilter, "ThreepeatExecuteAlignToKeyFilter" }, // 582900129 - { &Z_Construct_UFunction_UThreepeatAnimToolsBPLibrary_ThreepeatExecuteEulerFilter, "ThreepeatExecuteEulerFilter" }, // 2190653409 - }; - static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); - static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - static const UECodeGen_Private::FClassParams ClassParams; -}; -UObject* (*const Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary, - (UObject* (*)())Z_Construct_UPackage__Script_ThreepeatAnimTools, -}; -static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_Statics::DependentSingletons) < 16); -const UECodeGen_Private::FClassParams Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_Statics::ClassParams = { - &UThreepeatAnimToolsBPLibrary::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - FuncInfo, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - UE_ARRAY_COUNT(FuncInfo), - 0, - 0, - 0x000000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_Statics::Class_MetaDataParams) -}; -UClass* Z_Construct_UClass_UThreepeatAnimToolsBPLibrary() -{ - if (!Z_Registration_Info_UClass_UThreepeatAnimToolsBPLibrary.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UThreepeatAnimToolsBPLibrary.OuterSingleton, Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UThreepeatAnimToolsBPLibrary.OuterSingleton; -} -template<> THREEPEATANIMTOOLS_API UClass* StaticClass() -{ - return UThreepeatAnimToolsBPLibrary::StaticClass(); -} -DEFINE_VTABLE_PTR_HELPER_CTOR(UThreepeatAnimToolsBPLibrary); -UThreepeatAnimToolsBPLibrary::~UThreepeatAnimToolsBPLibrary() {} -// End Class UThreepeatAnimToolsBPLibrary - -// Begin Registration -struct Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_Statics -{ - static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { - { Z_Construct_UClass_UThreepeatAnimToolsBPLibrary, UThreepeatAnimToolsBPLibrary::StaticClass, TEXT("UThreepeatAnimToolsBPLibrary"), &Z_Registration_Info_UClass_UThreepeatAnimToolsBPLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UThreepeatAnimToolsBPLibrary), 3693397990U) }, - }; -}; -static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_601628551(TEXT("/Script/ThreepeatAnimTools"), - Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -// End Registration -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimToolsBPLibrary.generated.h b/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimToolsBPLibrary.generated.h deleted file mode 100644 index 73ba8d6..0000000 --- a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimToolsBPLibrary.generated.h +++ /dev/null @@ -1,67 +0,0 @@ -// 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 "ThreepeatAnimToolsBPLibrary.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef THREEPEATANIMTOOLS_ThreepeatAnimToolsBPLibrary_generated_h -#error "ThreepeatAnimToolsBPLibrary.generated.h already included, missing '#pragma once' in ThreepeatAnimToolsBPLibrary.h" -#endif -#define THREEPEATANIMTOOLS_ThreepeatAnimToolsBPLibrary_generated_h - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_40_RPC_WRAPPERS \ - DECLARE_FUNCTION(execApplyTimeDilationToSelection); \ - DECLARE_FUNCTION(execThreepeatExecuteAlignToKeyFilter); \ - DECLARE_FUNCTION(execThreepeatExecuteEulerFilter); \ - DECLARE_FUNCTION(execSelectionSetToString); \ - DECLARE_FUNCTION(execThreepeatAnimToolsViewerSnapshot); \ - DECLARE_FUNCTION(execThreepeatAnimToolsClipboardInsert); \ - DECLARE_FUNCTION(execThreepeatAnimToolsClipboardThing); - - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_40_INCLASS \ -private: \ - static void StaticRegisterNativesUThreepeatAnimToolsBPLibrary(); \ - friend struct Z_Construct_UClass_UThreepeatAnimToolsBPLibrary_Statics; \ -public: \ - DECLARE_CLASS(UThreepeatAnimToolsBPLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ThreepeatAnimTools"), NO_API) \ - DECLARE_SERIALIZER(UThreepeatAnimToolsBPLibrary) - - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_40_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UThreepeatAnimToolsBPLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UThreepeatAnimToolsBPLibrary) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UThreepeatAnimToolsBPLibrary); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UThreepeatAnimToolsBPLibrary); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - UThreepeatAnimToolsBPLibrary(UThreepeatAnimToolsBPLibrary&&); \ - UThreepeatAnimToolsBPLibrary(const UThreepeatAnimToolsBPLibrary&); \ -public: \ - NO_API virtual ~UThreepeatAnimToolsBPLibrary(); - - -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_37_PROLOG -#define FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_40_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_40_RPC_WRAPPERS \ - FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_40_INCLASS \ - FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h_40_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> THREEPEATANIMTOOLS_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Exports_PackagePlugins_tat100_rc6_ThreepeatAnimTools_HostProject_Plugins_ThreepeatAnimTools_Source_ThreepeatAnimTools_Public_ThreepeatAnimToolsBPLibrary_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimToolsClasses.h b/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimToolsClasses.h deleted file mode 100644 index 8295312..0000000 --- a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/ThreepeatAnimToolsClasses.h +++ /dev/null @@ -1,10 +0,0 @@ -// 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 - - - diff --git a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/Timestamp b/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/Timestamp deleted file mode 100644 index ae78ea2..0000000 --- a/Intermediate/Build/Win64/UnrealEditor/Inc/ThreepeatAnimTools/UHT/Timestamp +++ /dev/null @@ -1,3 +0,0 @@ -D:\UE5\Exports\PackagePlugins\tat100_rc6\ThreepeatAnimTools\HostProject\Plugins\ThreepeatAnimTools\Source\ThreepeatAnimTools\Public\CurveEditorMakeHoldFilter.h -D:\UE5\Exports\PackagePlugins\tat100_rc6\ThreepeatAnimTools\HostProject\Plugins\ThreepeatAnimTools\Source\ThreepeatAnimTools\Public\CurveEditorAlignToLastKeyFilter.h -D:\UE5\Exports\PackagePlugins\tat100_rc6\ThreepeatAnimTools\HostProject\Plugins\ThreepeatAnimTools\Source\ThreepeatAnimTools\Public\ThreepeatAnimToolsBPLibrary.h diff --git a/Intermediate/Build/Win64/x64/UnrealEditor/Development/ThreepeatAnimTools/UnrealEditor-ThreepeatAnimTools.lib b/Intermediate/Build/Win64/x64/UnrealEditor/Development/ThreepeatAnimTools/UnrealEditor-ThreepeatAnimTools.lib deleted file mode 100644 index 368f40c..0000000 Binary files a/Intermediate/Build/Win64/x64/UnrealEditor/Development/ThreepeatAnimTools/UnrealEditor-ThreepeatAnimTools.lib and /dev/null differ diff --git a/Source/ThreepeatAnimTools/Private/ThreepeatAnimToolsBPLibrary.cpp b/Source/ThreepeatAnimTools/Private/ThreepeatAnimToolsBPLibrary.cpp index 7ee6dbd..1ddac72 100644 --- a/Source/ThreepeatAnimTools/Private/ThreepeatAnimToolsBPLibrary.cpp +++ b/Source/ThreepeatAnimTools/Private/ThreepeatAnimToolsBPLibrary.cpp @@ -330,7 +330,7 @@ void UThreepeatAnimToolsBPLibrary::ThreepeatScrollSequencerToTopOrBottom(bool bS UMovieSceneSequence* RootSequence = Sequencer->GetRootMovieSceneSequence(); UMovieScene* MovieScene = RootSequence->GetMovieScene(); - const TArray& MasterTracks = MovieScene->GetMasterTracks(); + const TArray& MasterTracks = MovieScene->GetTracks(); if (MasterTracks.Num() > 0) { diff --git a/ThreepeatAnimTools.uplugin b/ThreepeatAnimTools.uplugin index d40edbf..3c216f2 100644 --- a/ThreepeatAnimTools.uplugin +++ b/ThreepeatAnimTools.uplugin @@ -11,7 +11,7 @@ "MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/576ae5f6-df60-42cc-b0e7-5681beb6d585", "FabURL": "com.epicgames.launcher://ue/Fab/product/576ae5f6-df60-42cc-b0e7-5681beb6d585", "SupportURL": "", - "EngineVersion": "5.4.0", + "EngineVersion": "5.5.0", "CanContainContent": true, "Installed": true, "Modules": [