248 lines
13 KiB
C++
248 lines
13 KiB
C++
// 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 "CookOnTheSide/CookOnTheFlyServer.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeCookOnTheFlyServer() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
UNREALED_API UClass* Z_Construct_UClass_UCookOnTheFlyServer();
|
|
UNREALED_API UClass* Z_Construct_UClass_UCookOnTheFlyServer_NoRegister();
|
|
UNREALED_API UEnum* Z_Construct_UEnum_UnrealEd_ECookMode();
|
|
UNREALED_API UEnum* Z_Construct_UEnum_UnrealEd_ECookTickFlags();
|
|
UPackage* Z_Construct_UPackage__Script_UnrealEd();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Enum ECookMode *****************************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ECookMode;
|
|
static UEnum* ECookMode_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ECookMode.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_ECookMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_UnrealEd_ECookMode, (UObject*)Z_Construct_UPackage__Script_UnrealEd(), TEXT("ECookMode"));
|
|
}
|
|
return Z_Registration_Info_UEnum_ECookMode.OuterSingleton;
|
|
}
|
|
template<> UNREALED_NON_ATTRIBUTED_API UEnum* StaticEnum<ECookMode::Type>()
|
|
{
|
|
return ECookMode_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_UnrealEd_ECookMode_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "CookByTheBook.Comment", "/** Cooking by the book (not in the editor). */" },
|
|
{ "CookByTheBook.Name", "ECookMode::CookByTheBook" },
|
|
{ "CookByTheBook.ToolTip", "Cooking by the book (not in the editor)." },
|
|
{ "CookByTheBookFromTheEditor.Comment", "/** Precook all resources while in the editor. */" },
|
|
{ "CookByTheBookFromTheEditor.Name", "ECookMode::CookByTheBookFromTheEditor" },
|
|
{ "CookByTheBookFromTheEditor.ToolTip", "Precook all resources while in the editor." },
|
|
{ "CookOnTheFly.Comment", "/** Default mode, handles requests from network. */" },
|
|
{ "CookOnTheFly.Name", "ECookMode::CookOnTheFly" },
|
|
{ "CookOnTheFly.ToolTip", "Default mode, handles requests from network." },
|
|
{ "CookOnTheFlyFromTheEditor.Comment", "/** Cook on the side. */" },
|
|
{ "CookOnTheFlyFromTheEditor.Name", "ECookMode::CookOnTheFlyFromTheEditor" },
|
|
{ "CookOnTheFlyFromTheEditor.ToolTip", "Cook on the side." },
|
|
{ "CookWorker.Comment", "/** Commandlet helper for a separate director process. Director might be in any of the other modes. */" },
|
|
{ "CookWorker.Name", "ECookMode::CookWorker" },
|
|
{ "CookWorker.ToolTip", "Commandlet helper for a separate director process. Director might be in any of the other modes." },
|
|
{ "ModuleRelativePath", "Classes/CookOnTheSide/CookOnTheFlyServer.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "ECookMode::CookOnTheFly", (int64)ECookMode::CookOnTheFly },
|
|
{ "ECookMode::CookOnTheFlyFromTheEditor", (int64)ECookMode::CookOnTheFlyFromTheEditor },
|
|
{ "ECookMode::CookByTheBookFromTheEditor", (int64)ECookMode::CookByTheBookFromTheEditor },
|
|
{ "ECookMode::CookByTheBook", (int64)ECookMode::CookByTheBook },
|
|
{ "ECookMode::CookWorker", (int64)ECookMode::CookWorker },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_UnrealEd_ECookMode_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_UnrealEd_ECookMode_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_UnrealEd,
|
|
nullptr,
|
|
"ECookMode",
|
|
"ECookMode::Type",
|
|
Z_Construct_UEnum_UnrealEd_ECookMode_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_UnrealEd_ECookMode_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::Namespaced,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_UnrealEd_ECookMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_UnrealEd_ECookMode_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_UnrealEd_ECookMode()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ECookMode.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ECookMode.InnerSingleton, Z_Construct_UEnum_UnrealEd_ECookMode_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_ECookMode.InnerSingleton;
|
|
}
|
|
// ********** End Enum ECookMode *******************************************************************
|
|
|
|
// ********** Begin Enum ECookTickFlags ************************************************************
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_ECookTickFlags;
|
|
static UEnum* ECookTickFlags_StaticEnum()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ECookTickFlags.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UEnum_ECookTickFlags.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_UnrealEd_ECookTickFlags, (UObject*)Z_Construct_UPackage__Script_UnrealEd(), TEXT("ECookTickFlags"));
|
|
}
|
|
return Z_Registration_Info_UEnum_ECookTickFlags.OuterSingleton;
|
|
}
|
|
template<> UNREALED_NON_ATTRIBUTED_API UEnum* StaticEnum<ECookTickFlags>()
|
|
{
|
|
return ECookTickFlags_StaticEnum();
|
|
}
|
|
struct Z_Construct_UEnum_UnrealEd_ECookTickFlags_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
|
{ "HideProgressDisplay.Comment", "/** Markup packages for partial gc */" },
|
|
{ "HideProgressDisplay.Name", "ECookTickFlags::HideProgressDisplay" },
|
|
{ "HideProgressDisplay.ToolTip", "Markup packages for partial gc" },
|
|
{ "MarkupInUsePackages.Comment", "/* no flags */" },
|
|
{ "MarkupInUsePackages.Name", "ECookTickFlags::MarkupInUsePackages" },
|
|
{ "MarkupInUsePackages.ToolTip", "no flags" },
|
|
{ "ModuleRelativePath", "Classes/CookOnTheSide/CookOnTheFlyServer.h" },
|
|
{ "None.Name", "ECookTickFlags::None" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
|
{ "ECookTickFlags::None", (int64)ECookTickFlags::None },
|
|
{ "ECookTickFlags::MarkupInUsePackages", (int64)ECookTickFlags::MarkupInUsePackages },
|
|
{ "ECookTickFlags::HideProgressDisplay", (int64)ECookTickFlags::HideProgressDisplay },
|
|
};
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
|
}; // struct Z_Construct_UEnum_UnrealEd_ECookTickFlags_Statics
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_UnrealEd_ECookTickFlags_Statics::EnumParams = {
|
|
(UObject*(*)())Z_Construct_UPackage__Script_UnrealEd,
|
|
nullptr,
|
|
"ECookTickFlags",
|
|
"ECookTickFlags",
|
|
Z_Construct_UEnum_UnrealEd_ECookTickFlags_Statics::Enumerators,
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_UnrealEd_ECookTickFlags_Statics::Enumerators),
|
|
EEnumFlags::None,
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_UnrealEd_ECookTickFlags_Statics::Enum_MetaDataParams), Z_Construct_UEnum_UnrealEd_ECookTickFlags_Statics::Enum_MetaDataParams)
|
|
};
|
|
UEnum* Z_Construct_UEnum_UnrealEd_ECookTickFlags()
|
|
{
|
|
if (!Z_Registration_Info_UEnum_ECookTickFlags.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ECookTickFlags.InnerSingleton, Z_Construct_UEnum_UnrealEd_ECookTickFlags_Statics::EnumParams);
|
|
}
|
|
return Z_Registration_Info_UEnum_ECookTickFlags.InnerSingleton;
|
|
}
|
|
// ********** End Enum ECookTickFlags **************************************************************
|
|
|
|
// ********** Begin Class UCookOnTheFlyServer ******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCookOnTheFlyServer;
|
|
UClass* UCookOnTheFlyServer::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UCookOnTheFlyServer;
|
|
if (!Z_Registration_Info_UClass_UCookOnTheFlyServer.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("CookOnTheFlyServer"),
|
|
Z_Registration_Info_UClass_UCookOnTheFlyServer.InnerSingleton,
|
|
StaticRegisterNativesUCookOnTheFlyServer,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UCookOnTheFlyServer.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UCookOnTheFlyServer_NoRegister()
|
|
{
|
|
return UCookOnTheFlyServer::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UCookOnTheFlyServer_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "CookOnTheSide/CookOnTheFlyServer.h" },
|
|
{ "ModuleRelativePath", "Classes/CookOnTheSide/CookOnTheFlyServer.h" },
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UCookOnTheFlyServer constinit property declarations **********************
|
|
// ********** End Class UCookOnTheFlyServer constinit property declarations ************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UCookOnTheFlyServer>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UCookOnTheFlyServer_Statics
|
|
UObject* (*const Z_Construct_UClass_UCookOnTheFlyServer_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UnrealEd,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCookOnTheFlyServer_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCookOnTheFlyServer_Statics::ClassParams = {
|
|
&UCookOnTheFlyServer::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCookOnTheFlyServer_Statics::Class_MetaDataParams), Z_Construct_UClass_UCookOnTheFlyServer_Statics::Class_MetaDataParams)
|
|
};
|
|
void UCookOnTheFlyServer::StaticRegisterNativesUCookOnTheFlyServer()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UCookOnTheFlyServer()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UCookOnTheFlyServer.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCookOnTheFlyServer.OuterSingleton, Z_Construct_UClass_UCookOnTheFlyServer_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UCookOnTheFlyServer.OuterSingleton;
|
|
}
|
|
// ********** End Class UCookOnTheFlyServer ********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_CookOnTheSide_CookOnTheFlyServer_h__Script_UnrealEd_Statics
|
|
{
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
|
{ ECookMode_StaticEnum, TEXT("ECookMode"), &Z_Registration_Info_UEnum_ECookMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3655559746U) },
|
|
{ ECookTickFlags_StaticEnum, TEXT("ECookTickFlags"), &Z_Registration_Info_UEnum_ECookTickFlags, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1981010576U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UCookOnTheFlyServer, UCookOnTheFlyServer::StaticClass, TEXT("UCookOnTheFlyServer"), &Z_Registration_Info_UClass_UCookOnTheFlyServer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCookOnTheFlyServer), 2053941843U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_CookOnTheSide_CookOnTheFlyServer_h__Script_UnrealEd_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_CookOnTheSide_CookOnTheFlyServer_h__Script_UnrealEd_2056499498{
|
|
TEXT("/Script/UnrealEd"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_CookOnTheSide_CookOnTheFlyServer_h__Script_UnrealEd_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_CookOnTheSide_CookOnTheFlyServer_h__Script_UnrealEd_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_CookOnTheSide_CookOnTheFlyServer_h__Script_UnrealEd_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Classes_CookOnTheSide_CookOnTheFlyServer_h__Script_UnrealEd_Statics::EnumInfo),
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|