// 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 "HomeScreen/HomeScreenWeb.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeHomeScreenWeb() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); MAINFRAME_API UClass* Z_Construct_UClass_UHomeScreenWeb(); MAINFRAME_API UClass* Z_Construct_UClass_UHomeScreenWeb_NoRegister(); MAINFRAME_API UEnum* Z_Construct_UEnum_MainFrame_EMainSectionMenu(); UPackage* Z_Construct_UPackage__Script_MainFrame(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UHomeScreenWeb Function NavigateTo *************************************** struct Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics { struct HomeScreenWeb_eventNavigateTo_Parms { EMainSectionMenu InSectionToNavigate; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Private/HomeScreen/HomeScreenWeb.h" }, }; #endif // WITH_METADATA // ********** Begin Function NavigateTo constinit property declarations **************************** static const UECodeGen_Private::FBytePropertyParams NewProp_InSectionToNavigate_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_InSectionToNavigate; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function NavigateTo constinit property declarations ****************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function NavigateTo Property Definitions *************************************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::NewProp_InSectionToNavigate_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::NewProp_InSectionToNavigate = { "InSectionToNavigate", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(HomeScreenWeb_eventNavigateTo_Parms, InSectionToNavigate), Z_Construct_UEnum_MainFrame_EMainSectionMenu, METADATA_PARAMS(0, nullptr) }; // 3982147825 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::NewProp_InSectionToNavigate_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::NewProp_InSectionToNavigate, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::PropPointers) < 2048); // ********** End Function NavigateTo Property Definitions ***************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UHomeScreenWeb, nullptr, "NavigateTo", Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::PropPointers), sizeof(Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::HomeScreenWeb_eventNavigateTo_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::Function_MetaDataParams), Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::HomeScreenWeb_eventNavigateTo_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UHomeScreenWeb_NavigateTo() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UHomeScreenWeb_NavigateTo_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UHomeScreenWeb::execNavigateTo) { P_GET_ENUM(EMainSectionMenu,Z_Param_InSectionToNavigate); P_FINISH; P_NATIVE_BEGIN; P_THIS->NavigateTo(EMainSectionMenu(Z_Param_InSectionToNavigate)); P_NATIVE_END; } // ********** End Class UHomeScreenWeb Function NavigateTo ***************************************** // ********** Begin Class UHomeScreenWeb Function OpenGettingStartedProject ************************ struct Z_Construct_UFunction_UHomeScreenWeb_OpenGettingStartedProject_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Private/HomeScreen/HomeScreenWeb.h" }, }; #endif // WITH_METADATA // ********** Begin Function OpenGettingStartedProject constinit property declarations ************* // ********** End Function OpenGettingStartedProject constinit property declarations *************** static const UECodeGen_Private::FFunctionParams FuncParams; }; const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UHomeScreenWeb_OpenGettingStartedProject_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UHomeScreenWeb, nullptr, "OpenGettingStartedProject", nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UHomeScreenWeb_OpenGettingStartedProject_Statics::Function_MetaDataParams), Z_Construct_UFunction_UHomeScreenWeb_OpenGettingStartedProject_Statics::Function_MetaDataParams)}, }; UFunction* Z_Construct_UFunction_UHomeScreenWeb_OpenGettingStartedProject() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UHomeScreenWeb_OpenGettingStartedProject_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UHomeScreenWeb::execOpenGettingStartedProject) { P_FINISH; P_NATIVE_BEGIN; P_THIS->OpenGettingStartedProject(); P_NATIVE_END; } // ********** End Class UHomeScreenWeb Function OpenGettingStartedProject ************************** // ********** Begin Class UHomeScreenWeb Function OpenWebPage ************************************** struct Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics { struct HomeScreenWeb_eventOpenWebPage_Parms { FString InURL; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Private/HomeScreen/HomeScreenWeb.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InURL_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function OpenWebPage constinit property declarations *************************** static const UECodeGen_Private::FStrPropertyParams NewProp_InURL; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function OpenWebPage constinit property declarations ***************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function OpenWebPage Property Definitions ************************************** const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::NewProp_InURL = { "InURL", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(HomeScreenWeb_eventOpenWebPage_Parms, InURL), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InURL_MetaData), NewProp_InURL_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::NewProp_InURL, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::PropPointers) < 2048); // ********** End Function OpenWebPage Property Definitions **************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UHomeScreenWeb, nullptr, "OpenWebPage", Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::PropPointers), sizeof(Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::HomeScreenWeb_eventOpenWebPage_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x40020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::Function_MetaDataParams), Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::HomeScreenWeb_eventOpenWebPage_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UHomeScreenWeb::execOpenWebPage) { P_GET_PROPERTY(FStrProperty,Z_Param_InURL); P_FINISH; P_NATIVE_BEGIN; P_THIS->OpenWebPage(Z_Param_InURL); P_NATIVE_END; } // ********** End Class UHomeScreenWeb Function OpenWebPage **************************************** // ********** Begin Class UHomeScreenWeb *********************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UHomeScreenWeb; UClass* UHomeScreenWeb::GetPrivateStaticClass() { using TClass = UHomeScreenWeb; if (!Z_Registration_Info_UClass_UHomeScreenWeb.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("HomeScreenWeb"), Z_Registration_Info_UClass_UHomeScreenWeb.InnerSingleton, StaticRegisterNativesUHomeScreenWeb, 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_UHomeScreenWeb.InnerSingleton; } UClass* Z_Construct_UClass_UHomeScreenWeb_NoRegister() { return UHomeScreenWeb::GetPrivateStaticClass(); } struct Z_Construct_UClass_UHomeScreenWeb_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "HomeScreen/HomeScreenWeb.h" }, { "ModuleRelativePath", "Private/HomeScreen/HomeScreenWeb.h" }, }; #endif // WITH_METADATA // ********** Begin Class UHomeScreenWeb constinit property declarations *************************** // ********** End Class UHomeScreenWeb constinit property declarations ***************************** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("NavigateTo"), .Pointer = &UHomeScreenWeb::execNavigateTo }, { .NameUTF8 = UTF8TEXT("OpenGettingStartedProject"), .Pointer = &UHomeScreenWeb::execOpenGettingStartedProject }, { .NameUTF8 = UTF8TEXT("OpenWebPage"), .Pointer = &UHomeScreenWeb::execOpenWebPage }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UHomeScreenWeb_NavigateTo, "NavigateTo" }, // 3246134460 { &Z_Construct_UFunction_UHomeScreenWeb_OpenGettingStartedProject, "OpenGettingStartedProject" }, // 3256149000 { &Z_Construct_UFunction_UHomeScreenWeb_OpenWebPage, "OpenWebPage" }, // 495084262 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UHomeScreenWeb_Statics UObject* (*const Z_Construct_UClass_UHomeScreenWeb_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_MainFrame, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UHomeScreenWeb_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UHomeScreenWeb_Statics::ClassParams = { &UHomeScreenWeb::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), 0, 0, 0x000000A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UHomeScreenWeb_Statics::Class_MetaDataParams), Z_Construct_UClass_UHomeScreenWeb_Statics::Class_MetaDataParams) }; void UHomeScreenWeb::StaticRegisterNativesUHomeScreenWeb() { UClass* Class = UHomeScreenWeb::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UHomeScreenWeb_Statics::Funcs)); } UClass* Z_Construct_UClass_UHomeScreenWeb() { if (!Z_Registration_Info_UClass_UHomeScreenWeb.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UHomeScreenWeb.OuterSingleton, Z_Construct_UClass_UHomeScreenWeb_Statics::ClassParams); } return Z_Registration_Info_UClass_UHomeScreenWeb.OuterSingleton; } UHomeScreenWeb::UHomeScreenWeb(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UHomeScreenWeb); UHomeScreenWeb::~UHomeScreenWeb() {} // ********** End Class UHomeScreenWeb ************************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_MainFrame_Private_HomeScreen_HomeScreenWeb_h__Script_MainFrame_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UHomeScreenWeb, UHomeScreenWeb::StaticClass, TEXT("UHomeScreenWeb"), &Z_Registration_Info_UClass_UHomeScreenWeb, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHomeScreenWeb), 3949036413U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_MainFrame_Private_HomeScreen_HomeScreenWeb_h__Script_MainFrame_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_MainFrame_Private_HomeScreen_HomeScreenWeb_h__Script_MainFrame_941023787{ TEXT("/Script/MainFrame"), Z_CompiledInDeferFile_FID_Engine_Source_Editor_MainFrame_Private_HomeScreen_HomeScreenWeb_h__Script_MainFrame_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_MainFrame_Private_HomeScreen_HomeScreenWeb_h__Script_MainFrame_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS