Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/OnlineSubsystemUtils/UHT/OnlineServicesEngineInterfaceImpl.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

121 lines
6.8 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 "OnlineServicesEngineInterfaceImpl.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOnlineServicesEngineInterfaceImpl() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UOnlineEngineInterface();
ONLINESUBSYSTEMUTILS_API UClass* Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl();
ONLINESUBSYSTEMUTILS_API UClass* Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_NoRegister();
UPackage* Z_Construct_UPackage__Script_OnlineSubsystemUtils();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UOnlineServicesEngineInterfaceImpl ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UOnlineServicesEngineInterfaceImpl;
UClass* UOnlineServicesEngineInterfaceImpl::GetPrivateStaticClass()
{
using TClass = UOnlineServicesEngineInterfaceImpl;
if (!Z_Registration_Info_UClass_UOnlineServicesEngineInterfaceImpl.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("OnlineServicesEngineInterfaceImpl"),
Z_Registration_Info_UClass_UOnlineServicesEngineInterfaceImpl.InnerSingleton,
StaticRegisterNativesUOnlineServicesEngineInterfaceImpl,
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_UOnlineServicesEngineInterfaceImpl.InnerSingleton;
}
UClass* Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_NoRegister()
{
return UOnlineServicesEngineInterfaceImpl::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implementation of UOnlineEngineInterface that uses Online Services (also known as Online Subsystem v2)\n */" },
{ "IncludePath", "OnlineServicesEngineInterfaceImpl.h" },
{ "ModuleRelativePath", "Private/OnlineServicesEngineInterfaceImpl.h" },
{ "ToolTip", "Implementation of UOnlineEngineInterface that uses Online Services (also known as Online Subsystem v2)" },
};
#endif // WITH_METADATA
// ********** Begin Class UOnlineServicesEngineInterfaceImpl constinit property declarations *******
// ********** End Class UOnlineServicesEngineInterfaceImpl constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UOnlineServicesEngineInterfaceImpl>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_Statics
UObject* (*const Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UOnlineEngineInterface,
(UObject* (*)())Z_Construct_UPackage__Script_OnlineSubsystemUtils,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_Statics::ClassParams = {
&UOnlineServicesEngineInterfaceImpl::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_Statics::Class_MetaDataParams), Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_Statics::Class_MetaDataParams)
};
void UOnlineServicesEngineInterfaceImpl::StaticRegisterNativesUOnlineServicesEngineInterfaceImpl()
{
}
UClass* Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl()
{
if (!Z_Registration_Info_UClass_UOnlineServicesEngineInterfaceImpl.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOnlineServicesEngineInterfaceImpl.OuterSingleton, Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UOnlineServicesEngineInterfaceImpl.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOnlineServicesEngineInterfaceImpl);
UOnlineServicesEngineInterfaceImpl::~UOnlineServicesEngineInterfaceImpl() {}
// ********** End Class UOnlineServicesEngineInterfaceImpl *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlineServicesEngineInterfaceImpl_h__Script_OnlineSubsystemUtils_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UOnlineServicesEngineInterfaceImpl, UOnlineServicesEngineInterfaceImpl::StaticClass, TEXT("UOnlineServicesEngineInterfaceImpl"), &Z_Registration_Info_UClass_UOnlineServicesEngineInterfaceImpl, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOnlineServicesEngineInterfaceImpl), 987986092U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlineServicesEngineInterfaceImpl_h__Script_OnlineSubsystemUtils_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlineServicesEngineInterfaceImpl_h__Script_OnlineSubsystemUtils_4149441563{
TEXT("/Script/OnlineSubsystemUtils"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlineServicesEngineInterfaceImpl_h__Script_OnlineSubsystemUtils_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlineServicesEngineInterfaceImpl_h__Script_OnlineSubsystemUtils_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS