// 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 "BasicOverlays.h" #include "Overlays.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeBasicOverlays() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_UAssetImportData_NoRegister(); OVERLAY_API UClass* Z_Construct_UClass_UBasicOverlays(); OVERLAY_API UClass* Z_Construct_UClass_UBasicOverlays_NoRegister(); OVERLAY_API UClass* Z_Construct_UClass_UOverlays(); OVERLAY_API UScriptStruct* Z_Construct_UScriptStruct_FOverlayItem(); UPackage* Z_Construct_UPackage__Script_Overlay(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UBasicOverlays *********************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UBasicOverlays; UClass* UBasicOverlays::GetPrivateStaticClass() { using TClass = UBasicOverlays; if (!Z_Registration_Info_UClass_UBasicOverlays.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("BasicOverlays"), Z_Registration_Info_UClass_UBasicOverlays.InnerSingleton, StaticRegisterNativesUBasicOverlays, 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_UBasicOverlays.InnerSingleton; } UClass* Z_Construct_UClass_UBasicOverlays_NoRegister() { return UBasicOverlays::GetPrivateStaticClass(); } struct Z_Construct_UClass_UBasicOverlays_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * Implements an asset that contains a set of overlay data (which includes timing, text, and position) to be displayed for any\n * given source (including, but not limited to, audio, dialog, and movies)\n */" }, { "HideCategories", "Object" }, { "IncludePath", "BasicOverlays.h" }, { "ModuleRelativePath", "Public/BasicOverlays.h" }, { "ToolTip", "Implements an asset that contains a set of overlay data (which includes timing, text, and position) to be displayed for any\ngiven source (including, but not limited to, audio, dialog, and movies)" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Overlays_MetaData[] = { { "Category", "Overlay Data" }, { "Comment", "/** The overlay data held by this asset. Contains info on timing, position, and the subtitle to display */" }, { "ModuleRelativePath", "Public/BasicOverlays.h" }, { "ToolTip", "The overlay data held by this asset. Contains info on timing, position, and the subtitle to display" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetImportData_MetaData[] = { { "Category", "Import Settings" }, { "Comment", "/** The import data used to make this overlays asset */" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/BasicOverlays.h" }, { "ToolTip", "The import data used to make this overlays asset" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UBasicOverlays constinit property declarations *************************** static const UECodeGen_Private::FStructPropertyParams NewProp_Overlays_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Overlays; #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FObjectPropertyParams NewProp_AssetImportData; #endif // WITH_EDITORONLY_DATA static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UBasicOverlays constinit property declarations ***************************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UBasicOverlays_Statics // ********** Begin Class UBasicOverlays Property Definitions ************************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBasicOverlays_Statics::NewProp_Overlays_Inner = { "Overlays", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FOverlayItem, METADATA_PARAMS(0, nullptr) }; // 1648622336 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UBasicOverlays_Statics::NewProp_Overlays = { "Overlays", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBasicOverlays, Overlays), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Overlays_MetaData), NewProp_Overlays_MetaData) }; // 1648622336 #if WITH_EDITORONLY_DATA const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBasicOverlays_Statics::NewProp_AssetImportData = { "AssetImportData", nullptr, (EPropertyFlags)0x01160008000a0009, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBasicOverlays, AssetImportData), Z_Construct_UClass_UAssetImportData_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetImportData_MetaData), NewProp_AssetImportData_MetaData) }; #endif // WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBasicOverlays_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBasicOverlays_Statics::NewProp_Overlays_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBasicOverlays_Statics::NewProp_Overlays, #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBasicOverlays_Statics::NewProp_AssetImportData, #endif // WITH_EDITORONLY_DATA }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBasicOverlays_Statics::PropPointers) < 2048); // ********** End Class UBasicOverlays Property Definitions **************************************** UObject* (*const Z_Construct_UClass_UBasicOverlays_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UOverlays, (UObject* (*)())Z_Construct_UPackage__Script_Overlay, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBasicOverlays_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UBasicOverlays_Statics::ClassParams = { &UBasicOverlays::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UBasicOverlays_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UBasicOverlays_Statics::PropPointers), 0, 0x008800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBasicOverlays_Statics::Class_MetaDataParams), Z_Construct_UClass_UBasicOverlays_Statics::Class_MetaDataParams) }; void UBasicOverlays::StaticRegisterNativesUBasicOverlays() { } UClass* Z_Construct_UClass_UBasicOverlays() { if (!Z_Registration_Info_UClass_UBasicOverlays.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBasicOverlays.OuterSingleton, Z_Construct_UClass_UBasicOverlays_Statics::ClassParams); } return Z_Registration_Info_UClass_UBasicOverlays.OuterSingleton; } UBasicOverlays::UBasicOverlays(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBasicOverlays); UBasicOverlays::~UBasicOverlays() {} // ********** End Class UBasicOverlays ************************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Overlay_Public_BasicOverlays_h__Script_Overlay_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UBasicOverlays, UBasicOverlays::StaticClass, TEXT("UBasicOverlays"), &Z_Registration_Info_UClass_UBasicOverlays, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBasicOverlays), 3920101380U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Overlay_Public_BasicOverlays_h__Script_Overlay_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Overlay_Public_BasicOverlays_h__Script_Overlay_2071297087{ TEXT("/Script/Overlay"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Overlay_Public_BasicOverlays_h__Script_Overlay_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Overlay_Public_BasicOverlays_h__Script_Overlay_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS