62 lines
3.2 KiB
C
62 lines
3.2 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 "NiagaraBakerOutputVolumeTexture.h"
|
||
|
|
|
||
|
|
#ifdef NIAGARA_NiagaraBakerOutputVolumeTexture_generated_h
|
||
|
|
#error "NiagaraBakerOutputVolumeTexture.generated.h already included, missing '#pragma once' in NiagaraBakerOutputVolumeTexture.h"
|
||
|
|
#endif
|
||
|
|
#define NIAGARA_NiagaraBakerOutputVolumeTexture_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraBakerOutputVolumeTexture *****************************************
|
||
|
|
struct Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics;
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h_11_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUNiagaraBakerOutputVolumeTexture(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend NIAGARA_API UClass* ::Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UNiagaraBakerOutputVolumeTexture, UNiagaraBakerOutput, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Niagara"), Z_Construct_UClass_UNiagaraBakerOutputVolumeTexture_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UNiagaraBakerOutputVolumeTexture)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h_11_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UNiagaraBakerOutputVolumeTexture(UNiagaraBakerOutputVolumeTexture&&) = delete; \
|
||
|
|
UNiagaraBakerOutputVolumeTexture(const UNiagaraBakerOutputVolumeTexture&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NIAGARA_API, UNiagaraBakerOutputVolumeTexture); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNiagaraBakerOutputVolumeTexture); \
|
||
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNiagaraBakerOutputVolumeTexture) \
|
||
|
|
NIAGARA_API virtual ~UNiagaraBakerOutputVolumeTexture();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h_8_PROLOG
|
||
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h_11_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h_11_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h_11_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UNiagaraBakerOutputVolumeTexture;
|
||
|
|
|
||
|
|
// ********** End Class UNiagaraBakerOutputVolumeTexture *******************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraBakerOutputVolumeTexture_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|