Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/OnlineSubsystem/UHT/TurnBasedMatchInterface.generated.h

83 lines
4.4 KiB
C
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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