// 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 "SequencerTimeChangeUndoRedoProxy.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeSequencerTimeChangeUndoRedoProxy() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FQualifiedFrameTime(); SEQUENCER_API UClass* Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy(); SEQUENCER_API UClass* Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_NoRegister(); UPackage* Z_Construct_UPackage__Script_Sequencer(); // ********** End Cross Module References ********************************************************** // ********** Begin Class USequencerTimeChangeUndoRedoProxy **************************************** FClassRegistrationInfo Z_Registration_Info_UClass_USequencerTimeChangeUndoRedoProxy; UClass* USequencerTimeChangeUndoRedoProxy::GetPrivateStaticClass() { using TClass = USequencerTimeChangeUndoRedoProxy; if (!Z_Registration_Info_UClass_USequencerTimeChangeUndoRedoProxy.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("SequencerTimeChangeUndoRedoProxy"), Z_Registration_Info_UClass_USequencerTimeChangeUndoRedoProxy.InnerSingleton, StaticRegisterNativesUSequencerTimeChangeUndoRedoProxy, 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_USequencerTimeChangeUndoRedoProxy.InnerSingleton; } UClass* Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_NoRegister() { return USequencerTimeChangeUndoRedoProxy::GetPrivateStaticClass(); } struct Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "SequencerTimeChangeUndoRedoProxy.h" }, { "ModuleRelativePath", "Private/SequencerTimeChangeUndoRedoProxy.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Time_MetaData[] = { { "ModuleRelativePath", "Private/SequencerTimeChangeUndoRedoProxy.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bTimeWasSet_MetaData[] = { { "Comment", "//no TOptional UPROPERTY so use this instead\n" }, { "ModuleRelativePath", "Private/SequencerTimeChangeUndoRedoProxy.h" }, { "ToolTip", "no TOptional UPROPERTY so use this instead" }, }; #endif // WITH_METADATA // ********** Begin Class USequencerTimeChangeUndoRedoProxy constinit property declarations ******** static const UECodeGen_Private::FStructPropertyParams NewProp_Time; static void NewProp_bTimeWasSet_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bTimeWasSet; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class USequencerTimeChangeUndoRedoProxy constinit property declarations ********** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics // ********** Begin Class USequencerTimeChangeUndoRedoProxy Property Definitions ******************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::NewProp_Time = { "Time", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(USequencerTimeChangeUndoRedoProxy, Time), Z_Construct_UScriptStruct_FQualifiedFrameTime, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Time_MetaData), NewProp_Time_MetaData) }; void Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::NewProp_bTimeWasSet_SetBit(void* Obj) { ((USequencerTimeChangeUndoRedoProxy*)Obj)->bTimeWasSet = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::NewProp_bTimeWasSet = { "bTimeWasSet", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(USequencerTimeChangeUndoRedoProxy), &Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::NewProp_bTimeWasSet_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bTimeWasSet_MetaData), NewProp_bTimeWasSet_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::NewProp_Time, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::NewProp_bTimeWasSet, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::PropPointers) < 2048); // ********** End Class USequencerTimeChangeUndoRedoProxy Property Definitions ********************* UObject* (*const Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_Sequencer, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::ClassParams = { &USequencerTimeChangeUndoRedoProxy::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::PropPointers), 0, 0x000000A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::Class_MetaDataParams), Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::Class_MetaDataParams) }; void USequencerTimeChangeUndoRedoProxy::StaticRegisterNativesUSequencerTimeChangeUndoRedoProxy() { } UClass* Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy() { if (!Z_Registration_Info_UClass_USequencerTimeChangeUndoRedoProxy.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USequencerTimeChangeUndoRedoProxy.OuterSingleton, Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy_Statics::ClassParams); } return Z_Registration_Info_UClass_USequencerTimeChangeUndoRedoProxy.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USequencerTimeChangeUndoRedoProxy); // ********** End Class USequencerTimeChangeUndoRedoProxy ****************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_Sequencer_Private_SequencerTimeChangeUndoRedoProxy_h__Script_Sequencer_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_USequencerTimeChangeUndoRedoProxy, USequencerTimeChangeUndoRedoProxy::StaticClass, TEXT("USequencerTimeChangeUndoRedoProxy"), &Z_Registration_Info_UClass_USequencerTimeChangeUndoRedoProxy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USequencerTimeChangeUndoRedoProxy), 137695143U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_Sequencer_Private_SequencerTimeChangeUndoRedoProxy_h__Script_Sequencer_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_Sequencer_Private_SequencerTimeChangeUndoRedoProxy_h__Script_Sequencer_239283842{ TEXT("/Script/Sequencer"), Z_CompiledInDeferFile_FID_Engine_Source_Editor_Sequencer_Private_SequencerTimeChangeUndoRedoProxy_h__Script_Sequencer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_Sequencer_Private_SequencerTimeChangeUndoRedoProxy_h__Script_Sequencer_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS