64 lines
3.7 KiB
C++
64 lines
3.7 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_RotateAroundPoint.h"
|
|
|
|
#ifdef NIAGARA_NiagaraStatelessModule_RotateAroundPoint_generated_h
|
|
#error "NiagaraStatelessModule_RotateAroundPoint.generated.h already included, missing '#pragma once' in NiagaraStatelessModule_RotateAroundPoint.h"
|
|
#endif
|
|
#define NIAGARA_NiagaraStatelessModule_RotateAroundPoint_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UNiagaraStatelessModule_RotateAroundPoint ********************************
|
|
struct Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics;
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h_12_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUNiagaraStatelessModule_RotateAroundPoint(); \
|
|
friend struct ::Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend NIAGARA_API UClass* ::Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UNiagaraStatelessModule_RotateAroundPoint, UNiagaraStatelessModule, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/Niagara"), Z_Construct_UClass_UNiagaraStatelessModule_RotateAroundPoint_NoRegister) \
|
|
DECLARE_SERIALIZER(UNiagaraStatelessModule_RotateAroundPoint)
|
|
|
|
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h_12_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
NIAGARA_API UNiagaraStatelessModule_RotateAroundPoint(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UNiagaraStatelessModule_RotateAroundPoint(UNiagaraStatelessModule_RotateAroundPoint&&) = delete; \
|
|
UNiagaraStatelessModule_RotateAroundPoint(const UNiagaraStatelessModule_RotateAroundPoint&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NIAGARA_API, UNiagaraStatelessModule_RotateAroundPoint); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNiagaraStatelessModule_RotateAroundPoint); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UNiagaraStatelessModule_RotateAroundPoint) \
|
|
NIAGARA_API virtual ~UNiagaraStatelessModule_RotateAroundPoint();
|
|
|
|
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h_9_PROLOG
|
|
#define FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h_12_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h_12_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h_12_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UNiagaraStatelessModule_RotateAroundPoint;
|
|
|
|
// ********** End Class UNiagaraStatelessModule_RotateAroundPoint **********************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_FX_Niagara_Source_Niagara_Internal_Stateless_Modules_NiagaraStatelessModule_RotateAroundPoint_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|