121 lines
5.9 KiB
C++
121 lines
5.9 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 "TestBeaconHost.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeTestBeaconHost() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ONLINESUBSYSTEMUTILS_API UClass* Z_Construct_UClass_AOnlineBeaconHostObject();
|
||
|
|
ONLINESUBSYSTEMUTILS_API UClass* Z_Construct_UClass_ATestBeaconHost();
|
||
|
|
ONLINESUBSYSTEMUTILS_API UClass* Z_Construct_UClass_ATestBeaconHost_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_OnlineSubsystemUtils();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class ATestBeaconHost **********************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_ATestBeaconHost;
|
||
|
|
UClass* ATestBeaconHost::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = ATestBeaconHost;
|
||
|
|
if (!Z_Registration_Info_UClass_ATestBeaconHost.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("TestBeaconHost"),
|
||
|
|
Z_Registration_Info_UClass_ATestBeaconHost.InnerSingleton,
|
||
|
|
StaticRegisterNativesATestBeaconHost,
|
||
|
|
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_ATestBeaconHost.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_ATestBeaconHost_NoRegister()
|
||
|
|
{
|
||
|
|
return ATestBeaconHost::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_ATestBeaconHost_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * A beacon host used for taking reservations for an existing game session\n */" },
|
||
|
|
{ "IncludePath", "TestBeaconHost.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/TestBeaconHost.h" },
|
||
|
|
{ "ToolTip", "A beacon host used for taking reservations for an existing game session" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class ATestBeaconHost constinit property declarations **************************
|
||
|
|
// ********** End Class ATestBeaconHost constinit property declarations ****************************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<ATestBeaconHost>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_ATestBeaconHost_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_ATestBeaconHost_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_AOnlineBeaconHostObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_OnlineSubsystemUtils,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ATestBeaconHost_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_ATestBeaconHost_Statics::ClassParams = {
|
||
|
|
&ATestBeaconHost::StaticClass,
|
||
|
|
"Engine",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x008802ACu,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ATestBeaconHost_Statics::Class_MetaDataParams), Z_Construct_UClass_ATestBeaconHost_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void ATestBeaconHost::StaticRegisterNativesATestBeaconHost()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_ATestBeaconHost()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_ATestBeaconHost.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ATestBeaconHost.OuterSingleton, Z_Construct_UClass_ATestBeaconHost_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_ATestBeaconHost.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ATestBeaconHost);
|
||
|
|
ATestBeaconHost::~ATestBeaconHost() {}
|
||
|
|
// ********** End Class ATestBeaconHost ************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_TestBeaconHost_h__Script_OnlineSubsystemUtils_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_ATestBeaconHost, ATestBeaconHost::StaticClass, TEXT("ATestBeaconHost"), &Z_Registration_Info_UClass_ATestBeaconHost, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ATestBeaconHost), 851940419U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_TestBeaconHost_h__Script_OnlineSubsystemUtils_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_TestBeaconHost_h__Script_OnlineSubsystemUtils_3242433331{
|
||
|
|
TEXT("/Script/OnlineSubsystemUtils"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_TestBeaconHost_h__Script_OnlineSubsystemUtils_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_TestBeaconHost_h__Script_OnlineSubsystemUtils_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|