64 lines
3.2 KiB
C++
64 lines
3.2 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!
|
|
===========================================================================*/
|
|
|
|
// IWYU pragma: private, include "HandlerComponentFactory.h"
|
|
|
|
#ifdef PACKETHANDLER_HandlerComponentFactory_generated_h
|
|
#error "HandlerComponentFactory.generated.h already included, missing '#pragma once' in HandlerComponentFactory.h"
|
|
#endif
|
|
#define PACKETHANDLER_HandlerComponentFactory_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UHandlerComponentFactory *************************************************
|
|
struct Z_Construct_UClass_UHandlerComponentFactory_Statics;
|
|
PACKETHANDLER_API UClass* Z_Construct_UClass_UHandlerComponentFactory_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_PacketHandlers_PacketHandler_Classes_HandlerComponentFactory_h_19_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUHandlerComponentFactory(); \
|
|
friend struct ::Z_Construct_UClass_UHandlerComponentFactory_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend PACKETHANDLER_API UClass* ::Z_Construct_UClass_UHandlerComponentFactory_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UHandlerComponentFactory, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/PacketHandler"), Z_Construct_UClass_UHandlerComponentFactory_NoRegister) \
|
|
DECLARE_SERIALIZER(UHandlerComponentFactory)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_PacketHandlers_PacketHandler_Classes_HandlerComponentFactory_h_19_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
PACKETHANDLER_API UHandlerComponentFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UHandlerComponentFactory) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(PACKETHANDLER_API, UHandlerComponentFactory); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHandlerComponentFactory); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UHandlerComponentFactory(UHandlerComponentFactory&&) = delete; \
|
|
UHandlerComponentFactory(const UHandlerComponentFactory&) = delete; \
|
|
PACKETHANDLER_API virtual ~UHandlerComponentFactory();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_PacketHandlers_PacketHandler_Classes_HandlerComponentFactory_h_16_PROLOG
|
|
#define FID_Engine_Source_Runtime_PacketHandlers_PacketHandler_Classes_HandlerComponentFactory_h_19_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_PacketHandlers_PacketHandler_Classes_HandlerComponentFactory_h_19_INCLASS \
|
|
FID_Engine_Source_Runtime_PacketHandlers_PacketHandler_Classes_HandlerComponentFactory_h_19_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UHandlerComponentFactory;
|
|
|
|
// ********** End Class UHandlerComponentFactory ***************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_PacketHandlers_PacketHandler_Classes_HandlerComponentFactory_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|