// 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 "Channels/ByteChannelKeyProxy.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeByteChannelKeyProxy() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber(); CURVEEDITOR_API UClass* Z_Construct_UClass_UCurveEditorKeyProxy_NoRegister(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneKeyProxy_NoRegister(); MOVIESCENETOOLS_API UClass* Z_Construct_UClass_UByteChannelKeyProxy(); MOVIESCENETOOLS_API UClass* Z_Construct_UClass_UByteChannelKeyProxy_NoRegister(); UPackage* Z_Construct_UPackage__Script_MovieSceneTools(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UByteChannelKeyProxy ***************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UByteChannelKeyProxy; UClass* UByteChannelKeyProxy::GetPrivateStaticClass() { using TClass = UByteChannelKeyProxy; if (!Z_Registration_Info_UClass_UByteChannelKeyProxy.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ByteChannelKeyProxy"), Z_Registration_Info_UClass_UByteChannelKeyProxy.InnerSingleton, StaticRegisterNativesUByteChannelKeyProxy, 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_UByteChannelKeyProxy.InnerSingleton; } UClass* Z_Construct_UClass_UByteChannelKeyProxy_NoRegister() { return UByteChannelKeyProxy::GetPrivateStaticClass(); } struct Z_Construct_UClass_UByteChannelKeyProxy_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "Channels/ByteChannelKeyProxy.h" }, { "ModuleRelativePath", "Private/Channels/ByteChannelKeyProxy.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Time_MetaData[] = { { "Category", "Key" }, { "Comment", "/** User-facing time of the key, applied to the actual key on PostEditChange, and updated every tick */" }, { "ModuleRelativePath", "Private/Channels/ByteChannelKeyProxy.h" }, { "ToolTip", "User-facing time of the key, applied to the actual key on PostEditChange, and updated every tick" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Value_MetaData[] = { { "Category", "Key" }, { "Comment", "/** User-facing value of the key, applied to the actual key on PostEditChange, and updated every tick */" }, { "ModuleRelativePath", "Private/Channels/ByteChannelKeyProxy.h" }, { "ShowOnlyInnerProperties", "" }, { "ToolTip", "User-facing value of the key, applied to the actual key on PostEditChange, and updated every tick" }, }; #endif // WITH_METADATA // ********** Begin Class UByteChannelKeyProxy constinit property declarations ********************* static const UECodeGen_Private::FStructPropertyParams NewProp_Time; static const UECodeGen_Private::FBytePropertyParams NewProp_Value; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UByteChannelKeyProxy 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_UByteChannelKeyProxy_Statics // ********** Begin Class UByteChannelKeyProxy Property Definitions ******************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UByteChannelKeyProxy_Statics::NewProp_Time = { "Time", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UByteChannelKeyProxy, Time), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Time_MetaData), NewProp_Time_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UByteChannelKeyProxy_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UByteChannelKeyProxy, Value), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Value_MetaData), NewProp_Value_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UByteChannelKeyProxy_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UByteChannelKeyProxy_Statics::NewProp_Time, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UByteChannelKeyProxy_Statics::NewProp_Value, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UByteChannelKeyProxy_Statics::PropPointers) < 2048); // ********** End Class UByteChannelKeyProxy Property Definitions ********************************** UObject* (*const Z_Construct_UClass_UByteChannelKeyProxy_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_MovieSceneTools, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UByteChannelKeyProxy_Statics::DependentSingletons) < 16); const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UByteChannelKeyProxy_Statics::InterfaceParams[] = { { Z_Construct_UClass_UCurveEditorKeyProxy_NoRegister, (int32)VTABLE_OFFSET(UByteChannelKeyProxy, ICurveEditorKeyProxy), false }, // 1172631589 { Z_Construct_UClass_UMovieSceneKeyProxy_NoRegister, (int32)VTABLE_OFFSET(UByteChannelKeyProxy, IMovieSceneKeyProxy), false }, // 2654726936 }; const UECodeGen_Private::FClassParams Z_Construct_UClass_UByteChannelKeyProxy_Statics::ClassParams = { &UByteChannelKeyProxy::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UByteChannelKeyProxy_Statics::PropPointers, InterfaceParams, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UByteChannelKeyProxy_Statics::PropPointers), UE_ARRAY_COUNT(InterfaceParams), 0x000000A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UByteChannelKeyProxy_Statics::Class_MetaDataParams), Z_Construct_UClass_UByteChannelKeyProxy_Statics::Class_MetaDataParams) }; void UByteChannelKeyProxy::StaticRegisterNativesUByteChannelKeyProxy() { } UClass* Z_Construct_UClass_UByteChannelKeyProxy() { if (!Z_Registration_Info_UClass_UByteChannelKeyProxy.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UByteChannelKeyProxy.OuterSingleton, Z_Construct_UClass_UByteChannelKeyProxy_Statics::ClassParams); } return Z_Registration_Info_UClass_UByteChannelKeyProxy.OuterSingleton; } UByteChannelKeyProxy::UByteChannelKeyProxy(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UByteChannelKeyProxy); UByteChannelKeyProxy::~UByteChannelKeyProxy() {} // ********** End Class UByteChannelKeyProxy ******************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_ByteChannelKeyProxy_h__Script_MovieSceneTools_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UByteChannelKeyProxy, UByteChannelKeyProxy::StaticClass, TEXT("UByteChannelKeyProxy"), &Z_Registration_Info_UClass_UByteChannelKeyProxy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UByteChannelKeyProxy), 3258563649U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_ByteChannelKeyProxy_h__Script_MovieSceneTools_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_ByteChannelKeyProxy_h__Script_MovieSceneTools_2297767984{ TEXT("/Script/MovieSceneTools"), Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_ByteChannelKeyProxy_h__Script_MovieSceneTools_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_MovieSceneTools_Private_Channels_ByteChannelKeyProxy_h__Script_MovieSceneTools_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS