64 lines
3.8 KiB
C++
64 lines
3.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 "ObjectTemplates/DatasmithStaticMeshComponentTemplate.h"
|
|
|
|
#ifdef DATASMITHCONTENT_DatasmithStaticMeshComponentTemplate_generated_h
|
|
#error "DatasmithStaticMeshComponentTemplate.generated.h already included, missing '#pragma once' in DatasmithStaticMeshComponentTemplate.h"
|
|
#endif
|
|
#define DATASMITHCONTENT_DatasmithStaticMeshComponentTemplate_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UDatasmithStaticMeshComponentTemplate ************************************
|
|
struct Z_Construct_UClass_UDatasmithStaticMeshComponentTemplate_Statics;
|
|
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithStaticMeshComponentTemplate_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshComponentTemplate_h_14_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUDatasmithStaticMeshComponentTemplate(); \
|
|
friend struct ::Z_Construct_UClass_UDatasmithStaticMeshComponentTemplate_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend DATASMITHCONTENT_API UClass* ::Z_Construct_UClass_UDatasmithStaticMeshComponentTemplate_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UDatasmithStaticMeshComponentTemplate, UDatasmithObjectTemplate, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DatasmithContent"), Z_Construct_UClass_UDatasmithStaticMeshComponentTemplate_NoRegister) \
|
|
DECLARE_SERIALIZER(UDatasmithStaticMeshComponentTemplate)
|
|
|
|
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshComponentTemplate_h_14_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
DATASMITHCONTENT_API UDatasmithStaticMeshComponentTemplate(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UDatasmithStaticMeshComponentTemplate(UDatasmithStaticMeshComponentTemplate&&) = delete; \
|
|
UDatasmithStaticMeshComponentTemplate(const UDatasmithStaticMeshComponentTemplate&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(DATASMITHCONTENT_API, UDatasmithStaticMeshComponentTemplate); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDatasmithStaticMeshComponentTemplate); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDatasmithStaticMeshComponentTemplate) \
|
|
DATASMITHCONTENT_API virtual ~UDatasmithStaticMeshComponentTemplate();
|
|
|
|
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshComponentTemplate_h_11_PROLOG
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshComponentTemplate_h_14_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshComponentTemplate_h_14_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshComponentTemplate_h_14_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UDatasmithStaticMeshComponentTemplate;
|
|
|
|
// ********** End Class UDatasmithStaticMeshComponentTemplate **************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshComponentTemplate_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|