Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,308 @@
// 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 "NamedInterfaces.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNamedInterfaces() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
ONLINESUBSYSTEM_API UClass* Z_Construct_UClass_UNamedInterfaces();
ONLINESUBSYSTEM_API UClass* Z_Construct_UClass_UNamedInterfaces_NoRegister();
ONLINESUBSYSTEM_API UScriptStruct* Z_Construct_UScriptStruct_FNamedInterface();
ONLINESUBSYSTEM_API UScriptStruct* Z_Construct_UScriptStruct_FNamedInterfaceDef();
UPackage* Z_Construct_UPackage__Script_OnlineSubsystem();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FNamedInterface ***************************************************
struct Z_Construct_UScriptStruct_FNamedInterface_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FNamedInterface); }
static inline consteval int16 GetStructAlignment() { return alignof(FNamedInterface); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Holds a named object interface for dynamically bound interfaces */" },
{ "ModuleRelativePath", "Public/NamedInterfaces.h" },
{ "ToolTip", "Holds a named object interface for dynamically bound interfaces" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterfaceName_MetaData[] = {
{ "Comment", "/** The name to bind this object to */" },
{ "ModuleRelativePath", "Public/NamedInterfaces.h" },
{ "ToolTip", "The name to bind this object to" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterfaceObject_MetaData[] = {
{ "Comment", "/** The object to store at this location */" },
{ "ModuleRelativePath", "Public/NamedInterfaces.h" },
{ "ToolTip", "The object to store at this location" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FNamedInterface constinit property declarations *******************
static const UECodeGen_Private::FNamePropertyParams NewProp_InterfaceName;
static const UECodeGen_Private::FObjectPropertyParams NewProp_InterfaceObject;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FNamedInterface constinit property declarations *********************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNamedInterface>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FNamedInterface_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNamedInterface;
class UScriptStruct* FNamedInterface::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FNamedInterface.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FNamedInterface.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNamedInterface, (UObject*)Z_Construct_UPackage__Script_OnlineSubsystem(), TEXT("NamedInterface"));
}
return Z_Registration_Info_UScriptStruct_FNamedInterface.OuterSingleton;
}
// ********** Begin ScriptStruct FNamedInterface Property Definitions ******************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNamedInterface_Statics::NewProp_InterfaceName = { "InterfaceName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNamedInterface, InterfaceName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterfaceName_MetaData), NewProp_InterfaceName_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FNamedInterface_Statics::NewProp_InterfaceObject = { "InterfaceObject", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNamedInterface, InterfaceObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterfaceObject_MetaData), NewProp_InterfaceObject_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNamedInterface_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNamedInterface_Statics::NewProp_InterfaceName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNamedInterface_Statics::NewProp_InterfaceObject,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNamedInterface_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FNamedInterface Property Definitions ********************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNamedInterface_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OnlineSubsystem,
nullptr,
&NewStructOps,
"NamedInterface",
Z_Construct_UScriptStruct_FNamedInterface_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNamedInterface_Statics::PropPointers),
sizeof(FNamedInterface),
alignof(FNamedInterface),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNamedInterface_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNamedInterface_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FNamedInterface()
{
if (!Z_Registration_Info_UScriptStruct_FNamedInterface.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNamedInterface.InnerSingleton, Z_Construct_UScriptStruct_FNamedInterface_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNamedInterface.InnerSingleton);
}
// ********** End ScriptStruct FNamedInterface *****************************************************
// ********** Begin ScriptStruct FNamedInterfaceDef ************************************************
struct Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FNamedInterfaceDef); }
static inline consteval int16 GetStructAlignment() { return alignof(FNamedInterfaceDef); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Holds a name to class name mapping for adding the named interfaces automatically */" },
{ "ModuleRelativePath", "Public/NamedInterfaces.h" },
{ "ToolTip", "Holds a name to class name mapping for adding the named interfaces automatically" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterfaceName_MetaData[] = {
{ "Comment", "/** The name to bind this object to */" },
{ "ModuleRelativePath", "Public/NamedInterfaces.h" },
{ "ToolTip", "The name to bind this object to" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterfaceClassName_MetaData[] = {
{ "Comment", "/** The class to load and create for the named interface */" },
{ "ModuleRelativePath", "Public/NamedInterfaces.h" },
{ "ToolTip", "The class to load and create for the named interface" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FNamedInterfaceDef constinit property declarations ****************
static const UECodeGen_Private::FNamePropertyParams NewProp_InterfaceName;
static const UECodeGen_Private::FStrPropertyParams NewProp_InterfaceClassName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FNamedInterfaceDef constinit property declarations ******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNamedInterfaceDef>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNamedInterfaceDef;
class UScriptStruct* FNamedInterfaceDef::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FNamedInterfaceDef.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FNamedInterfaceDef.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNamedInterfaceDef, (UObject*)Z_Construct_UPackage__Script_OnlineSubsystem(), TEXT("NamedInterfaceDef"));
}
return Z_Registration_Info_UScriptStruct_FNamedInterfaceDef.OuterSingleton;
}
// ********** Begin ScriptStruct FNamedInterfaceDef Property Definitions ***************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::NewProp_InterfaceName = { "InterfaceName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNamedInterfaceDef, InterfaceName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterfaceName_MetaData), NewProp_InterfaceName_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::NewProp_InterfaceClassName = { "InterfaceClassName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNamedInterfaceDef, InterfaceClassName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterfaceClassName_MetaData), NewProp_InterfaceClassName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::NewProp_InterfaceName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::NewProp_InterfaceClassName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FNamedInterfaceDef Property Definitions *****************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_OnlineSubsystem,
nullptr,
&NewStructOps,
"NamedInterfaceDef",
Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::PropPointers),
sizeof(FNamedInterfaceDef),
alignof(FNamedInterfaceDef),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FNamedInterfaceDef()
{
if (!Z_Registration_Info_UScriptStruct_FNamedInterfaceDef.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNamedInterfaceDef.InnerSingleton, Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNamedInterfaceDef.InnerSingleton);
}
// ********** End ScriptStruct FNamedInterfaceDef **************************************************
// ********** Begin Class UNamedInterfaces *********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNamedInterfaces;
UClass* UNamedInterfaces::GetPrivateStaticClass()
{
using TClass = UNamedInterfaces;
if (!Z_Registration_Info_UClass_UNamedInterfaces.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NamedInterfaces"),
Z_Registration_Info_UClass_UNamedInterfaces.InnerSingleton,
StaticRegisterNativesUNamedInterfaces,
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_UNamedInterfaces.InnerSingleton;
}
UClass* Z_Construct_UClass_UNamedInterfaces_NoRegister()
{
return UNamedInterfaces::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNamedInterfaces_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Named interfaces are a registry of UObjects accessible by an FName key that will persist for the lifetime of the process\n */" },
{ "IncludePath", "NamedInterfaces.h" },
{ "ModuleRelativePath", "Public/NamedInterfaces.h" },
{ "ToolTip", "Named interfaces are a registry of UObjects accessible by an FName key that will persist for the lifetime of the process" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NamedInterfaces_MetaData[] = {
{ "Comment", "/** Holds the set of registered named interfaces */" },
{ "ModuleRelativePath", "Public/NamedInterfaces.h" },
{ "ToolTip", "Holds the set of registered named interfaces" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NamedInterfaceDefs_MetaData[] = {
{ "Comment", "/** The list of named interfaces to automatically create and store */" },
{ "ModuleRelativePath", "Public/NamedInterfaces.h" },
{ "ToolTip", "The list of named interfaces to automatically create and store" },
};
#endif // WITH_METADATA
// ********** Begin Class UNamedInterfaces constinit property declarations *************************
static const UECodeGen_Private::FStructPropertyParams NewProp_NamedInterfaces_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_NamedInterfaces;
static const UECodeGen_Private::FStructPropertyParams NewProp_NamedInterfaceDefs_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_NamedInterfaceDefs;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UNamedInterfaces constinit property declarations ***************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UNamedInterfaces>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNamedInterfaces_Statics
// ********** Begin Class UNamedInterfaces Property Definitions ************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNamedInterfaces_Statics::NewProp_NamedInterfaces_Inner = { "NamedInterfaces", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNamedInterface, METADATA_PARAMS(0, nullptr) }; // 2512389459
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UNamedInterfaces_Statics::NewProp_NamedInterfaces = { "NamedInterfaces", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNamedInterfaces, NamedInterfaces), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NamedInterfaces_MetaData), NewProp_NamedInterfaces_MetaData) }; // 2512389459
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNamedInterfaces_Statics::NewProp_NamedInterfaceDefs_Inner = { "NamedInterfaceDefs", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNamedInterfaceDef, METADATA_PARAMS(0, nullptr) }; // 2288171670
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UNamedInterfaces_Statics::NewProp_NamedInterfaceDefs = { "NamedInterfaceDefs", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNamedInterfaces, NamedInterfaceDefs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NamedInterfaceDefs_MetaData), NewProp_NamedInterfaceDefs_MetaData) }; // 2288171670
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNamedInterfaces_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNamedInterfaces_Statics::NewProp_NamedInterfaces_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNamedInterfaces_Statics::NewProp_NamedInterfaces,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNamedInterfaces_Statics::NewProp_NamedInterfaceDefs_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNamedInterfaces_Statics::NewProp_NamedInterfaceDefs,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNamedInterfaces_Statics::PropPointers) < 2048);
// ********** End Class UNamedInterfaces Property Definitions **************************************
UObject* (*const Z_Construct_UClass_UNamedInterfaces_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_OnlineSubsystem,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNamedInterfaces_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNamedInterfaces_Statics::ClassParams = {
&UNamedInterfaces::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UNamedInterfaces_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UNamedInterfaces_Statics::PropPointers),
0,
0x000000ACu,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNamedInterfaces_Statics::Class_MetaDataParams), Z_Construct_UClass_UNamedInterfaces_Statics::Class_MetaDataParams)
};
void UNamedInterfaces::StaticRegisterNativesUNamedInterfaces()
{
}
UClass* Z_Construct_UClass_UNamedInterfaces()
{
if (!Z_Registration_Info_UClass_UNamedInterfaces.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNamedInterfaces.OuterSingleton, Z_Construct_UClass_UNamedInterfaces_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNamedInterfaces.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNamedInterfaces);
UNamedInterfaces::~UNamedInterfaces() {}
// ********** End Class UNamedInterfaces ***********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h__Script_OnlineSubsystem_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FNamedInterface::StaticStruct, Z_Construct_UScriptStruct_FNamedInterface_Statics::NewStructOps, TEXT("NamedInterface"),&Z_Registration_Info_UScriptStruct_FNamedInterface, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNamedInterface), 2512389459U) },
{ FNamedInterfaceDef::StaticStruct, Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics::NewStructOps, TEXT("NamedInterfaceDef"),&Z_Registration_Info_UScriptStruct_FNamedInterfaceDef, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNamedInterfaceDef), 2288171670U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNamedInterfaces, UNamedInterfaces::StaticClass, TEXT("UNamedInterfaces"), &Z_Registration_Info_UClass_UNamedInterfaces, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNamedInterfaces), 918981591U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h__Script_OnlineSubsystem_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h__Script_OnlineSubsystem_3371526206{
TEXT("/Script/OnlineSubsystem"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h__Script_OnlineSubsystem_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h__Script_OnlineSubsystem_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h__Script_OnlineSubsystem_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h__Script_OnlineSubsystem_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,83 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "NamedInterfaces.h"
#ifdef ONLINESUBSYSTEM_NamedInterfaces_generated_h
#error "NamedInterfaces.generated.h already included, missing '#pragma once' in NamedInterfaces.h"
#endif
#define ONLINESUBSYSTEM_NamedInterfaces_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FNamedInterface ***************************************************
struct Z_Construct_UScriptStruct_FNamedInterface_Statics;
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h_15_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FNamedInterface_Statics; \
ONLINESUBSYSTEM_API static class UScriptStruct* StaticStruct();
struct FNamedInterface;
// ********** End ScriptStruct FNamedInterface *****************************************************
// ********** Begin ScriptStruct FNamedInterfaceDef ************************************************
struct Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics;
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h_35_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FNamedInterfaceDef_Statics; \
ONLINESUBSYSTEM_API static class UScriptStruct* StaticStruct();
struct FNamedInterfaceDef;
// ********** End ScriptStruct FNamedInterfaceDef **************************************************
// ********** Begin Class UNamedInterfaces *********************************************************
struct Z_Construct_UClass_UNamedInterfaces_Statics;
ONLINESUBSYSTEM_API UClass* Z_Construct_UClass_UNamedInterfaces_NoRegister();
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h_56_INCLASS \
private: \
static void StaticRegisterNativesUNamedInterfaces(); \
friend struct ::Z_Construct_UClass_UNamedInterfaces_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ONLINESUBSYSTEM_API UClass* ::Z_Construct_UClass_UNamedInterfaces_NoRegister(); \
public: \
DECLARE_CLASS2(UNamedInterfaces, UObject, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/OnlineSubsystem"), Z_Construct_UClass_UNamedInterfaces_NoRegister) \
DECLARE_SERIALIZER(UNamedInterfaces)
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h_56_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UNamedInterfaces(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNamedInterfaces) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UNamedInterfaces); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNamedInterfaces); \
/** Deleted move- and copy-constructors, should never be used */ \
UNamedInterfaces(UNamedInterfaces&&) = delete; \
UNamedInterfaces(const UNamedInterfaces&) = delete; \
NO_API virtual ~UNamedInterfaces();
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h_53_PROLOG
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h_56_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h_56_INCLASS \
FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h_56_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UNamedInterfaces;
// ********** End Class UNamedInterfaces ***********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_NamedInterfaces_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,108 @@
// 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 "Interfaces/OnlineStoreInterfaceV2.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOnlineStoreInterfaceV2() {}
// ********** Begin Cross Module References ********************************************************
ONLINESUBSYSTEM_API UEnum* Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState();
UPackage* Z_Construct_UPackage__Script_OnlineSubsystem();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EInAppPurchaseState *******************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EInAppPurchaseState;
static UEnum* EInAppPurchaseState_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EInAppPurchaseState.OuterSingleton)
{
Z_Registration_Info_UEnum_EInAppPurchaseState.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState, (UObject*)Z_Construct_UPackage__Script_OnlineSubsystem(), TEXT("EInAppPurchaseState"));
}
return Z_Registration_Info_UEnum_EInAppPurchaseState.OuterSingleton;
}
template<> ONLINESUBSYSTEM_NON_ATTRIBUTED_API UEnum* StaticEnum<EInAppPurchaseState::Type>()
{
return EInAppPurchaseState_StaticEnum();
}
struct Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "AlreadyOwned.DisplayName", "AlreadyOwned" },
{ "AlreadyOwned.Name", "EInAppPurchaseState::AlreadyOwned" },
{ "BlueprintType", "true" },
{ "Cancelled.DisplayName", "Cancelled" },
{ "Cancelled.Name", "EInAppPurchaseState::Cancelled" },
{ "Comment", "/**\n * Possible result states of an in-app purchase transaction\n */" },
{ "Failed.DisplayName", "Failed" },
{ "Failed.Name", "EInAppPurchaseState::Failed" },
{ "Invalid.DisplayName", "Invalid" },
{ "Invalid.Name", "EInAppPurchaseState::Invalid" },
{ "ModuleRelativePath", "Public/Interfaces/OnlineStoreInterfaceV2.h" },
{ "NotAllowed.DisplayName", "NotAllowed" },
{ "NotAllowed.Name", "EInAppPurchaseState::NotAllowed" },
{ "Restored.DisplayName", "Restored" },
{ "Restored.Name", "EInAppPurchaseState::Restored" },
{ "Success.DisplayName", "Success" },
{ "Success.Name", "EInAppPurchaseState::Success" },
{ "ToolTip", "Possible result states of an in-app purchase transaction" },
{ "Unknown.DisplayName", "Unknown" },
{ "Unknown.Name", "EInAppPurchaseState::Unknown" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EInAppPurchaseState::Unknown", (int64)EInAppPurchaseState::Unknown },
{ "EInAppPurchaseState::Success", (int64)EInAppPurchaseState::Success },
{ "EInAppPurchaseState::Failed", (int64)EInAppPurchaseState::Failed },
{ "EInAppPurchaseState::Cancelled", (int64)EInAppPurchaseState::Cancelled },
{ "EInAppPurchaseState::Invalid", (int64)EInAppPurchaseState::Invalid },
{ "EInAppPurchaseState::NotAllowed", (int64)EInAppPurchaseState::NotAllowed },
{ "EInAppPurchaseState::Restored", (int64)EInAppPurchaseState::Restored },
{ "EInAppPurchaseState::AlreadyOwned", (int64)EInAppPurchaseState::AlreadyOwned },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_OnlineSubsystem,
nullptr,
"EInAppPurchaseState",
"EInAppPurchaseState::Type",
Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::Namespaced,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState_Statics::Enum_MetaDataParams), Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState()
{
if (!Z_Registration_Info_UEnum_EInAppPurchaseState.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EInAppPurchaseState.InnerSingleton, Z_Construct_UEnum_OnlineSubsystem_EInAppPurchaseState_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EInAppPurchaseState.InnerSingleton;
}
// ********** End Enum EInAppPurchaseState *********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineStoreInterfaceV2_h__Script_OnlineSubsystem_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EInAppPurchaseState_StaticEnum, TEXT("EInAppPurchaseState"), &Z_Registration_Info_UEnum_EInAppPurchaseState, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2160604148U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineStoreInterfaceV2_h__Script_OnlineSubsystem_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineStoreInterfaceV2_h__Script_OnlineSubsystem_2151792644{
TEXT("/Script/OnlineSubsystem"),
nullptr, 0,
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineStoreInterfaceV2_h__Script_OnlineSubsystem_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineStoreInterfaceV2_h__Script_OnlineSubsystem_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,39 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Interfaces/OnlineStoreInterfaceV2.h"
#ifdef ONLINESUBSYSTEM_OnlineStoreInterfaceV2_generated_h
#error "OnlineStoreInterfaceV2.generated.h already included, missing '#pragma once' in OnlineStoreInterfaceV2.h"
#endif
#define ONLINESUBSYSTEM_OnlineStoreInterfaceV2_generated_h
#include "Templates/IsUEnumClass.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ReflectedTypeAccessors.h"
#include "Templates/NoDestroy.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineStoreInterfaceV2_h
// ********** Begin Enum EInAppPurchaseState *******************************************************
#define FOREACH_ENUM_EINAPPPURCHASESTATE(op) \
op(EInAppPurchaseState::Unknown) \
op(EInAppPurchaseState::Success) \
op(EInAppPurchaseState::Failed) \
op(EInAppPurchaseState::Cancelled) \
op(EInAppPurchaseState::Invalid) \
op(EInAppPurchaseState::NotAllowed) \
op(EInAppPurchaseState::Restored) \
op(EInAppPurchaseState::AlreadyOwned)
namespace EInAppPurchaseState { enum Type : int; }
template<> ONLINESUBSYSTEM_NON_ATTRIBUTED_API UEnum* StaticEnum<EInAppPurchaseState::Type>();
// ********** End Enum EInAppPurchaseState *********************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeOnlineSubsystem_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_OnlineSubsystem;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_OnlineSubsystem()
{
if (!Z_Registration_Info_UPackage__Script_OnlineSubsystem.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/OnlineSubsystem",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0x9D256B28,
0xC740592C,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_OnlineSubsystem.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_OnlineSubsystem.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_OnlineSubsystem(Z_Construct_UPackage__Script_OnlineSubsystem, TEXT("/Script/OnlineSubsystem"), Z_Registration_Info_UPackage__Script_OnlineSubsystem, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x9D256B28, 0xC740592C));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,104 @@
// 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 "Interfaces/OnlineTurnBasedInterface.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeOnlineTurnBasedInterface() {}
// ********** Begin Cross Module References ********************************************************
ONLINESUBSYSTEM_API UEnum* Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome();
UPackage* Z_Construct_UPackage__Script_OnlineSubsystem();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EMPMatchOutcome ***********************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EMPMatchOutcome;
static UEnum* EMPMatchOutcome_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EMPMatchOutcome.OuterSingleton)
{
Z_Registration_Info_UEnum_EMPMatchOutcome.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome, (UObject*)Z_Construct_UPackage__Script_OnlineSubsystem(), TEXT("EMPMatchOutcome"));
}
return Z_Registration_Info_UEnum_EMPMatchOutcome.OuterSingleton;
}
template<> ONLINESUBSYSTEM_NON_ATTRIBUTED_API UEnum* StaticEnum<EMPMatchOutcome::Outcome>()
{
return EMPMatchOutcome_StaticEnum();
}
struct Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n* EMPMatchOutcome represents all the possible outcomes for this player in a match\n*/" },
{ "First.Name", "EMPMatchOutcome::First" },
{ "Fourth.Name", "EMPMatchOutcome::Fourth" },
{ "Lost.Name", "EMPMatchOutcome::Lost" },
{ "ModuleRelativePath", "Public/Interfaces/OnlineTurnBasedInterface.h" },
{ "None.Name", "EMPMatchOutcome::None" },
{ "Quit.Name", "EMPMatchOutcome::Quit" },
{ "Second.Name", "EMPMatchOutcome::Second" },
{ "Third.Name", "EMPMatchOutcome::Third" },
{ "Tied.Name", "EMPMatchOutcome::Tied" },
{ "TimeExpired.Name", "EMPMatchOutcome::TimeExpired" },
{ "ToolTip", "EMPMatchOutcome represents all the possible outcomes for this player in a match" },
{ "Won.Name", "EMPMatchOutcome::Won" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EMPMatchOutcome::None", (int64)EMPMatchOutcome::None },
{ "EMPMatchOutcome::Quit", (int64)EMPMatchOutcome::Quit },
{ "EMPMatchOutcome::Won", (int64)EMPMatchOutcome::Won },
{ "EMPMatchOutcome::Lost", (int64)EMPMatchOutcome::Lost },
{ "EMPMatchOutcome::Tied", (int64)EMPMatchOutcome::Tied },
{ "EMPMatchOutcome::TimeExpired", (int64)EMPMatchOutcome::TimeExpired },
{ "EMPMatchOutcome::First", (int64)EMPMatchOutcome::First },
{ "EMPMatchOutcome::Second", (int64)EMPMatchOutcome::Second },
{ "EMPMatchOutcome::Third", (int64)EMPMatchOutcome::Third },
{ "EMPMatchOutcome::Fourth", (int64)EMPMatchOutcome::Fourth },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_OnlineSubsystem,
nullptr,
"EMPMatchOutcome",
"EMPMatchOutcome::Outcome",
Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::Namespaced,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome_Statics::Enum_MetaDataParams), Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome()
{
if (!Z_Registration_Info_UEnum_EMPMatchOutcome.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EMPMatchOutcome.InnerSingleton, Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EMPMatchOutcome.InnerSingleton;
}
// ********** End Enum EMPMatchOutcome *************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineTurnBasedInterface_h__Script_OnlineSubsystem_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EMPMatchOutcome_StaticEnum, TEXT("EMPMatchOutcome"), &Z_Registration_Info_UEnum_EMPMatchOutcome, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 57273590U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineTurnBasedInterface_h__Script_OnlineSubsystem_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineTurnBasedInterface_h__Script_OnlineSubsystem_2230155241{
TEXT("/Script/OnlineSubsystem"),
nullptr, 0,
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineTurnBasedInterface_h__Script_OnlineSubsystem_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineTurnBasedInterface_h__Script_OnlineSubsystem_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,41 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Interfaces/OnlineTurnBasedInterface.h"
#ifdef ONLINESUBSYSTEM_OnlineTurnBasedInterface_generated_h
#error "OnlineTurnBasedInterface.generated.h already included, missing '#pragma once' in OnlineTurnBasedInterface.h"
#endif
#define ONLINESUBSYSTEM_OnlineTurnBasedInterface_generated_h
#include "Templates/IsUEnumClass.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ReflectedTypeAccessors.h"
#include "Templates/NoDestroy.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_OnlineTurnBasedInterface_h
// ********** Begin Enum EMPMatchOutcome ***********************************************************
#define FOREACH_ENUM_EMPMATCHOUTCOME(op) \
op(EMPMatchOutcome::None) \
op(EMPMatchOutcome::Quit) \
op(EMPMatchOutcome::Won) \
op(EMPMatchOutcome::Lost) \
op(EMPMatchOutcome::Tied) \
op(EMPMatchOutcome::TimeExpired) \
op(EMPMatchOutcome::First) \
op(EMPMatchOutcome::Second) \
op(EMPMatchOutcome::Third) \
op(EMPMatchOutcome::Fourth)
namespace EMPMatchOutcome { enum Outcome : int; }
template<> ONLINESUBSYSTEM_NON_ATTRIBUTED_API UEnum* StaticEnum<EMPMatchOutcome::Outcome>();
// ********** End Enum EMPMatchOutcome *************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,4 @@
D:\UE_5_7_1\Engine\Plugins\Online\OnlineSubsystem\Source\Public\NamedInterfaces.h
D:\UE_5_7_1\Engine\Plugins\Online\OnlineSubsystem\Source\Public\Interfaces\OnlineStoreInterfaceV2.h
D:\UE_5_7_1\Engine\Plugins\Online\OnlineSubsystem\Source\Public\Interfaces\OnlineTurnBasedInterface.h
D:\UE_5_7_1\Engine\Plugins\Online\OnlineSubsystem\Source\Public\Interfaces\TurnBasedMatchInterface.h

View File

@@ -0,0 +1,261 @@
// 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 "Interfaces/TurnBasedMatchInterface.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeTurnBasedMatchInterface() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
ONLINESUBSYSTEM_API UClass* Z_Construct_UClass_UTurnBasedMatchInterface();
ONLINESUBSYSTEM_API UClass* Z_Construct_UClass_UTurnBasedMatchInterface_NoRegister();
UPackage* Z_Construct_UPackage__Script_OnlineSubsystem();
// ********** End Cross Module References **********************************************************
// ********** Begin Interface UTurnBasedMatchInterface Function OnMatchEnded ***********************
struct TurnBasedMatchInterface_eventOnMatchEnded_Parms
{
FString Match;
};
void ITurnBasedMatchInterface::OnMatchEnded(const FString& Match)
{
check(0 && "Do not directly call Event functions in Interfaces. Call Execute_OnMatchEnded instead.");
}
static FName NAME_UTurnBasedMatchInterface_OnMatchEnded = FName(TEXT("OnMatchEnded"));
void ITurnBasedMatchInterface::Execute_OnMatchEnded(UObject* O, const FString& Match)
{
check(O != NULL);
check(O->GetClass()->ImplementsInterface(UTurnBasedMatchInterface::StaticClass()));
TurnBasedMatchInterface_eventOnMatchEnded_Parms Parms;
UFunction* const Func = O->FindFunction(NAME_UTurnBasedMatchInterface_OnMatchEnded);
if (Func)
{
Parms.Match=std::move(Match);
O->ProcessEvent(Func, &Parms);
}
}
struct Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Online|TurnBased" },
{ "ModuleRelativePath", "Public/Interfaces/TurnBasedMatchInterface.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Match_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function OnMatchEnded constinit property declarations **************************
static const UECodeGen_Private::FStrPropertyParams NewProp_Match;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function OnMatchEnded constinit property declarations ****************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function OnMatchEnded Property Definitions *************************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::NewProp_Match = { "Match", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TurnBasedMatchInterface_eventOnMatchEnded_Parms, Match), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Match_MetaData), NewProp_Match_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::NewProp_Match,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::PropPointers) < 2048);
// ********** End Function OnMatchEnded Property Definitions ***************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTurnBasedMatchInterface, nullptr, "OnMatchEnded", Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::PropPointers),
sizeof(TurnBasedMatchInterface_eventOnMatchEnded_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020800, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(TurnBasedMatchInterface_eventOnMatchEnded_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded_Statics::FuncParams);
}
return ReturnFunction;
}
// ********** End Interface UTurnBasedMatchInterface Function OnMatchEnded *************************
// ********** Begin Interface UTurnBasedMatchInterface Function OnMatchReceivedTurn ****************
struct TurnBasedMatchInterface_eventOnMatchReceivedTurn_Parms
{
FString Match;
bool bDidBecomeActive;
};
void ITurnBasedMatchInterface::OnMatchReceivedTurn(const FString& Match, bool bDidBecomeActive)
{
check(0 && "Do not directly call Event functions in Interfaces. Call Execute_OnMatchReceivedTurn instead.");
}
static FName NAME_UTurnBasedMatchInterface_OnMatchReceivedTurn = FName(TEXT("OnMatchReceivedTurn"));
void ITurnBasedMatchInterface::Execute_OnMatchReceivedTurn(UObject* O, const FString& Match, bool bDidBecomeActive)
{
check(O != NULL);
check(O->GetClass()->ImplementsInterface(UTurnBasedMatchInterface::StaticClass()));
TurnBasedMatchInterface_eventOnMatchReceivedTurn_Parms Parms;
UFunction* const Func = O->FindFunction(NAME_UTurnBasedMatchInterface_OnMatchReceivedTurn);
if (Func)
{
Parms.Match=std::move(Match);
Parms.bDidBecomeActive=std::move(bDidBecomeActive);
O->ProcessEvent(Func, &Parms);
}
}
struct Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "Online|TurnBased" },
{ "ModuleRelativePath", "Public/Interfaces/TurnBasedMatchInterface.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Match_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function OnMatchReceivedTurn constinit property declarations *******************
static const UECodeGen_Private::FStrPropertyParams NewProp_Match;
static void NewProp_bDidBecomeActive_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDidBecomeActive;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function OnMatchReceivedTurn constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function OnMatchReceivedTurn Property Definitions ******************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::NewProp_Match = { "Match", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(TurnBasedMatchInterface_eventOnMatchReceivedTurn_Parms, Match), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Match_MetaData), NewProp_Match_MetaData) };
void Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::NewProp_bDidBecomeActive_SetBit(void* Obj)
{
((TurnBasedMatchInterface_eventOnMatchReceivedTurn_Parms*)Obj)->bDidBecomeActive = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::NewProp_bDidBecomeActive = { "bDidBecomeActive", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(TurnBasedMatchInterface_eventOnMatchReceivedTurn_Parms), &Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::NewProp_bDidBecomeActive_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::NewProp_Match,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::NewProp_bDidBecomeActive,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::PropPointers) < 2048);
// ********** End Function OnMatchReceivedTurn Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UTurnBasedMatchInterface, nullptr, "OnMatchReceivedTurn", Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::PropPointers),
sizeof(TurnBasedMatchInterface_eventOnMatchReceivedTurn_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020800, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::Function_MetaDataParams), Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(TurnBasedMatchInterface_eventOnMatchReceivedTurn_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn_Statics::FuncParams);
}
return ReturnFunction;
}
// ********** End Interface UTurnBasedMatchInterface Function OnMatchReceivedTurn ******************
// ********** Begin Interface UTurnBasedMatchInterface *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UTurnBasedMatchInterface;
UClass* UTurnBasedMatchInterface::GetPrivateStaticClass()
{
using TClass = UTurnBasedMatchInterface;
if (!Z_Registration_Info_UClass_UTurnBasedMatchInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("TurnBasedMatchInterface"),
Z_Registration_Info_UClass_UTurnBasedMatchInterface.InnerSingleton,
StaticRegisterNativesUTurnBasedMatchInterface,
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_UTurnBasedMatchInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_UTurnBasedMatchInterface_NoRegister()
{
return UTurnBasedMatchInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UTurnBasedMatchInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/Interfaces/TurnBasedMatchInterface.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface UTurnBasedMatchInterface constinit property declarations *************
// ********** End Interface UTurnBasedMatchInterface constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchEnded, "OnMatchEnded" }, // 1470013881
{ &Z_Construct_UFunction_UTurnBasedMatchInterface_OnMatchReceivedTurn, "OnMatchReceivedTurn" }, // 718661011
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ITurnBasedMatchInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UTurnBasedMatchInterface_Statics
UObject* (*const Z_Construct_UClass_UTurnBasedMatchInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_OnlineSubsystem,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTurnBasedMatchInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UTurnBasedMatchInterface_Statics::ClassParams = {
&UTurnBasedMatchInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000040A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UTurnBasedMatchInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UTurnBasedMatchInterface_Statics::Class_MetaDataParams)
};
void UTurnBasedMatchInterface::StaticRegisterNativesUTurnBasedMatchInterface()
{
}
UClass* Z_Construct_UClass_UTurnBasedMatchInterface()
{
if (!Z_Registration_Info_UClass_UTurnBasedMatchInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTurnBasedMatchInterface.OuterSingleton, Z_Construct_UClass_UTurnBasedMatchInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UTurnBasedMatchInterface.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UTurnBasedMatchInterface);
// ********** End Interface UTurnBasedMatchInterface ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h__Script_OnlineSubsystem_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UTurnBasedMatchInterface, UTurnBasedMatchInterface::StaticClass, TEXT("UTurnBasedMatchInterface"), &Z_Registration_Info_UClass_UTurnBasedMatchInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UTurnBasedMatchInterface), 3877776247U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h__Script_OnlineSubsystem_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h__Script_OnlineSubsystem_2013109966{
TEXT("/Script/OnlineSubsystem"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h__Script_OnlineSubsystem_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h__Script_OnlineSubsystem_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,82 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Interfaces/TurnBasedMatchInterface.h"
#ifdef ONLINESUBSYSTEM_TurnBasedMatchInterface_generated_h
#error "TurnBasedMatchInterface.generated.h already included, missing '#pragma once' in TurnBasedMatchInterface.h"
#endif
#define ONLINESUBSYSTEM_TurnBasedMatchInterface_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Interface UTurnBasedMatchInterface *********************************************
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_11_CALLBACK_WRAPPERS
struct Z_Construct_UClass_UTurnBasedMatchInterface_Statics;
ONLINESUBSYSTEM_API UClass* Z_Construct_UClass_UTurnBasedMatchInterface_NoRegister();
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_11_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UTurnBasedMatchInterface(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UTurnBasedMatchInterface) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UTurnBasedMatchInterface); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTurnBasedMatchInterface); \
/** Deleted move- and copy-constructors, should never be used */ \
UTurnBasedMatchInterface(UTurnBasedMatchInterface&&) = delete; \
UTurnBasedMatchInterface(const UTurnBasedMatchInterface&) = delete; \
virtual ~UTurnBasedMatchInterface() = default;
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_11_GENERATED_UINTERFACE_BODY() \
private: \
static void StaticRegisterNativesUTurnBasedMatchInterface(); \
friend struct ::Z_Construct_UClass_UTurnBasedMatchInterface_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ONLINESUBSYSTEM_API UClass* ::Z_Construct_UClass_UTurnBasedMatchInterface_NoRegister(); \
public: \
DECLARE_CLASS2(UTurnBasedMatchInterface, UInterface, COMPILED_IN_FLAGS(CLASS_Abstract | CLASS_Interface), CASTCLASS_None, TEXT("/Script/OnlineSubsystem"), Z_Construct_UClass_UTurnBasedMatchInterface_NoRegister) \
DECLARE_SERIALIZER(UTurnBasedMatchInterface)
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_11_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_11_GENERATED_UINTERFACE_BODY() \
FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_11_STANDARD_CONSTRUCTORS \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_11_INCLASS_IINTERFACE \
protected: \
virtual ~ITurnBasedMatchInterface() {} \
public: \
typedef UTurnBasedMatchInterface UClassType; \
typedef ITurnBasedMatchInterface ThisClass; \
static void Execute_OnMatchEnded(UObject* O, const FString& Match); \
static void Execute_OnMatchReceivedTurn(UObject* O, const FString& Match, bool bDidBecomeActive); \
virtual UObject* _getUObject() const { return nullptr; }
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_8_PROLOG
#define FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_16_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_11_CALLBACK_WRAPPERS \
FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h_11_INCLASS_IINTERFACE \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UTurnBasedMatchInterface;
// ********** End Interface UTurnBasedMatchInterface ***********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Online_OnlineSubsystem_Source_Public_Interfaces_TurnBasedMatchInterface_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS