89 lines
4.8 KiB
C++
89 lines
4.8 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 "Stateless/Modules/NiagaraStatelessModule_ShapeLocation.h"
|
|
|
|
#ifdef NIAGARA_NiagaraStatelessModule_ShapeLocation_generated_h
|
|
#error "NiagaraStatelessModule_ShapeLocation.generated.h already included, missing '#pragma once' in NiagaraStatelessModule_ShapeLocation.h"
|
|
#endif
|
|
#define NIAGARA_NiagaraStatelessModule_ShapeLocation_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UNiagaraStatelessModule_ShapeLocation ************************************
|
|
struct Z_Construct_UClass_UNiagaraStatelessModule_ShapeLocation_Statics;
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraStatelessModule_ShapeLocation_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_ShapeLocation_h_33_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNiagaraStatelessModule_ShapeLocation(); \
|
|
friend struct ::Z_Construct_UClass_UNiagaraStatelessModule_ShapeLocation_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NIAGARA_API UClass* ::Z_Construct_UClass_UNiagaraStatelessModule_ShapeLocation_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNiagaraStatelessModule_ShapeLocation, UNiagaraStatelessModule, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Niagara"), Z_Construct_UClass_UNiagaraStatelessModule_ShapeLocation_NoRegister) \
|
|
DECLARE_SERIALIZER(UNiagaraStatelessModule_ShapeLocation)
|
|
|
|
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_ShapeLocation_h_33_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NIAGARA_API UNiagaraStatelessModule_ShapeLocation(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNiagaraStatelessModule_ShapeLocation(UNiagaraStatelessModule_ShapeLocation&&) = delete; \
|
|
UNiagaraStatelessModule_ShapeLocation(const UNiagaraStatelessModule_ShapeLocation&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NIAGARA_API, UNiagaraStatelessModule_ShapeLocation); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNiagaraStatelessModule_ShapeLocation); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNiagaraStatelessModule_ShapeLocation) \
|
|
NIAGARA_API virtual ~UNiagaraStatelessModule_ShapeLocation();
|
|
|
|
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_ShapeLocation_h_30_PROLOG
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_ShapeLocation_h_33_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_ShapeLocation_h_33_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_ShapeLocation_h_33_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNiagaraStatelessModule_ShapeLocation;
|
|
|
|
// ********** End Class UNiagaraStatelessModule_ShapeLocation **************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_ShapeLocation_h
|
|
|
|
// ********** Begin Enum ENSM_ShapePrimitive *******************************************************
|
|
#define FOREACH_ENUM_ENSM_SHAPEPRIMITIVE(op) \
|
|
op(ENSM_ShapePrimitive::Box) \
|
|
op(ENSM_ShapePrimitive::Cylinder) \
|
|
op(ENSM_ShapePrimitive::Plane) \
|
|
op(ENSM_ShapePrimitive::Ring) \
|
|
op(ENSM_ShapePrimitive::Sphere) \
|
|
op(ENSM_ShapePrimitive::Max)
|
|
|
|
enum class ENSM_ShapePrimitive : uint8;
|
|
template<> struct TIsUEnumClass<ENSM_ShapePrimitive> { enum { Value = true }; };
|
|
template<> NIAGARA_NON_ATTRIBUTED_API UEnum* StaticEnum<ENSM_ShapePrimitive>();
|
|
// ********** End Enum ENSM_ShapePrimitive *********************************************************
|
|
|
|
// ********** Begin Enum ENSM_SurfaceExpansionMode *************************************************
|
|
#define FOREACH_ENUM_ENSM_SURFACEEXPANSIONMODE(op) \
|
|
op(ENSM_SurfaceExpansionMode::Inner) \
|
|
op(ENSM_SurfaceExpansionMode::Centered) \
|
|
op(ENSM_SurfaceExpansionMode::Outside)
|
|
|
|
enum class ENSM_SurfaceExpansionMode : uint8;
|
|
template<> struct TIsUEnumClass<ENSM_SurfaceExpansionMode> { enum { Value = true }; };
|
|
template<> NIAGARA_NON_ATTRIBUTED_API UEnum* StaticEnum<ENSM_SurfaceExpansionMode>();
|
|
// ********** End Enum ENSM_SurfaceExpansionMode ***************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|