105 lines
5.2 KiB
C
105 lines
5.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 "OutputLogMenuContext.h"
|
||
|
|
|
||
|
|
#ifdef OUTPUTLOG_OutputLogMenuContext_generated_h
|
||
|
|
#error "OutputLogMenuContext.generated.h already included, missing '#pragma once' in OutputLogMenuContext.h"
|
||
|
|
#endif
|
||
|
|
#define OUTPUTLOG_OutputLogMenuContext_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UConsoleInputBoxMenuContext **********************************************
|
||
|
|
struct Z_Construct_UClass_UConsoleInputBoxMenuContext_Statics;
|
||
|
|
OUTPUTLOG_API UClass* Z_Construct_UClass_UConsoleInputBoxMenuContext_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_18_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUConsoleInputBoxMenuContext(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UConsoleInputBoxMenuContext_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend OUTPUTLOG_API UClass* ::Z_Construct_UClass_UConsoleInputBoxMenuContext_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UConsoleInputBoxMenuContext, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/OutputLog"), Z_Construct_UClass_UConsoleInputBoxMenuContext_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UConsoleInputBoxMenuContext)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_18_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
NO_API UConsoleInputBoxMenuContext(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UConsoleInputBoxMenuContext(UConsoleInputBoxMenuContext&&) = delete; \
|
||
|
|
UConsoleInputBoxMenuContext(const UConsoleInputBoxMenuContext&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UConsoleInputBoxMenuContext); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UConsoleInputBoxMenuContext); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UConsoleInputBoxMenuContext) \
|
||
|
|
NO_API virtual ~UConsoleInputBoxMenuContext();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_15_PROLOG
|
||
|
|
#define FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_18_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_18_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_18_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UConsoleInputBoxMenuContext;
|
||
|
|
|
||
|
|
// ********** End Class UConsoleInputBoxMenuContext ************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UOutputLogMenuContext ****************************************************
|
||
|
|
struct Z_Construct_UClass_UOutputLogMenuContext_Statics;
|
||
|
|
OUTPUTLOG_API UClass* Z_Construct_UClass_UOutputLogMenuContext_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_39_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUOutputLogMenuContext(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UOutputLogMenuContext_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend OUTPUTLOG_API UClass* ::Z_Construct_UClass_UOutputLogMenuContext_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UOutputLogMenuContext, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/OutputLog"), Z_Construct_UClass_UOutputLogMenuContext_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UOutputLogMenuContext)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_39_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
NO_API UOutputLogMenuContext(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UOutputLogMenuContext(UOutputLogMenuContext&&) = delete; \
|
||
|
|
UOutputLogMenuContext(const UOutputLogMenuContext&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UOutputLogMenuContext); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UOutputLogMenuContext); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UOutputLogMenuContext) \
|
||
|
|
NO_API virtual ~UOutputLogMenuContext();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_36_PROLOG
|
||
|
|
#define FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_39_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_39_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h_39_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UOutputLogMenuContext;
|
||
|
|
|
||
|
|
// ********** End Class UOutputLogMenuContext ******************************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Developer_OutputLog_Private_OutputLogMenuContext_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|