62 lines
3.1 KiB
C
62 lines
3.1 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 "NiagaraBakerOutputStaticMesh.h"
|
||
|
|
|
||
|
|
#ifdef NIAGARA_NiagaraBakerOutputStaticMesh_generated_h
|
||
|
|
#error "NiagaraBakerOutputStaticMesh.generated.h already included, missing '#pragma once' in NiagaraBakerOutputStaticMesh.h"
|
||
|
|
#endif
|
||
|
|
#define NIAGARA_NiagaraBakerOutputStaticMesh_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraBakerOutputStaticMesh ********************************************
|
||
|
|
struct Z_Construct_UClass_UNiagaraBakerOutputStaticMesh_Statics;
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraBakerOutputStaticMesh_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputStaticMesh_h_12_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUNiagaraBakerOutputStaticMesh(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UNiagaraBakerOutputStaticMesh_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend NIAGARA_API UClass* ::Z_Construct_UClass_UNiagaraBakerOutputStaticMesh_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UNiagaraBakerOutputStaticMesh, UNiagaraBakerOutput, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Niagara"), Z_Construct_UClass_UNiagaraBakerOutputStaticMesh_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UNiagaraBakerOutputStaticMesh)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputStaticMesh_h_12_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UNiagaraBakerOutputStaticMesh(UNiagaraBakerOutputStaticMesh&&) = delete; \
|
||
|
|
UNiagaraBakerOutputStaticMesh(const UNiagaraBakerOutputStaticMesh&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NIAGARA_API, UNiagaraBakerOutputStaticMesh); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNiagaraBakerOutputStaticMesh); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNiagaraBakerOutputStaticMesh) \
|
||
|
|
NIAGARA_API virtual ~UNiagaraBakerOutputStaticMesh();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputStaticMesh_h_9_PROLOG
|
||
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputStaticMesh_h_12_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputStaticMesh_h_12_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputStaticMesh_h_12_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UNiagaraBakerOutputStaticMesh;
|
||
|
|
|
||
|
|
// ********** End Class UNiagaraBakerOutputStaticMesh **********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputStaticMesh_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|