127 lines
8.4 KiB
C++
127 lines
8.4 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 "InterchangeGenericAssetsPipelineSharedSettings.h"
|
|
|
|
#ifdef INTERCHANGEPIPELINES_InterchangeGenericAssetsPipelineSharedSettings_generated_h
|
|
#error "InterchangeGenericAssetsPipelineSharedSettings.generated.h already included, missing '#pragma once' in InterchangeGenericAssetsPipelineSharedSettings.h"
|
|
#endif
|
|
#define INTERCHANGEPIPELINES_InterchangeGenericAssetsPipelineSharedSettings_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
|
|
// ********** Begin Class UInterchangeGenericCommonMeshesProperties ********************************
|
|
struct Z_Construct_UClass_UInterchangeGenericCommonMeshesProperties_Statics;
|
|
INTERCHANGEPIPELINES_API UClass* Z_Construct_UClass_UInterchangeGenericCommonMeshesProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_54_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUInterchangeGenericCommonMeshesProperties(); \
|
|
friend struct ::Z_Construct_UClass_UInterchangeGenericCommonMeshesProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERCHANGEPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangeGenericCommonMeshesProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UInterchangeGenericCommonMeshesProperties, UInterchangePipelineBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangePipelines"), Z_Construct_UClass_UInterchangeGenericCommonMeshesProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(UInterchangeGenericCommonMeshesProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_54_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERCHANGEPIPELINES_API UInterchangeGenericCommonMeshesProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UInterchangeGenericCommonMeshesProperties(UInterchangeGenericCommonMeshesProperties&&) = delete; \
|
|
UInterchangeGenericCommonMeshesProperties(const UInterchangeGenericCommonMeshesProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEPIPELINES_API, UInterchangeGenericCommonMeshesProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeGenericCommonMeshesProperties); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangeGenericCommonMeshesProperties) \
|
|
INTERCHANGEPIPELINES_API virtual ~UInterchangeGenericCommonMeshesProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_51_PROLOG
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_54_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_54_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_54_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UInterchangeGenericCommonMeshesProperties;
|
|
|
|
// ********** End Class UInterchangeGenericCommonMeshesProperties **********************************
|
|
|
|
// ********** Begin Class UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties ***********
|
|
struct Z_Construct_UClass_UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties_Statics;
|
|
INTERCHANGEPIPELINES_API UClass* Z_Construct_UClass_UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties_NoRegister();
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_172_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties(); \
|
|
friend struct ::Z_Construct_UClass_UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend INTERCHANGEPIPELINES_API UClass* ::Z_Construct_UClass_UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties, UInterchangePipelineBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/InterchangePipelines"), Z_Construct_UClass_UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties_NoRegister) \
|
|
DECLARE_SERIALIZER(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties)
|
|
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_172_ENHANCED_CONSTRUCTORS \
|
|
/** Standard constructor, called after all reflected properties have been initialized */ \
|
|
INTERCHANGEPIPELINES_API UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties&&) = delete; \
|
|
UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties(const UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEPIPELINES_API, UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties); \
|
|
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties) \
|
|
INTERCHANGEPIPELINES_API virtual ~UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties();
|
|
|
|
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_169_PROLOG
|
|
#define FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_172_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_172_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h_172_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties;
|
|
|
|
// ********** End Class UInterchangeGenericCommonSkeletalMeshesAndAnimationsProperties *************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Runtime_Source_Pipelines_Public_InterchangeGenericAssetsPipelineSharedSettings_h
|
|
|
|
// ********** Begin Enum EInterchangeForceMeshType *************************************************
|
|
#define FOREACH_ENUM_EINTERCHANGEFORCEMESHTYPE(op) \
|
|
op(EInterchangeForceMeshType::IFMT_None) \
|
|
op(EInterchangeForceMeshType::IFMT_StaticMesh) \
|
|
op(EInterchangeForceMeshType::IFMT_SkeletalMesh)
|
|
|
|
enum class EInterchangeForceMeshType : uint8;
|
|
template<> struct TIsUEnumClass<EInterchangeForceMeshType> { enum { Value = true }; };
|
|
template<> INTERCHANGEPIPELINES_NON_ATTRIBUTED_API UEnum* StaticEnum<EInterchangeForceMeshType>();
|
|
// ********** End Enum EInterchangeForceMeshType ***************************************************
|
|
|
|
// ********** Begin Enum EInterchangeVertexColorImportOption ***************************************
|
|
#define FOREACH_ENUM_EINTERCHANGEVERTEXCOLORIMPORTOPTION(op) \
|
|
op(EInterchangeVertexColorImportOption::IVCIO_Replace) \
|
|
op(EInterchangeVertexColorImportOption::IVCIO_Ignore) \
|
|
op(EInterchangeVertexColorImportOption::IVCIO_Override)
|
|
|
|
enum class EInterchangeVertexColorImportOption : uint8;
|
|
template<> struct TIsUEnumClass<EInterchangeVertexColorImportOption> { enum { Value = true }; };
|
|
template<> INTERCHANGEPIPELINES_NON_ATTRIBUTED_API UEnum* StaticEnum<EInterchangeVertexColorImportOption>();
|
|
// ********** End Enum EInterchangeVertexColorImportOption *****************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|