138 lines
8.0 KiB
C++
138 lines
8.0 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 "OnlinePIEConfig.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeOnlinePIEConfig() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
ONLINESUBSYSTEMUTILS_API UClass* Z_Construct_UClass_UOnlinePIEConfig();
|
|
ONLINESUBSYSTEMUTILS_API UClass* Z_Construct_UClass_UOnlinePIEConfig_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_OnlineSubsystemUtils();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UOnlinePIEConfig *********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UOnlinePIEConfig;
|
|
UClass* UOnlinePIEConfig::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UOnlinePIEConfig;
|
|
if (!Z_Registration_Info_UClass_UOnlinePIEConfig.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("OnlinePIEConfig"),
|
|
Z_Registration_Info_UClass_UOnlinePIEConfig.InnerSingleton,
|
|
StaticRegisterNativesUOnlinePIEConfig,
|
|
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_UOnlinePIEConfig.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UOnlinePIEConfig_NoRegister()
|
|
{
|
|
return UOnlinePIEConfig::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UOnlinePIEConfig_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "OnlinePIEConfig.h" },
|
|
{ "ModuleRelativePath", "Private/OnlinePIEConfig.h" },
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LoginTypesAllowingDuplicates_MetaData[] = {
|
|
{ "Comment", "/** Type types of login credentials which allow duplicate entries. */" },
|
|
{ "ModuleRelativePath", "Private/OnlinePIEConfig.h" },
|
|
{ "ToolTip", "Type types of login credentials which allow duplicate entries." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UOnlinePIEConfig constinit property declarations *************************
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_LoginTypesAllowingDuplicates_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_LoginTypesAllowingDuplicates;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UOnlinePIEConfig constinit property declarations ***************************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UOnlinePIEConfig>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UOnlinePIEConfig_Statics
|
|
|
|
// ********** Begin Class UOnlinePIEConfig Property Definitions ************************************
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UOnlinePIEConfig_Statics::NewProp_LoginTypesAllowingDuplicates_Inner = { "LoginTypesAllowingDuplicates", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UOnlinePIEConfig_Statics::NewProp_LoginTypesAllowingDuplicates = { "LoginTypesAllowingDuplicates", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UOnlinePIEConfig, LoginTypesAllowingDuplicates), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LoginTypesAllowingDuplicates_MetaData), NewProp_LoginTypesAllowingDuplicates_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UOnlinePIEConfig_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOnlinePIEConfig_Statics::NewProp_LoginTypesAllowingDuplicates_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UOnlinePIEConfig_Statics::NewProp_LoginTypesAllowingDuplicates,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOnlinePIEConfig_Statics::PropPointers) < 2048);
|
|
// ********** End Class UOnlinePIEConfig Property Definitions **************************************
|
|
UObject* (*const Z_Construct_UClass_UOnlinePIEConfig_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_OnlineSubsystemUtils,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UOnlinePIEConfig_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UOnlinePIEConfig_Statics::ClassParams = {
|
|
&UOnlinePIEConfig::StaticClass,
|
|
"Editor",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UOnlinePIEConfig_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UOnlinePIEConfig_Statics::PropPointers),
|
|
0,
|
|
0x000000A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UOnlinePIEConfig_Statics::Class_MetaDataParams), Z_Construct_UClass_UOnlinePIEConfig_Statics::Class_MetaDataParams)
|
|
};
|
|
void UOnlinePIEConfig::StaticRegisterNativesUOnlinePIEConfig()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UOnlinePIEConfig()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UOnlinePIEConfig.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UOnlinePIEConfig.OuterSingleton, Z_Construct_UClass_UOnlinePIEConfig_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UOnlinePIEConfig.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UOnlinePIEConfig);
|
|
UOnlinePIEConfig::~UOnlinePIEConfig() {}
|
|
// ********** End Class UOnlinePIEConfig ***********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlinePIEConfig_h__Script_OnlineSubsystemUtils_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UOnlinePIEConfig, UOnlinePIEConfig::StaticClass, TEXT("UOnlinePIEConfig"), &Z_Registration_Info_UClass_UOnlinePIEConfig, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UOnlinePIEConfig), 2258491753U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlinePIEConfig_h__Script_OnlineSubsystemUtils_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlinePIEConfig_h__Script_OnlineSubsystemUtils_2924257279{
|
|
TEXT("/Script/OnlineSubsystemUtils"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlinePIEConfig_h__Script_OnlineSubsystemUtils_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Private_OnlinePIEConfig_h__Script_OnlineSubsystemUtils_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|