// 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 "Cooker/ExternalCookOnTheFlyServer.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeExternalCookOnTheFlyServer() {} // ********** Begin Cross Module References ******************************************************** UNREALED_API UScriptStruct* Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage(); UPackage* Z_Construct_UPackage__Script_UnrealEd(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FZenCookOnTheFlyRegisterServiceMessage **************************** struct Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics { static inline consteval int32 GetStructSize() { return sizeof(FZenCookOnTheFlyRegisterServiceMessage); } static inline consteval int16 GetStructAlignment() { return alignof(FZenCookOnTheFlyRegisterServiceMessage); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Private/Cooker/ExternalCookOnTheFlyServer.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ServiceId_MetaData[] = { { "Category", "Message" }, { "ModuleRelativePath", "Private/Cooker/ExternalCookOnTheFlyServer.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Port_MetaData[] = { { "Category", "Message" }, { "ModuleRelativePath", "Private/Cooker/ExternalCookOnTheFlyServer.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FZenCookOnTheFlyRegisterServiceMessage constinit property declarations static const UECodeGen_Private::FStrPropertyParams NewProp_ServiceId; static const UECodeGen_Private::FIntPropertyParams NewProp_Port; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FZenCookOnTheFlyRegisterServiceMessage constinit property declarations static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage; class UScriptStruct* FZenCookOnTheFlyRegisterServiceMessage::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage.OuterSingleton) { Z_Registration_Info_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage, (UObject*)Z_Construct_UPackage__Script_UnrealEd(), TEXT("ZenCookOnTheFlyRegisterServiceMessage")); } return Z_Registration_Info_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage.OuterSingleton; } // ********** Begin ScriptStruct FZenCookOnTheFlyRegisterServiceMessage Property Definitions ******* const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::NewProp_ServiceId = { "ServiceId", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FZenCookOnTheFlyRegisterServiceMessage, ServiceId), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ServiceId_MetaData), NewProp_ServiceId_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::NewProp_Port = { "Port", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FZenCookOnTheFlyRegisterServiceMessage, Port), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Port_MetaData), NewProp_Port_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::NewProp_ServiceId, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::NewProp_Port, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::PropPointers) < 2048); // ********** End ScriptStruct FZenCookOnTheFlyRegisterServiceMessage Property Definitions ********* const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_UnrealEd, nullptr, &NewStructOps, "ZenCookOnTheFlyRegisterServiceMessage", Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::PropPointers), sizeof(FZenCookOnTheFlyRegisterServiceMessage), alignof(FZenCookOnTheFlyRegisterServiceMessage), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage() { if (!Z_Registration_Info_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage.InnerSingleton, Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage.InnerSingleton); } // ********** End ScriptStruct FZenCookOnTheFlyRegisterServiceMessage ****************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Private_Cooker_ExternalCookOnTheFlyServer_h__Script_UnrealEd_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FZenCookOnTheFlyRegisterServiceMessage::StaticStruct, Z_Construct_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage_Statics::NewStructOps, TEXT("ZenCookOnTheFlyRegisterServiceMessage"),&Z_Registration_Info_UScriptStruct_FZenCookOnTheFlyRegisterServiceMessage, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FZenCookOnTheFlyRegisterServiceMessage), 826753804U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Private_Cooker_ExternalCookOnTheFlyServer_h__Script_UnrealEd_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Private_Cooker_ExternalCookOnTheFlyServer_h__Script_UnrealEd_4023799257{ TEXT("/Script/UnrealEd"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Private_Cooker_ExternalCookOnTheFlyServer_h__Script_UnrealEd_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Private_Cooker_ExternalCookOnTheFlyServer_h__Script_UnrealEd_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS