120 lines
5.6 KiB
C++
120 lines
5.6 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!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
class UTexture2D;
|
|
enum class EPaperSize : uint8;
|
|
#ifdef JPRINTER_JPrinterBPLibrary_generated_h
|
|
#error "JPrinterBPLibrary.generated.h already included, missing '#pragma once' in JPrinterBPLibrary.h"
|
|
#endif
|
|
#define JPRINTER_JPrinterBPLibrary_generated_h
|
|
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_SPARSE_DATA
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_RPC_WRAPPERS \
|
|
\
|
|
DECLARE_FUNCTION(execprintTexture2D); \
|
|
DECLARE_FUNCTION(execprintImage); \
|
|
DECLARE_FUNCTION(execgetPrimaryPrinterName); \
|
|
DECLARE_FUNCTION(execgetPrinterList);
|
|
|
|
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
\
|
|
DECLARE_FUNCTION(execprintTexture2D); \
|
|
DECLARE_FUNCTION(execprintImage); \
|
|
DECLARE_FUNCTION(execgetPrimaryPrinterName); \
|
|
DECLARE_FUNCTION(execgetPrinterList);
|
|
|
|
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUJPrinterBPLibrary(); \
|
|
friend struct Z_Construct_UClass_UJPrinterBPLibrary_Statics; \
|
|
public: \
|
|
DECLARE_CLASS(UJPrinterBPLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/JPrinter"), NO_API) \
|
|
DECLARE_SERIALIZER(UJPrinterBPLibrary)
|
|
|
|
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_INCLASS \
|
|
private: \
|
|
static void StaticRegisterNativesUJPrinterBPLibrary(); \
|
|
friend struct Z_Construct_UClass_UJPrinterBPLibrary_Statics; \
|
|
public: \
|
|
DECLARE_CLASS(UJPrinterBPLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/JPrinter"), NO_API) \
|
|
DECLARE_SERIALIZER(UJPrinterBPLibrary)
|
|
|
|
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_STANDARD_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UJPrinterBPLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UJPrinterBPLibrary) \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UJPrinterBPLibrary); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UJPrinterBPLibrary); \
|
|
private: \
|
|
/** Private move- and copy-constructors, should never be used */ \
|
|
NO_API UJPrinterBPLibrary(UJPrinterBPLibrary&&); \
|
|
NO_API UJPrinterBPLibrary(const UJPrinterBPLibrary&); \
|
|
public:
|
|
|
|
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NO_API UJPrinterBPLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()) : Super(ObjectInitializer) { }; \
|
|
private: \
|
|
/** Private move- and copy-constructors, should never be used */ \
|
|
NO_API UJPrinterBPLibrary(UJPrinterBPLibrary&&); \
|
|
NO_API UJPrinterBPLibrary(const UJPrinterBPLibrary&); \
|
|
public: \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UJPrinterBPLibrary); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UJPrinterBPLibrary); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UJPrinterBPLibrary)
|
|
|
|
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_PRIVATE_PROPERTY_OFFSET
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_43_PROLOG
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_GENERATED_BODY_LEGACY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_PRIVATE_PROPERTY_OFFSET \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_SPARSE_DATA \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_RPC_WRAPPERS \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_INCLASS \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_STANDARD_CONSTRUCTORS \
|
|
public: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
#define HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_PRIVATE_PROPERTY_OFFSET \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_SPARSE_DATA \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_INCLASS_NO_PURE_DECLS \
|
|
HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h_46_ENHANCED_CONSTRUCTORS \
|
|
static_assert(false, "Unknown access specifier for GENERATED_BODY() macro in class JPrinterBPLibrary."); \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
template<> JPRINTER_API UClass* StaticClass<class UJPrinterBPLibrary>();
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID HostProject_Plugins_JPrinter_Source_JPrinter_Public_JPrinterBPLibrary_h
|
|
|
|
|
|
#define FOREACH_ENUM_EPAPERSIZE(op) \
|
|
op(EPaperSize::None) \
|
|
op(EPaperSize::letter) \
|
|
op(EPaperSize::photo)
|
|
|
|
enum class EPaperSize : uint8;
|
|
template<> JPRINTER_API UEnum* StaticEnum<EPaperSize>();
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|