// 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 "Decorations/MovieSceneScalingAnchors.h" #include "Serialization/ArchiveUObjectFromStructuredArchive.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMovieSceneScalingAnchors() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UInterface(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneDecoration_NoRegister(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieScenePlayRateCurve(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneScalingAnchors(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneScalingAnchors_NoRegister(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneScalingDriver(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneScalingDriver_NoRegister(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection_NoRegister(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneTimeWarpSource_NoRegister(); MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup(); MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneScalingAnchor(); UPackage* Z_Construct_UPackage__Script_MovieScene(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FMovieSceneScalingAnchor ****************************************** struct Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics { static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneScalingAnchor); } static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneScalingAnchor); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/**\n * Structure that defines a single anchor with an optional duration\n * Anchor durations do not get scaled by other anchors, but positions will be offset based on\n * previous anchor stretching or movement\n */" }, { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, { "ToolTip", "Structure that defines a single anchor with an optional duration\nAnchor durations do not get scaled by other anchors, but positions will be offset based on\nprevious anchor stretching or movement" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Position_MetaData[] = { { "Comment", "/** Pefines the position of this anchor in ticks */" }, { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, { "ToolTip", "Pefines the position of this anchor in ticks" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Duration_MetaData[] = { { "Comment", "/** Defines the duration of this anchor in ticks */" }, { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, { "ToolTip", "Defines the duration of this anchor in ticks" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FMovieSceneScalingAnchor constinit property declarations ********** static const UECodeGen_Private::FStructPropertyParams NewProp_Position; static const UECodeGen_Private::FIntPropertyParams NewProp_Duration; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FMovieSceneScalingAnchor constinit property declarations ************ static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneScalingAnchor; class UScriptStruct* FMovieSceneScalingAnchor::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FMovieSceneScalingAnchor.OuterSingleton) { Z_Registration_Info_UScriptStruct_FMovieSceneScalingAnchor.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneScalingAnchor, (UObject*)Z_Construct_UPackage__Script_MovieScene(), TEXT("MovieSceneScalingAnchor")); } return Z_Registration_Info_UScriptStruct_FMovieSceneScalingAnchor.OuterSingleton; } // ********** Begin ScriptStruct FMovieSceneScalingAnchor Property Definitions ********************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::NewProp_Position = { "Position", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneScalingAnchor, Position), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Position_MetaData), NewProp_Position_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::NewProp_Duration = { "Duration", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneScalingAnchor, Duration), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Duration_MetaData), NewProp_Duration_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::NewProp_Position, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::NewProp_Duration, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::PropPointers) < 2048); // ********** End ScriptStruct FMovieSceneScalingAnchor Property Definitions *********************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_MovieScene, nullptr, &NewStructOps, "MovieSceneScalingAnchor", Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::PropPointers), sizeof(FMovieSceneScalingAnchor), alignof(FMovieSceneScalingAnchor), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneScalingAnchor() { if (!Z_Registration_Info_UScriptStruct_FMovieSceneScalingAnchor.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneScalingAnchor.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FMovieSceneScalingAnchor.InnerSingleton); } // ********** End ScriptStruct FMovieSceneScalingAnchor ******************************************** // ********** Begin Interface UMovieSceneScalingDriver ********************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneScalingDriver; UClass* UMovieSceneScalingDriver::GetPrivateStaticClass() { using TClass = UMovieSceneScalingDriver; if (!Z_Registration_Info_UClass_UMovieSceneScalingDriver.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("MovieSceneScalingDriver"), Z_Registration_Info_UClass_UMovieSceneScalingDriver.InnerSingleton, StaticRegisterNativesUMovieSceneScalingDriver, 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_UMovieSceneScalingDriver.InnerSingleton; } UClass* Z_Construct_UClass_UMovieSceneScalingDriver_NoRegister() { return UMovieSceneScalingDriver::GetPrivateStaticClass(); } struct Z_Construct_UClass_UMovieSceneScalingDriver_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, }; #endif // WITH_METADATA // ********** Begin Interface UMovieSceneScalingDriver constinit property declarations ************* // ********** End Interface UMovieSceneScalingDriver constinit property declarations *************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UMovieSceneScalingDriver_Statics UObject* (*const Z_Construct_UClass_UMovieSceneScalingDriver_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UInterface, (UObject* (*)())Z_Construct_UPackage__Script_MovieScene, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScalingDriver_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneScalingDriver_Statics::ClassParams = { &UMovieSceneScalingDriver::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000840A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScalingDriver_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneScalingDriver_Statics::Class_MetaDataParams) }; void UMovieSceneScalingDriver::StaticRegisterNativesUMovieSceneScalingDriver() { } UClass* Z_Construct_UClass_UMovieSceneScalingDriver() { if (!Z_Registration_Info_UClass_UMovieSceneScalingDriver.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneScalingDriver.OuterSingleton, Z_Construct_UClass_UMovieSceneScalingDriver_Statics::ClassParams); } return Z_Registration_Info_UClass_UMovieSceneScalingDriver.OuterSingleton; } UMovieSceneScalingDriver::UMovieSceneScalingDriver(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneScalingDriver); // ********** End Interface UMovieSceneScalingDriver *********************************************** // ********** Begin ScriptStruct FMovieSceneAnchorsScalingGroup ************************************ struct Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics { static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneAnchorsScalingGroup); } static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneAnchorsScalingGroup); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/**\n * Structure that defines a grouping of sections to be scaled as one\n */" }, { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, { "ToolTip", "Structure that defines a grouping of sections to be scaled as one" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Sections_MetaData[] = { { "Comment", "/** Set of all the sections that are contained within this group */" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, { "ToolTip", "Set of all the sections that are contained within this group" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FMovieSceneAnchorsScalingGroup constinit property declarations **** static const UECodeGen_Private::FObjectPropertyParams NewProp_Sections_ElementProp; static const UECodeGen_Private::FSetPropertyParams NewProp_Sections; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FMovieSceneAnchorsScalingGroup constinit property declarations ****** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneAnchorsScalingGroup; class UScriptStruct* FMovieSceneAnchorsScalingGroup::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FMovieSceneAnchorsScalingGroup.OuterSingleton) { Z_Registration_Info_UScriptStruct_FMovieSceneAnchorsScalingGroup.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup, (UObject*)Z_Construct_UPackage__Script_MovieScene(), TEXT("MovieSceneAnchorsScalingGroup")); } return Z_Registration_Info_UScriptStruct_FMovieSceneAnchorsScalingGroup.OuterSingleton; } // ********** Begin ScriptStruct FMovieSceneAnchorsScalingGroup Property Definitions *************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::NewProp_Sections_ElementProp = { "Sections", nullptr, (EPropertyFlags)0x0104000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMovieSceneSection_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FSetPropertyParams Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::NewProp_Sections = { "Sections", nullptr, (EPropertyFlags)0x0114008000000008, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneAnchorsScalingGroup, Sections), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Sections_MetaData), NewProp_Sections_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::NewProp_Sections_ElementProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::NewProp_Sections, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::PropPointers) < 2048); // ********** End ScriptStruct FMovieSceneAnchorsScalingGroup Property Definitions ***************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_MovieScene, nullptr, &NewStructOps, "MovieSceneAnchorsScalingGroup", Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::PropPointers), sizeof(FMovieSceneAnchorsScalingGroup), alignof(FMovieSceneAnchorsScalingGroup), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000005), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup() { if (!Z_Registration_Info_UScriptStruct_FMovieSceneAnchorsScalingGroup.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneAnchorsScalingGroup.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FMovieSceneAnchorsScalingGroup.InnerSingleton); } // ********** End ScriptStruct FMovieSceneAnchorsScalingGroup ************************************** // ********** Begin Class UMovieSceneScalingAnchors ************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneScalingAnchors; UClass* UMovieSceneScalingAnchors::GetPrivateStaticClass() { using TClass = UMovieSceneScalingAnchors; if (!Z_Registration_Info_UClass_UMovieSceneScalingAnchors.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("MovieSceneScalingAnchors"), Z_Registration_Info_UClass_UMovieSceneScalingAnchors.InnerSingleton, StaticRegisterNativesUMovieSceneScalingAnchors, 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_UMovieSceneScalingAnchors.InnerSingleton; } UClass* Z_Construct_UClass_UMovieSceneScalingAnchors_NoRegister() { return UMovieSceneScalingAnchors::GetPrivateStaticClass(); } struct Z_Construct_UClass_UMovieSceneScalingAnchors_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Decoration that is added to a UMovieScene in order to define dynamic scaling anchors to a the sequence.\n * Anchors are defined by scaling 'drivers' which control both the initial (unscaled) position of their anchors,\n * and their scaled position.\n */" }, { "DisplayName", "Anchors" }, { "Hidden", "" }, { "IncludePath", "Decorations/MovieSceneScalingAnchors.h" }, { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, { "ToolTip", "Decoration that is added to a UMovieScene in order to define dynamic scaling anchors to a the sequence.\nAnchors are defined by scaling 'drivers' which control both the initial (unscaled) position of their anchors,\nand their scaled position." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScalingDrivers_MetaData[] = { { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InitialAnchors_MetaData[] = { { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScalingGroups_MetaData[] = { { "ModuleRelativePath", "Public/Decorations/MovieSceneScalingAnchors.h" }, }; #endif // WITH_METADATA // ********** Begin Class UMovieSceneScalingAnchors constinit property declarations **************** static const UECodeGen_Private::FInterfacePropertyParams NewProp_ScalingDrivers_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_ScalingDrivers; static const UECodeGen_Private::FStructPropertyParams NewProp_InitialAnchors_ValueProp; static const UECodeGen_Private::FStructPropertyParams NewProp_InitialAnchors_Key_KeyProp; static const UECodeGen_Private::FMapPropertyParams NewProp_InitialAnchors; static const UECodeGen_Private::FStructPropertyParams NewProp_ScalingGroups_ValueProp; static const UECodeGen_Private::FStructPropertyParams NewProp_ScalingGroups_Key_KeyProp; static const UECodeGen_Private::FMapPropertyParams NewProp_ScalingGroups; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UMovieSceneScalingAnchors constinit property declarations ****************** static UObject* (*const DependentSingletons[])(); static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[]; static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UMovieSceneScalingAnchors_Statics // ********** Begin Class UMovieSceneScalingAnchors Property Definitions *************************** const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingDrivers_Inner = { "ScalingDrivers", nullptr, (EPropertyFlags)0x0004000000000000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMovieSceneScalingDriver_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingDrivers = { "ScalingDrivers", nullptr, (EPropertyFlags)0x0044000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneScalingAnchors, ScalingDrivers), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScalingDrivers_MetaData), NewProp_ScalingDrivers_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_InitialAnchors_ValueProp = { "InitialAnchors", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FMovieSceneScalingAnchor, METADATA_PARAMS(0, nullptr) }; // 2595851454 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_InitialAnchors_Key_KeyProp = { "InitialAnchors_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_InitialAnchors = { "InitialAnchors", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneScalingAnchors, InitialAnchors), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InitialAnchors_MetaData), NewProp_InitialAnchors_MetaData) }; // 2595851454 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingGroups_ValueProp = { "ScalingGroups", nullptr, (EPropertyFlags)0x0000008000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup, METADATA_PARAMS(0, nullptr) }; // 2227989737 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingGroups_Key_KeyProp = { "ScalingGroups_Key", nullptr, (EPropertyFlags)0x0000008000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingGroups = { "ScalingGroups", nullptr, (EPropertyFlags)0x0040008000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneScalingAnchors, ScalingGroups), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScalingGroups_MetaData), NewProp_ScalingGroups_MetaData) }; // 2227989737 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingDrivers_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingDrivers, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_InitialAnchors_ValueProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_InitialAnchors_Key_KeyProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_InitialAnchors, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingGroups_ValueProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingGroups_Key_KeyProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::NewProp_ScalingGroups, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::PropPointers) < 2048); // ********** End Class UMovieSceneScalingAnchors Property Definitions ***************************** UObject* (*const Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UMovieScenePlayRateCurve, (UObject* (*)())Z_Construct_UPackage__Script_MovieScene, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::DependentSingletons) < 16); const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::InterfaceParams[] = { { Z_Construct_UClass_UMovieSceneDecoration_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneScalingAnchors, IMovieSceneDecoration), false }, // 899028430 { Z_Construct_UClass_UMovieSceneTimeWarpSource_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneScalingAnchors, IMovieSceneTimeWarpSource), false }, // 454803141 }; const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::ClassParams = { &UMovieSceneScalingAnchors::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::PropPointers, InterfaceParams, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::PropPointers), UE_ARRAY_COUNT(InterfaceParams), 0x008800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::Class_MetaDataParams) }; void UMovieSceneScalingAnchors::StaticRegisterNativesUMovieSceneScalingAnchors() { } UClass* Z_Construct_UClass_UMovieSceneScalingAnchors() { if (!Z_Registration_Info_UClass_UMovieSceneScalingAnchors.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneScalingAnchors.OuterSingleton, Z_Construct_UClass_UMovieSceneScalingAnchors_Statics::ClassParams); } return Z_Registration_Info_UClass_UMovieSceneScalingAnchors.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneScalingAnchors); UMovieSceneScalingAnchors::~UMovieSceneScalingAnchors() {} IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UMovieSceneScalingAnchors) // ********** End Class UMovieSceneScalingAnchors ************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Decorations_MovieSceneScalingAnchors_h__Script_MovieScene_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FMovieSceneScalingAnchor::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneScalingAnchor_Statics::NewStructOps, TEXT("MovieSceneScalingAnchor"),&Z_Registration_Info_UScriptStruct_FMovieSceneScalingAnchor, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneScalingAnchor), 2595851454U) }, { FMovieSceneAnchorsScalingGroup::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneAnchorsScalingGroup_Statics::NewStructOps, TEXT("MovieSceneAnchorsScalingGroup"),&Z_Registration_Info_UScriptStruct_FMovieSceneAnchorsScalingGroup, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneAnchorsScalingGroup), 2227989737U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UMovieSceneScalingDriver, UMovieSceneScalingDriver::StaticClass, TEXT("UMovieSceneScalingDriver"), &Z_Registration_Info_UClass_UMovieSceneScalingDriver, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneScalingDriver), 556614007U) }, { Z_Construct_UClass_UMovieSceneScalingAnchors, UMovieSceneScalingAnchors::StaticClass, TEXT("UMovieSceneScalingAnchors"), &Z_Registration_Info_UClass_UMovieSceneScalingAnchors, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneScalingAnchors), 3476359306U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Decorations_MovieSceneScalingAnchors_h__Script_MovieScene_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Decorations_MovieSceneScalingAnchors_h__Script_MovieScene_3331027098{ TEXT("/Script/MovieScene"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Decorations_MovieSceneScalingAnchors_h__Script_MovieScene_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Decorations_MovieSceneScalingAnchors_h__Script_MovieScene_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Decorations_MovieSceneScalingAnchors_h__Script_MovieScene_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Decorations_MovieSceneScalingAnchors_h__Script_MovieScene_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS