73 lines
3.2 KiB
C++
73 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 "Debug/ReporterBase.h"
|
|
|
|
#ifdef ENGINE_ReporterBase_generated_h
|
|
#error "ReporterBase.generated.h already included, missing '#pragma once' in ReporterBase.h"
|
|
#endif
|
|
#define ENGINE_ReporterBase_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UReporterBase ************************************************************
|
|
struct Z_Construct_UClass_UReporterBase_Statics;
|
|
ENGINE_API UClass* Z_Construct_UClass_UReporterBase_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Debug_ReporterBase_h_26_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUReporterBase(); \
|
|
friend struct ::Z_Construct_UClass_UReporterBase_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend ENGINE_API UClass* ::Z_Construct_UClass_UReporterBase_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UReporterBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/Engine"), Z_Construct_UClass_UReporterBase_NoRegister) \
|
|
DECLARE_SERIALIZER(UReporterBase)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Debug_ReporterBase_h_26_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UReporterBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UReporterBase) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UReporterBase); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UReporterBase); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UReporterBase(UReporterBase&&) = delete; \
|
|
UReporterBase(const UReporterBase&) = delete; \
|
|
NO_API virtual ~UReporterBase();
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Debug_ReporterBase_h_23_PROLOG
|
|
#define FID_Engine_Source_Runtime_Engine_Classes_Debug_ReporterBase_h_26_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_Engine_Classes_Debug_ReporterBase_h_26_INCLASS \
|
|
FID_Engine_Source_Runtime_Engine_Classes_Debug_ReporterBase_h_26_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UReporterBase;
|
|
|
|
// ********** End Class UReporterBase **************************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Engine_Classes_Debug_ReporterBase_h
|
|
|
|
// ********** Begin Enum EReporterLineStyle ********************************************************
|
|
#define FOREACH_ENUM_EREPORTERLINESTYLE(op) \
|
|
op(EReporterLineStyle::Line) \
|
|
op(EReporterLineStyle::Dash)
|
|
|
|
namespace EReporterLineStyle { enum Type : int; }
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<EReporterLineStyle::Type>();
|
|
// ********** End Enum EReporterLineStyle **********************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|