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 "Components/ChaosVDConstraintDataComponent.h"
|
||
|
|
|
||
|
|
#ifdef CHAOSVD_ChaosVDConstraintDataComponent_generated_h
|
||
|
|
#error "ChaosVDConstraintDataComponent.generated.h already included, missing '#pragma once' in ChaosVDConstraintDataComponent.h"
|
||
|
|
#endif
|
||
|
|
#define CHAOSVD_ChaosVDConstraintDataComponent_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin Class UChaosVDConstraintDataComponent ******************************************
|
||
|
|
struct Z_Construct_UClass_UChaosVDConstraintDataComponent_Statics;
|
||
|
|
CHAOSVD_API UClass* Z_Construct_UClass_UChaosVDConstraintDataComponent_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Components_ChaosVDConstraintDataComponent_h_18_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUChaosVDConstraintDataComponent(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UChaosVDConstraintDataComponent_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend CHAOSVD_API UClass* ::Z_Construct_UClass_UChaosVDConstraintDataComponent_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UChaosVDConstraintDataComponent, UChaosVDSolverDataComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/ChaosVD"), Z_Construct_UClass_UChaosVDConstraintDataComponent_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UChaosVDConstraintDataComponent)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Components_ChaosVDConstraintDataComponent_h_18_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UChaosVDConstraintDataComponent(UChaosVDConstraintDataComponent&&) = delete; \
|
||
|
|
UChaosVDConstraintDataComponent(const UChaosVDConstraintDataComponent&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UChaosVDConstraintDataComponent); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UChaosVDConstraintDataComponent); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UChaosVDConstraintDataComponent) \
|
||
|
|
NO_API virtual ~UChaosVDConstraintDataComponent();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Components_ChaosVDConstraintDataComponent_h_15_PROLOG
|
||
|
|
#define FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Components_ChaosVDConstraintDataComponent_h_18_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Components_ChaosVDConstraintDataComponent_h_18_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Components_ChaosVDConstraintDataComponent_h_18_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UChaosVDConstraintDataComponent;
|
||
|
|
|
||
|
|
// ********** End Class UChaosVDConstraintDataComponent ********************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Private_Components_ChaosVDConstraintDataComponent_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|