71 lines
3.6 KiB
C
71 lines
3.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!
|
||
|
|
===========================================================================*/
|
||
|
|
|
||
|
|
// IWYU pragma: private, include "PaperSpriteBlueprintLibrary.h"
|
||
|
|
|
||
|
|
#ifdef PAPER2D_PaperSpriteBlueprintLibrary_generated_h
|
||
|
|
#error "PaperSpriteBlueprintLibrary.generated.h already included, missing '#pragma once' in PaperSpriteBlueprintLibrary.h"
|
||
|
|
#endif
|
||
|
|
#define PAPER2D_PaperSpriteBlueprintLibrary_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
class UPaperSprite;
|
||
|
|
struct FSlateBrush;
|
||
|
|
|
||
|
|
// ********** Begin Class UPaperSpriteBlueprintLibrary *********************************************
|
||
|
|
#define FID_Engine_Plugins_2D_Paper2D_Source_Paper2D_Classes_PaperSpriteBlueprintLibrary_h_18_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
DECLARE_FUNCTION(execMakeBrushFromSprite);
|
||
|
|
|
||
|
|
|
||
|
|
struct Z_Construct_UClass_UPaperSpriteBlueprintLibrary_Statics;
|
||
|
|
PAPER2D_API UClass* Z_Construct_UClass_UPaperSpriteBlueprintLibrary_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_2D_Paper2D_Source_Paper2D_Classes_PaperSpriteBlueprintLibrary_h_18_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUPaperSpriteBlueprintLibrary(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UPaperSpriteBlueprintLibrary_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend PAPER2D_API UClass* ::Z_Construct_UClass_UPaperSpriteBlueprintLibrary_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UPaperSpriteBlueprintLibrary, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Paper2D"), Z_Construct_UClass_UPaperSpriteBlueprintLibrary_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UPaperSpriteBlueprintLibrary)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_2D_Paper2D_Source_Paper2D_Classes_PaperSpriteBlueprintLibrary_h_18_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
NO_API UPaperSpriteBlueprintLibrary(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UPaperSpriteBlueprintLibrary(UPaperSpriteBlueprintLibrary&&) = delete; \
|
||
|
|
UPaperSpriteBlueprintLibrary(const UPaperSpriteBlueprintLibrary&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UPaperSpriteBlueprintLibrary); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPaperSpriteBlueprintLibrary); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UPaperSpriteBlueprintLibrary) \
|
||
|
|
NO_API virtual ~UPaperSpriteBlueprintLibrary();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_2D_Paper2D_Source_Paper2D_Classes_PaperSpriteBlueprintLibrary_h_15_PROLOG
|
||
|
|
#define FID_Engine_Plugins_2D_Paper2D_Source_Paper2D_Classes_PaperSpriteBlueprintLibrary_h_18_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_2D_Paper2D_Source_Paper2D_Classes_PaperSpriteBlueprintLibrary_h_18_RPC_WRAPPERS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_2D_Paper2D_Source_Paper2D_Classes_PaperSpriteBlueprintLibrary_h_18_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_2D_Paper2D_Source_Paper2D_Classes_PaperSpriteBlueprintLibrary_h_18_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UPaperSpriteBlueprintLibrary;
|
||
|
|
|
||
|
|
// ********** End Class UPaperSpriteBlueprintLibrary ***********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_2D_Paper2D_Source_Paper2D_Classes_PaperSpriteBlueprintLibrary_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|