62 lines
3.0 KiB
C++
62 lines
3.0 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 "NiagaraBakerOutputTexture2D.h"
|
|
|
|
#ifdef NIAGARA_NiagaraBakerOutputTexture2D_generated_h
|
|
#error "NiagaraBakerOutputTexture2D.generated.h already included, missing '#pragma once' in NiagaraBakerOutputTexture2D.h"
|
|
#endif
|
|
#define NIAGARA_NiagaraBakerOutputTexture2D_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UNiagaraBakerOutputTexture2D *********************************************
|
|
struct Z_Construct_UClass_UNiagaraBakerOutputTexture2D_Statics;
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraBakerOutputTexture2D_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputTexture2D_h_12_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNiagaraBakerOutputTexture2D(); \
|
|
friend struct ::Z_Construct_UClass_UNiagaraBakerOutputTexture2D_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NIAGARA_API UClass* ::Z_Construct_UClass_UNiagaraBakerOutputTexture2D_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNiagaraBakerOutputTexture2D, UNiagaraBakerOutput, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Niagara"), Z_Construct_UClass_UNiagaraBakerOutputTexture2D_NoRegister) \
|
|
DECLARE_SERIALIZER(UNiagaraBakerOutputTexture2D)
|
|
|
|
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputTexture2D_h_12_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNiagaraBakerOutputTexture2D(UNiagaraBakerOutputTexture2D&&) = delete; \
|
|
UNiagaraBakerOutputTexture2D(const UNiagaraBakerOutputTexture2D&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NIAGARA_API, UNiagaraBakerOutputTexture2D); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNiagaraBakerOutputTexture2D); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNiagaraBakerOutputTexture2D) \
|
|
NIAGARA_API virtual ~UNiagaraBakerOutputTexture2D();
|
|
|
|
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputTexture2D_h_9_PROLOG
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputTexture2D_h_12_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputTexture2D_h_12_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputTexture2D_h_12_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNiagaraBakerOutputTexture2D;
|
|
|
|
// ********** End Class UNiagaraBakerOutputTexture2D ***********************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputTexture2D_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|