104 lines
6.0 KiB
C++
104 lines
6.0 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/DatasmithStaticMeshTemplate.h"
|
|
|
|
#ifdef DATASMITHCONTENT_DatasmithStaticMeshTemplate_generated_h
|
|
#error "DatasmithStaticMeshTemplate.generated.h already included, missing '#pragma once' in DatasmithStaticMeshTemplate.h"
|
|
#endif
|
|
#define DATASMITHCONTENT_DatasmithStaticMeshTemplate_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin ScriptStruct FDatasmithMeshBuildSettingsTemplate *******************************
|
|
struct Z_Construct_UScriptStruct_FDatasmithMeshBuildSettingsTemplate_Statics;
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_19_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FDatasmithMeshBuildSettingsTemplate_Statics; \
|
|
DATASMITHCONTENT_API static class UScriptStruct* StaticStruct();
|
|
|
|
|
|
struct FDatasmithMeshBuildSettingsTemplate;
|
|
// ********** End ScriptStruct FDatasmithMeshBuildSettingsTemplate *********************************
|
|
|
|
// ********** Begin ScriptStruct FDatasmithStaticMaterialTemplate **********************************
|
|
struct Z_Construct_UScriptStruct_FDatasmithStaticMaterialTemplate_Statics;
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_63_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FDatasmithStaticMaterialTemplate_Statics; \
|
|
DATASMITHCONTENT_API static class UScriptStruct* StaticStruct();
|
|
|
|
|
|
struct FDatasmithStaticMaterialTemplate;
|
|
// ********** End ScriptStruct FDatasmithStaticMaterialTemplate ************************************
|
|
|
|
// ********** Begin ScriptStruct FDatasmithMeshSectionInfoTemplate *********************************
|
|
struct Z_Construct_UScriptStruct_FDatasmithMeshSectionInfoTemplate_Statics;
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_82_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FDatasmithMeshSectionInfoTemplate_Statics; \
|
|
DATASMITHCONTENT_API static class UScriptStruct* StaticStruct();
|
|
|
|
|
|
struct FDatasmithMeshSectionInfoTemplate;
|
|
// ********** End ScriptStruct FDatasmithMeshSectionInfoTemplate ***********************************
|
|
|
|
// ********** Begin ScriptStruct FDatasmithMeshSectionInfoMapTemplate ******************************
|
|
struct Z_Construct_UScriptStruct_FDatasmithMeshSectionInfoMapTemplate_Statics;
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_98_GENERATED_BODY \
|
|
friend struct ::Z_Construct_UScriptStruct_FDatasmithMeshSectionInfoMapTemplate_Statics; \
|
|
DATASMITHCONTENT_API static class UScriptStruct* StaticStruct();
|
|
|
|
|
|
struct FDatasmithMeshSectionInfoMapTemplate;
|
|
// ********** End ScriptStruct FDatasmithMeshSectionInfoMapTemplate ********************************
|
|
|
|
// ********** Begin Class UDatasmithStaticMeshTemplate *********************************************
|
|
struct Z_Construct_UClass_UDatasmithStaticMeshTemplate_Statics;
|
|
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithStaticMeshTemplate_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_111_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUDatasmithStaticMeshTemplate(); \
|
|
friend struct ::Z_Construct_UClass_UDatasmithStaticMeshTemplate_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend DATASMITHCONTENT_API UClass* ::Z_Construct_UClass_UDatasmithStaticMeshTemplate_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UDatasmithStaticMeshTemplate, UDatasmithObjectTemplate, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DatasmithContent"), Z_Construct_UClass_UDatasmithStaticMeshTemplate_NoRegister) \
|
|
DECLARE_SERIALIZER(UDatasmithStaticMeshTemplate)
|
|
|
|
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_111_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
DATASMITHCONTENT_API UDatasmithStaticMeshTemplate(); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UDatasmithStaticMeshTemplate(UDatasmithStaticMeshTemplate&&) = delete; \
|
|
UDatasmithStaticMeshTemplate(const UDatasmithStaticMeshTemplate&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(DATASMITHCONTENT_API, UDatasmithStaticMeshTemplate); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDatasmithStaticMeshTemplate); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDatasmithStaticMeshTemplate) \
|
|
DATASMITHCONTENT_API virtual ~UDatasmithStaticMeshTemplate();
|
|
|
|
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_108_PROLOG
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_111_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_111_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h_111_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UDatasmithStaticMeshTemplate;
|
|
|
|
// ********** End Class UDatasmithStaticMeshTemplate ***********************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithStaticMeshTemplate_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|