62 lines
3.3 KiB
C++
62 lines
3.3 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 "PythonOnlineDocsCommandlet.h"
|
|
|
|
#ifdef PYTHONSCRIPTPLUGIN_PythonOnlineDocsCommandlet_generated_h
|
|
#error "PythonOnlineDocsCommandlet.generated.h already included, missing '#pragma once' in PythonOnlineDocsCommandlet.h"
|
|
#endif
|
|
#define PYTHONSCRIPTPLUGIN_PythonOnlineDocsCommandlet_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UPythonOnlineDocsCommandlet **********************************************
|
|
struct Z_Construct_UClass_UPythonOnlineDocsCommandlet_Statics;
|
|
PYTHONSCRIPTPLUGIN_API UClass* Z_Construct_UClass_UPythonOnlineDocsCommandlet_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PythonOnlineDocsCommandlet_h_19_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUPythonOnlineDocsCommandlet(); \
|
|
friend struct ::Z_Construct_UClass_UPythonOnlineDocsCommandlet_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend PYTHONSCRIPTPLUGIN_API UClass* ::Z_Construct_UClass_UPythonOnlineDocsCommandlet_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UPythonOnlineDocsCommandlet, UCommandlet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/PythonScriptPlugin"), Z_Construct_UClass_UPythonOnlineDocsCommandlet_NoRegister) \
|
|
DECLARE_SERIALIZER(UPythonOnlineDocsCommandlet)
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PythonOnlineDocsCommandlet_h_19_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UPythonOnlineDocsCommandlet(UPythonOnlineDocsCommandlet&&) = delete; \
|
|
UPythonOnlineDocsCommandlet(const UPythonOnlineDocsCommandlet&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UPythonOnlineDocsCommandlet); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPythonOnlineDocsCommandlet); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UPythonOnlineDocsCommandlet) \
|
|
NO_API virtual ~UPythonOnlineDocsCommandlet();
|
|
|
|
|
|
#define FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PythonOnlineDocsCommandlet_h_16_PROLOG
|
|
#define FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PythonOnlineDocsCommandlet_h_19_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PythonOnlineDocsCommandlet_h_19_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PythonOnlineDocsCommandlet_h_19_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UPythonOnlineDocsCommandlet;
|
|
|
|
// ********** End Class UPythonOnlineDocsCommandlet ************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_PythonScriptPlugin_Source_PythonScriptPlugin_Private_PythonOnlineDocsCommandlet_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|