// 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 "Engine/BookmarkBase.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeBookmarkBase() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); ENGINE_API UClass* Z_Construct_UClass_UBookmarkBase(); ENGINE_API UClass* Z_Construct_UClass_UBookmarkBase_NoRegister(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FBookmarkBaseJumpToSettings *************************************** struct Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings_Statics { static inline consteval int32 GetStructSize() { return sizeof(FBookmarkBaseJumpToSettings); } static inline consteval int16 GetStructAlignment() { return alignof(FBookmarkBaseJumpToSettings); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Classes/Engine/BookmarkBase.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FBookmarkBaseJumpToSettings constinit property declarations ******* // ********** End ScriptStruct FBookmarkBaseJumpToSettings constinit property declarations ********* static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBookmarkBaseJumpToSettings; class UScriptStruct* FBookmarkBaseJumpToSettings::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FBookmarkBaseJumpToSettings.OuterSingleton) { Z_Registration_Info_UScriptStruct_FBookmarkBaseJumpToSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BookmarkBaseJumpToSettings")); } return Z_Registration_Info_UScriptStruct_FBookmarkBaseJumpToSettings.OuterSingleton; } const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "BookmarkBaseJumpToSettings", nullptr, 0, sizeof(FBookmarkBaseJumpToSettings), alignof(FBookmarkBaseJumpToSettings), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings() { if (!Z_Registration_Info_UScriptStruct_FBookmarkBaseJumpToSettings.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBookmarkBaseJumpToSettings.InnerSingleton, Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FBookmarkBaseJumpToSettings.InnerSingleton); } // ********** End ScriptStruct FBookmarkBaseJumpToSettings ***************************************** // ********** Begin Class UBookmarkBase ************************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UBookmarkBase; UClass* UBookmarkBase::GetPrivateStaticClass() { using TClass = UBookmarkBase; if (!Z_Registration_Info_UClass_UBookmarkBase.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("BookmarkBase"), Z_Registration_Info_UClass_UBookmarkBase.InnerSingleton, StaticRegisterNativesUBookmarkBase, 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_UBookmarkBase.InnerSingleton; } UClass* Z_Construct_UClass_UBookmarkBase_NoRegister() { return UBookmarkBase::GetPrivateStaticClass(); } struct Z_Construct_UClass_UBookmarkBase_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Bookmarks are objects that can keep track of specific locations within a level or scene, without\n * necessarily adding additional actors to that scene.\n *\n * Different implementations can be used depending on specific needs, and new implementations can\n * be generated by implementing a class Derived on UBookmarkBase.\n *\n * See UBookMark, UBookMark2D, AGameWorldSettings::DefaultBookmarkClass, IBookmarkEditorInteractor.\n */" }, { "HideCategories", "Object" }, { "IncludePath", "Engine/BookmarkBase.h" }, { "ModuleRelativePath", "Classes/Engine/BookmarkBase.h" }, { "ToolTip", "Bookmarks are objects that can keep track of specific locations within a level or scene, without\nnecessarily adding additional actors to that scene.\n\nDifferent implementations can be used depending on specific needs, and new implementations can\nbe generated by implementing a class Derived on UBookmarkBase.\n\nSee UBookMark, UBookMark2D, AGameWorldSettings::DefaultBookmarkClass, IBookmarkEditorInteractor." }, }; #endif // WITH_METADATA // ********** Begin Class UBookmarkBase constinit property declarations **************************** // ********** End Class UBookmarkBase constinit property declarations ****************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UBookmarkBase_Statics UObject* (*const Z_Construct_UClass_UBookmarkBase_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBookmarkBase_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UBookmarkBase_Statics::ClassParams = { &UBookmarkBase::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000800A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBookmarkBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UBookmarkBase_Statics::Class_MetaDataParams) }; void UBookmarkBase::StaticRegisterNativesUBookmarkBase() { } UClass* Z_Construct_UClass_UBookmarkBase() { if (!Z_Registration_Info_UClass_UBookmarkBase.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBookmarkBase.OuterSingleton, Z_Construct_UClass_UBookmarkBase_Statics::ClassParams); } return Z_Registration_Info_UClass_UBookmarkBase.OuterSingleton; } UBookmarkBase::UBookmarkBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBookmarkBase); UBookmarkBase::~UBookmarkBase() {} // ********** End Class UBookmarkBase ************************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_BookmarkBase_h__Script_Engine_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FBookmarkBaseJumpToSettings::StaticStruct, Z_Construct_UScriptStruct_FBookmarkBaseJumpToSettings_Statics::NewStructOps, TEXT("BookmarkBaseJumpToSettings"),&Z_Registration_Info_UScriptStruct_FBookmarkBaseJumpToSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBookmarkBaseJumpToSettings), 948744824U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UBookmarkBase, UBookmarkBase::StaticClass, TEXT("UBookmarkBase"), &Z_Registration_Info_UClass_UBookmarkBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBookmarkBase), 1087837886U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_BookmarkBase_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_BookmarkBase_h__Script_Engine_3404580902{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_BookmarkBase_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_BookmarkBase_h__Script_Engine_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_BookmarkBase_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_BookmarkBase_h__Script_Engine_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS