74 lines
4.3 KiB
C
74 lines
4.3 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/DatasmithMaterialInstanceTemplate.h"
|
||
|
|
|
||
|
|
#ifdef DATASMITHCONTENT_DatasmithMaterialInstanceTemplate_generated_h
|
||
|
|
#error "DatasmithMaterialInstanceTemplate.generated.h already included, missing '#pragma once' in DatasmithMaterialInstanceTemplate.h"
|
||
|
|
#endif
|
||
|
|
#define DATASMITHCONTENT_DatasmithMaterialInstanceTemplate_generated_h
|
||
|
|
|
||
|
|
#include "UObject/ObjectMacros.h"
|
||
|
|
#include "UObject/ScriptMacros.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FDatasmithStaticParameterSetTemplate ******************************
|
||
|
|
struct Z_Construct_UScriptStruct_FDatasmithStaticParameterSetTemplate_Statics;
|
||
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithMaterialInstanceTemplate_h_22_GENERATED_BODY \
|
||
|
|
friend struct ::Z_Construct_UScriptStruct_FDatasmithStaticParameterSetTemplate_Statics; \
|
||
|
|
DATASMITHCONTENT_API static class UScriptStruct* StaticStruct();
|
||
|
|
|
||
|
|
|
||
|
|
struct FDatasmithStaticParameterSetTemplate;
|
||
|
|
// ********** End ScriptStruct FDatasmithStaticParameterSetTemplate ********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UDatasmithMaterialInstanceTemplate ***************************************
|
||
|
|
struct Z_Construct_UClass_UDatasmithMaterialInstanceTemplate_Statics;
|
||
|
|
DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithMaterialInstanceTemplate_NoRegister();
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithMaterialInstanceTemplate_h_42_INCLASS_NO_PURE_DECLS \
|
||
|
|
private: \
|
||
|
|
static void StaticRegisterNativesUDatasmithMaterialInstanceTemplate(); \
|
||
|
|
friend struct ::Z_Construct_UClass_UDatasmithMaterialInstanceTemplate_Statics; \
|
||
|
|
static UClass* GetPrivateStaticClass(); \
|
||
|
|
friend DATASMITHCONTENT_API UClass* ::Z_Construct_UClass_UDatasmithMaterialInstanceTemplate_NoRegister(); \
|
||
|
|
public: \
|
||
|
|
DECLARE_CLASS2(UDatasmithMaterialInstanceTemplate, UDatasmithObjectTemplate, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/DatasmithContent"), Z_Construct_UClass_UDatasmithMaterialInstanceTemplate_NoRegister) \
|
||
|
|
DECLARE_SERIALIZER(UDatasmithMaterialInstanceTemplate)
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithMaterialInstanceTemplate_h_42_ENHANCED_CONSTRUCTORS \
|
||
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
||
|
|
DATASMITHCONTENT_API UDatasmithMaterialInstanceTemplate(); \
|
||
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
||
|
|
UDatasmithMaterialInstanceTemplate(UDatasmithMaterialInstanceTemplate&&) = delete; \
|
||
|
|
UDatasmithMaterialInstanceTemplate(const UDatasmithMaterialInstanceTemplate&) = delete; \
|
||
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(DATASMITHCONTENT_API, UDatasmithMaterialInstanceTemplate); \
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDatasmithMaterialInstanceTemplate); \
|
||
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UDatasmithMaterialInstanceTemplate) \
|
||
|
|
DATASMITHCONTENT_API virtual ~UDatasmithMaterialInstanceTemplate();
|
||
|
|
|
||
|
|
|
||
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithMaterialInstanceTemplate_h_39_PROLOG
|
||
|
|
#define FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithMaterialInstanceTemplate_h_42_GENERATED_BODY \
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
||
|
|
public: \
|
||
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithMaterialInstanceTemplate_h_42_INCLASS_NO_PURE_DECLS \
|
||
|
|
FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithMaterialInstanceTemplate_h_42_ENHANCED_CONSTRUCTORS \
|
||
|
|
private: \
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
||
|
|
|
||
|
|
|
||
|
|
class UDatasmithMaterialInstanceTemplate;
|
||
|
|
|
||
|
|
// ********** End Class UDatasmithMaterialInstanceTemplate *****************************************
|
||
|
|
|
||
|
|
#undef CURRENT_FILE_ID
|
||
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_ObjectTemplates_DatasmithMaterialInstanceTemplate_h
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|