// 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 "Sections/MovieSceneSpawnSection.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeMovieSceneSpawnSection() {} // ********** Begin Cross Module References ******************************************************** MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneBoolSection(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneEntityProvider_NoRegister(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSpawnSection(); MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSpawnSection_NoRegister(); UPackage* Z_Construct_UPackage__Script_MovieScene(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UMovieSceneSpawnSection ************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneSpawnSection; UClass* UMovieSceneSpawnSection::GetPrivateStaticClass() { using TClass = UMovieSceneSpawnSection; if (!Z_Registration_Info_UClass_UMovieSceneSpawnSection.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("MovieSceneSpawnSection"), Z_Registration_Info_UClass_UMovieSceneSpawnSection.InnerSingleton, StaticRegisterNativesUMovieSceneSpawnSection, 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_UMovieSceneSpawnSection.InnerSingleton; } UClass* Z_Construct_UClass_UMovieSceneSpawnSection_NoRegister() { return UMovieSceneSpawnSection::GetPrivateStaticClass(); } struct Z_Construct_UClass_UMovieSceneSpawnSection_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * A spawn section.\n */" }, { "IncludePath", "Sections/MovieSceneSpawnSection.h" }, { "ModuleRelativePath", "Public/Sections/MovieSceneSpawnSection.h" }, { "ObjectInitializerConstructorDeclared", "" }, { "ToolTip", "A spawn section." }, }; #endif // WITH_METADATA // ********** Begin Class UMovieSceneSpawnSection constinit property declarations ****************** // ********** End Class UMovieSceneSpawnSection 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_UMovieSceneSpawnSection_Statics UObject* (*const Z_Construct_UClass_UMovieSceneSpawnSection_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UMovieSceneBoolSection, (UObject* (*)())Z_Construct_UPackage__Script_MovieScene, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneSpawnSection_Statics::DependentSingletons) < 16); const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMovieSceneSpawnSection_Statics::InterfaceParams[] = { { Z_Construct_UClass_UMovieSceneEntityProvider_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneSpawnSection, IMovieSceneEntityProvider), false }, // 945022145 }; const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneSpawnSection_Statics::ClassParams = { &UMovieSceneSpawnSection::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, InterfaceParams, UE_ARRAY_COUNT(DependentSingletons), 0, 0, UE_ARRAY_COUNT(InterfaceParams), 0x00A800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneSpawnSection_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneSpawnSection_Statics::Class_MetaDataParams) }; void UMovieSceneSpawnSection::StaticRegisterNativesUMovieSceneSpawnSection() { } UClass* Z_Construct_UClass_UMovieSceneSpawnSection() { if (!Z_Registration_Info_UClass_UMovieSceneSpawnSection.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneSpawnSection.OuterSingleton, Z_Construct_UClass_UMovieSceneSpawnSection_Statics::ClassParams); } return Z_Registration_Info_UClass_UMovieSceneSpawnSection.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneSpawnSection); UMovieSceneSpawnSection::~UMovieSceneSpawnSection() {} // ********** End Class UMovieSceneSpawnSection **************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Sections_MovieSceneSpawnSection_h__Script_MovieScene_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UMovieSceneSpawnSection, UMovieSceneSpawnSection::StaticClass, TEXT("UMovieSceneSpawnSection"), &Z_Registration_Info_UClass_UMovieSceneSpawnSection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneSpawnSection), 3789191781U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Sections_MovieSceneSpawnSection_h__Script_MovieScene_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Sections_MovieSceneSpawnSection_h__Script_MovieScene_1343460256{ TEXT("/Script/MovieScene"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Sections_MovieSceneSpawnSection_h__Script_MovieScene_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieScene_Public_Sections_MovieSceneSpawnSection_h__Script_MovieScene_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS