62 lines
3.7 KiB
C++
62 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 "GenericDebugDraw/Components/ChaosVDGenericDebugDrawDataComponent.h"
|
|
|
|
#ifdef CHAOSVDBUILTINEXTENSIONS_ChaosVDGenericDebugDrawDataComponent_generated_h
|
|
#error "ChaosVDGenericDebugDrawDataComponent.generated.h already included, missing '#pragma once' in ChaosVDGenericDebugDrawDataComponent.h"
|
|
#endif
|
|
#define CHAOSVDBUILTINEXTENSIONS_ChaosVDGenericDebugDrawDataComponent_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UChaosVDGenericDebugDrawDataComponent ************************************
|
|
struct Z_Construct_UClass_UChaosVDGenericDebugDrawDataComponent_Statics;
|
|
CHAOSVDBUILTINEXTENSIONS_API UClass* Z_Construct_UClass_UChaosVDGenericDebugDrawDataComponent_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_ChaosVD_Source_ChaosVDBuiltInExtensions_Private_GenericDebugDraw_Components_ChaosVDGenericDebugDrawDataComponent_h_23_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUChaosVDGenericDebugDrawDataComponent(); \
|
|
friend struct ::Z_Construct_UClass_UChaosVDGenericDebugDrawDataComponent_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend CHAOSVDBUILTINEXTENSIONS_API UClass* ::Z_Construct_UClass_UChaosVDGenericDebugDrawDataComponent_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UChaosVDGenericDebugDrawDataComponent, UChaosVDSolverDataComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/ChaosVDBuiltInExtensions"), Z_Construct_UClass_UChaosVDGenericDebugDrawDataComponent_NoRegister) \
|
|
DECLARE_SERIALIZER(UChaosVDGenericDebugDrawDataComponent)
|
|
|
|
|
|
#define FID_Engine_Plugins_ChaosVD_Source_ChaosVDBuiltInExtensions_Private_GenericDebugDraw_Components_ChaosVDGenericDebugDrawDataComponent_h_23_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UChaosVDGenericDebugDrawDataComponent(UChaosVDGenericDebugDrawDataComponent&&) = delete; \
|
|
UChaosVDGenericDebugDrawDataComponent(const UChaosVDGenericDebugDrawDataComponent&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UChaosVDGenericDebugDrawDataComponent); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UChaosVDGenericDebugDrawDataComponent); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UChaosVDGenericDebugDrawDataComponent) \
|
|
NO_API virtual ~UChaosVDGenericDebugDrawDataComponent();
|
|
|
|
|
|
#define FID_Engine_Plugins_ChaosVD_Source_ChaosVDBuiltInExtensions_Private_GenericDebugDraw_Components_ChaosVDGenericDebugDrawDataComponent_h_20_PROLOG
|
|
#define FID_Engine_Plugins_ChaosVD_Source_ChaosVDBuiltInExtensions_Private_GenericDebugDraw_Components_ChaosVDGenericDebugDrawDataComponent_h_23_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_ChaosVD_Source_ChaosVDBuiltInExtensions_Private_GenericDebugDraw_Components_ChaosVDGenericDebugDrawDataComponent_h_23_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_ChaosVD_Source_ChaosVDBuiltInExtensions_Private_GenericDebugDraw_Components_ChaosVDGenericDebugDrawDataComponent_h_23_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UChaosVDGenericDebugDrawDataComponent;
|
|
|
|
// ********** End Class UChaosVDGenericDebugDrawDataComponent **************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_ChaosVD_Source_ChaosVDBuiltInExtensions_Private_GenericDebugDraw_Components_ChaosVDGenericDebugDrawDataComponent_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|