Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,147 @@
// 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 "ProjectUtilities/MetaHumanAssetManager.h"
#ifdef METAHUMANSDKEDITOR_MetaHumanAssetManager_generated_h
#error "MetaHumanAssetManager.generated.h already included, missing '#pragma once' in MetaHumanAssetManager.h"
#endif
#define METAHUMANSDKEDITOR_MetaHumanAssetManager_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
enum class EMetaHumanAssetType : uint8;
struct FMetaHumanAssetDescription;
// ********** Begin ScriptStruct FMetaHumanImportOptions *******************************************
struct Z_Construct_UScriptStruct_FMetaHumanImportOptions_Statics;
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_24_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaHumanImportOptions_Statics; \
METAHUMANSDKEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetaHumanImportOptions;
// ********** End ScriptStruct FMetaHumanImportOptions *********************************************
// ********** Begin ScriptStruct FMetaHumanAggregateDetails ****************************************
struct Z_Construct_UScriptStruct_FMetaHumanAggregateDetails_Statics;
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_57_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaHumanAggregateDetails_Statics; \
METAHUMANSDKEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetaHumanAggregateDetails;
// ********** End ScriptStruct FMetaHumanAggregateDetails ******************************************
// ********** Begin ScriptStruct FMetaHumanAssetDescription ****************************************
struct Z_Construct_UScriptStruct_FMetaHumanAssetDescription_Statics;
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_221_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaHumanAssetDescription_Statics; \
METAHUMANSDKEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetaHumanAssetDescription;
// ********** End ScriptStruct FMetaHumanAssetDescription ******************************************
// ********** Begin ScriptStruct FMetaHumanMultiArchiveDescription *********************************
struct Z_Construct_UScriptStruct_FMetaHumanMultiArchiveDescription_Statics;
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_273_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaHumanMultiArchiveDescription_Statics; \
METAHUMANSDKEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetaHumanMultiArchiveDescription;
// ********** End ScriptStruct FMetaHumanMultiArchiveDescription ***********************************
// ********** Begin ScriptStruct FMetaHumanArchiveEntry ********************************************
struct Z_Construct_UScriptStruct_FMetaHumanArchiveEntry_Statics;
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_288_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaHumanArchiveEntry_Statics; \
METAHUMANSDKEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetaHumanArchiveEntry;
// ********** End ScriptStruct FMetaHumanArchiveEntry **********************************************
// ********** Begin ScriptStruct FMetaHumanArchiveContents *****************************************
struct Z_Construct_UScriptStruct_FMetaHumanArchiveContents_Statics;
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_309_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaHumanArchiveContents_Statics; \
METAHUMANSDKEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetaHumanArchiveContents;
// ********** End ScriptStruct FMetaHumanArchiveContents *******************************************
// ********** Begin Class UMetaHumanAssetManager ***************************************************
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_321_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execUpdateAssetDetails); \
DECLARE_FUNCTION(execUpdateAssetDependencies); \
DECLARE_FUNCTION(execCreateArchive); \
DECLARE_FUNCTION(execIsAssetOfType); \
DECLARE_FUNCTION(execFindAssetsForPackaging);
struct Z_Construct_UClass_UMetaHumanAssetManager_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanAssetManager_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_321_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaHumanAssetManager(); \
friend struct ::Z_Construct_UClass_UMetaHumanAssetManager_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UMetaHumanAssetManager_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaHumanAssetManager, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UMetaHumanAssetManager_NoRegister) \
DECLARE_SERIALIZER(UMetaHumanAssetManager)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_321_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UMetaHumanAssetManager(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaHumanAssetManager(UMetaHumanAssetManager&&) = delete; \
UMetaHumanAssetManager(const UMetaHumanAssetManager&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UMetaHumanAssetManager); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaHumanAssetManager); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaHumanAssetManager) \
METAHUMANSDKEDITOR_API virtual ~UMetaHumanAssetManager();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_318_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_321_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_321_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_321_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h_321_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaHumanAssetManager;
// ********** End Class UMetaHumanAssetManager *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_ProjectUtilities_MetaHumanAssetManager_h
// ********** Begin Enum EMetaHumanAssetType *******************************************************
#define FOREACH_ENUM_EMETAHUMANASSETTYPE(op) \
op(EMetaHumanAssetType::Character) \
op(EMetaHumanAssetType::CharacterAssembly) \
op(EMetaHumanAssetType::SkeletalClothing) \
op(EMetaHumanAssetType::OutfitClothing) \
op(EMetaHumanAssetType::Groom)
enum class EMetaHumanAssetType : uint8;
template<> struct TIsUEnumClass<EMetaHumanAssetType> { enum { Value = true }; };
template<> METAHUMANSDKEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetaHumanAssetType>();
// ********** End Enum EMetaHumanAssetType *********************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,103 @@
// 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 "MetaHumanAssetReport.h"
#ifdef METAHUMANSDKEDITOR_MetaHumanAssetReport_generated_h
#error "MetaHumanAssetReport.generated.h already included, missing '#pragma once' in MetaHumanAssetReport.h"
#endif
#define METAHUMANSDKEDITOR_MetaHumanAssetReport_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
enum class EMetaHumanOperationResult : uint8;
struct FMetaHumanAssetReportItem;
// ********** Begin ScriptStruct FMetaHumanAssetReportItem *****************************************
struct Z_Construct_UScriptStruct_FMetaHumanAssetReportItem_Statics;
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h_22_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaHumanAssetReportItem_Statics; \
METAHUMANSDKEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetaHumanAssetReportItem;
// ********** End ScriptStruct FMetaHumanAssetReportItem *******************************************
// ********** Begin Class UMetaHumanAssetReport ****************************************************
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h_42_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execSetSilent); \
DECLARE_FUNCTION(execSetVerbose); \
DECLARE_FUNCTION(execSetWarningsAsErrors); \
DECLARE_FUNCTION(execHasWarnings); \
DECLARE_FUNCTION(execGetReportResult); \
DECLARE_FUNCTION(execGenerateRichTextReport); \
DECLARE_FUNCTION(execGenerateRawReport); \
DECLARE_FUNCTION(execGenerateJsonReport); \
DECLARE_FUNCTION(execGenerateHtmlReport); \
DECLARE_FUNCTION(execAddError); \
DECLARE_FUNCTION(execAddWarning); \
DECLARE_FUNCTION(execAddInfo); \
DECLARE_FUNCTION(execAddVerbose); \
DECLARE_FUNCTION(execSetSubject);
struct Z_Construct_UClass_UMetaHumanAssetReport_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanAssetReport_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h_42_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaHumanAssetReport(); \
friend struct ::Z_Construct_UClass_UMetaHumanAssetReport_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UMetaHumanAssetReport_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaHumanAssetReport, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UMetaHumanAssetReport_NoRegister) \
DECLARE_SERIALIZER(UMetaHumanAssetReport)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h_42_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UMetaHumanAssetReport(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaHumanAssetReport(UMetaHumanAssetReport&&) = delete; \
UMetaHumanAssetReport(const UMetaHumanAssetReport&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UMetaHumanAssetReport); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaHumanAssetReport); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaHumanAssetReport) \
METAHUMANSDKEDITOR_API virtual ~UMetaHumanAssetReport();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h_39_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h_42_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h_42_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h_42_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h_42_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaHumanAssetReport;
// ********** End Class UMetaHumanAssetReport ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanAssetReport_h
// ********** Begin Enum EMetaHumanOperationResult *************************************************
#define FOREACH_ENUM_EMETAHUMANOPERATIONRESULT(op) \
op(EMetaHumanOperationResult::Success) \
op(EMetaHumanOperationResult::Failure)
enum class EMetaHumanOperationResult : uint8;
template<> struct TIsUEnumClass<EMetaHumanOperationResult> { enum { Value = true }; };
template<> METAHUMANSDKEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetaHumanOperationResult>();
// ********** End Enum EMetaHumanOperationResult ***************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,121 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Verification/MetaHumanCharacterTypesVerificationExtensionBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetaHumanCharacterTypesVerificationExtensionBase() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMetaHumanCharacterTypesVerificationExtensionBase ************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaHumanCharacterTypesVerificationExtensionBase;
UClass* UMetaHumanCharacterTypesVerificationExtensionBase::GetPrivateStaticClass()
{
using TClass = UMetaHumanCharacterTypesVerificationExtensionBase;
if (!Z_Registration_Info_UClass_UMetaHumanCharacterTypesVerificationExtensionBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaHumanCharacterTypesVerificationExtensionBase"),
Z_Registration_Info_UClass_UMetaHumanCharacterTypesVerificationExtensionBase.InnerSingleton,
StaticRegisterNativesUMetaHumanCharacterTypesVerificationExtensionBase,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UMetaHumanCharacterTypesVerificationExtensionBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_NoRegister()
{
return UMetaHumanCharacterTypesVerificationExtensionBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Interface class to allow verification rule implementations to live inside the MetaHumanCharacter plugin for access to types\n * defined in plugins that we can not reference from the MetaHumanSDK\n */" },
{ "IncludePath", "Verification/MetaHumanCharacterTypesVerificationExtensionBase.h" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanCharacterTypesVerificationExtensionBase.h" },
{ "ToolTip", "Interface class to allow verification rule implementations to live inside the MetaHumanCharacter plugin for access to types\ndefined in plugins that we can not reference from the MetaHumanSDK" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaHumanCharacterTypesVerificationExtensionBase constinit property declarations
// ********** End Class UMetaHumanCharacterTypesVerificationExtensionBase constinit property declarations
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaHumanCharacterTypesVerificationExtensionBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics
UObject* (*const Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics::ClassParams = {
&UMetaHumanCharacterTypesVerificationExtensionBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics::Class_MetaDataParams)
};
void UMetaHumanCharacterTypesVerificationExtensionBase::StaticRegisterNativesUMetaHumanCharacterTypesVerificationExtensionBase()
{
}
UClass* Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase()
{
if (!Z_Registration_Info_UClass_UMetaHumanCharacterTypesVerificationExtensionBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaHumanCharacterTypesVerificationExtensionBase.OuterSingleton, Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaHumanCharacterTypesVerificationExtensionBase.OuterSingleton;
}
UMetaHumanCharacterTypesVerificationExtensionBase::UMetaHumanCharacterTypesVerificationExtensionBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaHumanCharacterTypesVerificationExtensionBase);
UMetaHumanCharacterTypesVerificationExtensionBase::~UMetaHumanCharacterTypesVerificationExtensionBase() {}
// ********** End Class UMetaHumanCharacterTypesVerificationExtensionBase **************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase, UMetaHumanCharacterTypesVerificationExtensionBase::StaticClass, TEXT("UMetaHumanCharacterTypesVerificationExtensionBase"), &Z_Registration_Info_UClass_UMetaHumanCharacterTypesVerificationExtensionBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaHumanCharacterTypesVerificationExtensionBase), 3424606887U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h__Script_MetaHumanSDKEditor_532606896{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// 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 "Verification/MetaHumanCharacterTypesVerificationExtensionBase.h"
#ifdef METAHUMANSDKEDITOR_MetaHumanCharacterTypesVerificationExtensionBase_generated_h
#error "MetaHumanCharacterTypesVerificationExtensionBase.generated.h already included, missing '#pragma once' in MetaHumanCharacterTypesVerificationExtensionBase.h"
#endif
#define METAHUMANSDKEDITOR_MetaHumanCharacterTypesVerificationExtensionBase_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMetaHumanCharacterTypesVerificationExtensionBase ************************
struct Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h_26_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaHumanCharacterTypesVerificationExtensionBase(); \
friend struct ::Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaHumanCharacterTypesVerificationExtensionBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UMetaHumanCharacterTypesVerificationExtensionBase_NoRegister) \
DECLARE_SERIALIZER(UMetaHumanCharacterTypesVerificationExtensionBase)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h_26_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UMetaHumanCharacterTypesVerificationExtensionBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaHumanCharacterTypesVerificationExtensionBase(UMetaHumanCharacterTypesVerificationExtensionBase&&) = delete; \
UMetaHumanCharacterTypesVerificationExtensionBase(const UMetaHumanCharacterTypesVerificationExtensionBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UMetaHumanCharacterTypesVerificationExtensionBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaHumanCharacterTypesVerificationExtensionBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaHumanCharacterTypesVerificationExtensionBase) \
METAHUMANSDKEDITOR_API virtual ~UMetaHumanCharacterTypesVerificationExtensionBase();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h_23_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h_26_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h_26_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h_26_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaHumanCharacterTypesVerificationExtensionBase;
// ********** End Class UMetaHumanCharacterTypesVerificationExtensionBase **************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanCharacterTypesVerificationExtensionBase_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,348 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Cloud/MetaHumanCloudServicesSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetaHumanCloudServicesSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanCloudServicesSettings();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanCloudServicesSettings_NoRegister();
METAHUMANSDKEDITOR_API UEnum* Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment();
METAHUMANSDKEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FEosConstantsPlatform();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EMetaHumanCloudServiceEnvironment *****************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EMetaHumanCloudServiceEnvironment;
static UEnum* EMetaHumanCloudServiceEnvironment_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EMetaHumanCloudServiceEnvironment.OuterSingleton)
{
Z_Registration_Info_UEnum_EMetaHumanCloudServiceEnvironment.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment, (UObject*)Z_Construct_UPackage__Script_MetaHumanSDKEditor(), TEXT("EMetaHumanCloudServiceEnvironment"));
}
return Z_Registration_Info_UEnum_EMetaHumanCloudServiceEnvironment.OuterSingleton;
}
template<> METAHUMANSDKEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetaHumanCloudServiceEnvironment>()
{
return EMetaHumanCloudServiceEnvironment_StaticEnum();
}
struct Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "GameDev.Name", "EMetaHumanCloudServiceEnvironment::GameDev" },
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
{ "Production.Name", "EMetaHumanCloudServiceEnvironment::Production" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EMetaHumanCloudServiceEnvironment::Production", (int64)EMetaHumanCloudServiceEnvironment::Production },
{ "EMetaHumanCloudServiceEnvironment::GameDev", (int64)EMetaHumanCloudServiceEnvironment::GameDev },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
nullptr,
"EMetaHumanCloudServiceEnvironment",
"EMetaHumanCloudServiceEnvironment",
Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment_Statics::Enum_MetaDataParams), Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment()
{
if (!Z_Registration_Info_UEnum_EMetaHumanCloudServiceEnvironment.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EMetaHumanCloudServiceEnvironment.InnerSingleton, Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EMetaHumanCloudServiceEnvironment.InnerSingleton;
}
// ********** End Enum EMetaHumanCloudServiceEnvironment *******************************************
// ********** Begin ScriptStruct FEosConstantsPlatform *********************************************
struct Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FEosConstantsPlatform); }
static inline consteval int16 GetStructAlignment() { return alignof(FEosConstantsPlatform); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ProductId_MetaData[] = {
{ "Comment", "/** The product id for the running application, found on the dev portal */" },
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
{ "ToolTip", "The product id for the running application, found on the dev portal" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SandboxId_MetaData[] = {
{ "Comment", "/** The sandbox id for the running application, found on the dev portal */" },
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
{ "ToolTip", "The sandbox id for the running application, found on the dev portal" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeploymentId_MetaData[] = {
{ "Comment", "/** The deployment id for the running application, found on the dev portal */" },
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
{ "ToolTip", "The deployment id for the running application, found on the dev portal" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClientCredentialsId_MetaData[] = {
{ "Comment", "/** Client id of the service permissions entry, found on the dev portal */" },
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
{ "ToolTip", "Client id of the service permissions entry, found on the dev portal" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClientCredentialsSecret_MetaData[] = {
{ "Comment", "/** Client secret for accessing the set of permissions, found on the dev portal */" },
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
{ "ToolTip", "Client secret for accessing the set of permissions, found on the dev portal" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FEosConstantsPlatform constinit property declarations *************
static const UECodeGen_Private::FStrPropertyParams NewProp_ProductId;
static const UECodeGen_Private::FStrPropertyParams NewProp_SandboxId;
static const UECodeGen_Private::FStrPropertyParams NewProp_DeploymentId;
static const UECodeGen_Private::FStrPropertyParams NewProp_ClientCredentialsId;
static const UECodeGen_Private::FStrPropertyParams NewProp_ClientCredentialsSecret;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FEosConstantsPlatform constinit property declarations ***************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEosConstantsPlatform>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEosConstantsPlatform;
class UScriptStruct* FEosConstantsPlatform::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FEosConstantsPlatform.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FEosConstantsPlatform.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEosConstantsPlatform, (UObject*)Z_Construct_UPackage__Script_MetaHumanSDKEditor(), TEXT("EosConstantsPlatform"));
}
return Z_Registration_Info_UScriptStruct_FEosConstantsPlatform.OuterSingleton;
}
// ********** Begin ScriptStruct FEosConstantsPlatform Property Definitions ************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_ProductId = { "ProductId", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEosConstantsPlatform, ProductId), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ProductId_MetaData), NewProp_ProductId_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_SandboxId = { "SandboxId", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEosConstantsPlatform, SandboxId), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SandboxId_MetaData), NewProp_SandboxId_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_DeploymentId = { "DeploymentId", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEosConstantsPlatform, DeploymentId), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeploymentId_MetaData), NewProp_DeploymentId_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_ClientCredentialsId = { "ClientCredentialsId", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEosConstantsPlatform, ClientCredentialsId), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClientCredentialsId_MetaData), NewProp_ClientCredentialsId_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_ClientCredentialsSecret = { "ClientCredentialsSecret", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEosConstantsPlatform, ClientCredentialsSecret), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClientCredentialsSecret_MetaData), NewProp_ClientCredentialsSecret_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_ProductId,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_SandboxId,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_DeploymentId,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_ClientCredentialsId,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewProp_ClientCredentialsSecret,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FEosConstantsPlatform Property Definitions **************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
nullptr,
&NewStructOps,
"EosConstantsPlatform",
Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::PropPointers),
sizeof(FEosConstantsPlatform),
alignof(FEosConstantsPlatform),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FEosConstantsPlatform()
{
if (!Z_Registration_Info_UScriptStruct_FEosConstantsPlatform.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEosConstantsPlatform.InnerSingleton, Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEosConstantsPlatform.InnerSingleton);
}
// ********** End ScriptStruct FEosConstantsPlatform ***********************************************
// ********** Begin Class UMetaHumanCloudServicesSettings ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaHumanCloudServicesSettings;
UClass* UMetaHumanCloudServicesSettings::GetPrivateStaticClass()
{
using TClass = UMetaHumanCloudServicesSettings;
if (!Z_Registration_Info_UClass_UMetaHumanCloudServicesSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaHumanCloudServicesSettings"),
Z_Registration_Info_UClass_UMetaHumanCloudServicesSettings.InnerSingleton,
StaticRegisterNativesUMetaHumanCloudServicesSettings,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UMetaHumanCloudServicesSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaHumanCloudServicesSettings_NoRegister()
{
return UMetaHumanCloudServicesSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * NOTE: Settings are in MetaHumanCharacter/Config/BaseMetaHumanCharacter.ini\n */" },
{ "IncludePath", "Cloud/MetaHumanCloudServicesSettings.h" },
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
{ "ToolTip", "NOTE: Settings are in MetaHumanCharacter/Config/BaseMetaHumanCharacter.ini" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextureSynthesisServiceUrl_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutorigServiceUrl_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Timeout_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LongPollTimeout_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AuthTimeout_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AuthPollInterval_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RetryCount_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ServiceEnvironment_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ProdEosConstants_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GameDevEosConstants_MetaData[] = {
{ "ModuleRelativePath", "Public/Cloud/MetaHumanCloudServicesSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaHumanCloudServicesSettings constinit property declarations **********
static const UECodeGen_Private::FStrPropertyParams NewProp_TextureSynthesisServiceUrl;
static const UECodeGen_Private::FStrPropertyParams NewProp_AutorigServiceUrl;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Timeout;
static const UECodeGen_Private::FFloatPropertyParams NewProp_LongPollTimeout;
static const UECodeGen_Private::FFloatPropertyParams NewProp_AuthTimeout;
static const UECodeGen_Private::FFloatPropertyParams NewProp_AuthPollInterval;
static const UECodeGen_Private::FIntPropertyParams NewProp_RetryCount;
static const UECodeGen_Private::FIntPropertyParams NewProp_ServiceEnvironment_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ServiceEnvironment;
static const UECodeGen_Private::FStructPropertyParams NewProp_ProdEosConstants;
static const UECodeGen_Private::FStructPropertyParams NewProp_GameDevEosConstants;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetaHumanCloudServicesSettings constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaHumanCloudServicesSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics
// ********** Begin Class UMetaHumanCloudServicesSettings Property Definitions *********************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_TextureSynthesisServiceUrl = { "TextureSynthesisServiceUrl", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, TextureSynthesisServiceUrl), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextureSynthesisServiceUrl_MetaData), NewProp_TextureSynthesisServiceUrl_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_AutorigServiceUrl = { "AutorigServiceUrl", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, AutorigServiceUrl), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutorigServiceUrl_MetaData), NewProp_AutorigServiceUrl_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_Timeout = { "Timeout", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, Timeout), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Timeout_MetaData), NewProp_Timeout_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_LongPollTimeout = { "LongPollTimeout", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, LongPollTimeout), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LongPollTimeout_MetaData), NewProp_LongPollTimeout_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_AuthTimeout = { "AuthTimeout", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, AuthTimeout), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AuthTimeout_MetaData), NewProp_AuthTimeout_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_AuthPollInterval = { "AuthPollInterval", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, AuthPollInterval), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AuthPollInterval_MetaData), NewProp_AuthPollInterval_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_RetryCount = { "RetryCount", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, RetryCount), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RetryCount_MetaData), NewProp_RetryCount_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_ServiceEnvironment_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_ServiceEnvironment = { "ServiceEnvironment", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, ServiceEnvironment), Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanCloudServiceEnvironment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ServiceEnvironment_MetaData), NewProp_ServiceEnvironment_MetaData) }; // 1319263271
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_ProdEosConstants = { "ProdEosConstants", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, ProdEosConstants), Z_Construct_UScriptStruct_FEosConstantsPlatform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ProdEosConstants_MetaData), NewProp_ProdEosConstants_MetaData) }; // 569318076
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_GameDevEosConstants = { "GameDevEosConstants", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanCloudServicesSettings, GameDevEosConstants), Z_Construct_UScriptStruct_FEosConstantsPlatform, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GameDevEosConstants_MetaData), NewProp_GameDevEosConstants_MetaData) }; // 569318076
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_TextureSynthesisServiceUrl,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_AutorigServiceUrl,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_Timeout,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_LongPollTimeout,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_AuthTimeout,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_AuthPollInterval,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_RetryCount,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_ServiceEnvironment_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_ServiceEnvironment,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_ProdEosConstants,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::NewProp_GameDevEosConstants,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::PropPointers) < 2048);
// ********** End Class UMetaHumanCloudServicesSettings Property Definitions ***********************
UObject* (*const Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::ClassParams = {
&UMetaHumanCloudServicesSettings::StaticClass,
"MetaHumanSDK",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::PropPointers),
0,
0x000000A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::Class_MetaDataParams)
};
void UMetaHumanCloudServicesSettings::StaticRegisterNativesUMetaHumanCloudServicesSettings()
{
}
UClass* Z_Construct_UClass_UMetaHumanCloudServicesSettings()
{
if (!Z_Registration_Info_UClass_UMetaHumanCloudServicesSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaHumanCloudServicesSettings.OuterSingleton, Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaHumanCloudServicesSettings.OuterSingleton;
}
UMetaHumanCloudServicesSettings::UMetaHumanCloudServicesSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaHumanCloudServicesSettings);
UMetaHumanCloudServicesSettings::~UMetaHumanCloudServicesSettings() {}
// ********** End Class UMetaHumanCloudServicesSettings ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EMetaHumanCloudServiceEnvironment_StaticEnum, TEXT("EMetaHumanCloudServiceEnvironment"), &Z_Registration_Info_UEnum_EMetaHumanCloudServiceEnvironment, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1319263271U) },
};
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FEosConstantsPlatform::StaticStruct, Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics::NewStructOps, TEXT("EosConstantsPlatform"),&Z_Registration_Info_UScriptStruct_FEosConstantsPlatform, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEosConstantsPlatform), 569318076U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaHumanCloudServicesSettings, UMetaHumanCloudServicesSettings::StaticClass, TEXT("UMetaHumanCloudServicesSettings"), &Z_Registration_Info_UClass_UMetaHumanCloudServicesSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaHumanCloudServicesSettings), 3868667327U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h__Script_MetaHumanSDKEditor_2796256331{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h__Script_MetaHumanSDKEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h__Script_MetaHumanSDKEditor_Statics::ScriptStructInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h__Script_MetaHumanSDKEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h__Script_MetaHumanSDKEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,85 @@
// 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 "Cloud/MetaHumanCloudServicesSettings.h"
#ifdef METAHUMANSDKEDITOR_MetaHumanCloudServicesSettings_generated_h
#error "MetaHumanCloudServicesSettings.generated.h already included, missing '#pragma once' in MetaHumanCloudServicesSettings.h"
#endif
#define METAHUMANSDKEDITOR_MetaHumanCloudServicesSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FEosConstantsPlatform *********************************************
struct Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics;
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h_16_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FEosConstantsPlatform_Statics; \
METAHUMANSDKEDITOR_API static class UScriptStruct* StaticStruct();
struct FEosConstantsPlatform;
// ********** End ScriptStruct FEosConstantsPlatform ***********************************************
// ********** Begin Class UMetaHumanCloudServicesSettings ******************************************
struct Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanCloudServicesSettings_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h_45_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaHumanCloudServicesSettings(); \
friend struct ::Z_Construct_UClass_UMetaHumanCloudServicesSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UMetaHumanCloudServicesSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaHumanCloudServicesSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UMetaHumanCloudServicesSettings_NoRegister) \
DECLARE_SERIALIZER(UMetaHumanCloudServicesSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("MetaHumanSDK");} \
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h_45_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMetaHumanCloudServicesSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaHumanCloudServicesSettings(UMetaHumanCloudServicesSettings&&) = delete; \
UMetaHumanCloudServicesSettings(const UMetaHumanCloudServicesSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMetaHumanCloudServicesSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaHumanCloudServicesSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaHumanCloudServicesSettings) \
NO_API virtual ~UMetaHumanCloudServicesSettings();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h_42_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h_45_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h_45_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h_45_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaHumanCloudServicesSettings;
// ********** End Class UMetaHumanCloudServicesSettings ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanCloudServicesSettings_h
// ********** Begin Enum EMetaHumanCloudServiceEnvironment *****************************************
#define FOREACH_ENUM_EMETAHUMANCLOUDSERVICEENVIRONMENT(op) \
op(EMetaHumanCloudServiceEnvironment::Production) \
op(EMetaHumanCloudServiceEnvironment::GameDev)
enum class EMetaHumanCloudServiceEnvironment;
template<> struct TIsUEnumClass<EMetaHumanCloudServiceEnvironment> { enum { Value = true }; };
template<> METAHUMANSDKEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetaHumanCloudServiceEnvironment>();
// ********** End Enum EMetaHumanCloudServiceEnvironment *******************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,120 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Import/MetaHumanPackageFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetaHumanPackageFactory() {}
// ********** Begin Cross Module References ********************************************************
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanPackageFactory();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanPackageFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMetaHumanPackageFactory *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaHumanPackageFactory;
UClass* UMetaHumanPackageFactory::GetPrivateStaticClass()
{
using TClass = UMetaHumanPackageFactory;
if (!Z_Registration_Info_UClass_UMetaHumanPackageFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaHumanPackageFactory"),
Z_Registration_Info_UClass_UMetaHumanPackageFactory.InnerSingleton,
StaticRegisterNativesUMetaHumanPackageFactory,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UMetaHumanPackageFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaHumanPackageFactory_NoRegister()
{
return UMetaHumanPackageFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaHumanPackageFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Allow import of MetaHuman asset group packages\n" },
{ "IncludePath", "Import/MetaHumanPackageFactory.h" },
{ "ModuleRelativePath", "Private/Import/MetaHumanPackageFactory.h" },
{ "ToolTip", "Allow import of MetaHuman asset group packages" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaHumanPackageFactory constinit property declarations *****************
// ********** End Class UMetaHumanPackageFactory constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaHumanPackageFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaHumanPackageFactory_Statics
UObject* (*const Z_Construct_UClass_UMetaHumanPackageFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanPackageFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaHumanPackageFactory_Statics::ClassParams = {
&UMetaHumanPackageFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanPackageFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaHumanPackageFactory_Statics::Class_MetaDataParams)
};
void UMetaHumanPackageFactory::StaticRegisterNativesUMetaHumanPackageFactory()
{
}
UClass* Z_Construct_UClass_UMetaHumanPackageFactory()
{
if (!Z_Registration_Info_UClass_UMetaHumanPackageFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaHumanPackageFactory.OuterSingleton, Z_Construct_UClass_UMetaHumanPackageFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaHumanPackageFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaHumanPackageFactory);
UMetaHumanPackageFactory::~UMetaHumanPackageFactory() {}
// ********** End Class UMetaHumanPackageFactory ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaHumanPackageFactory, UMetaHumanPackageFactory::StaticClass, TEXT("UMetaHumanPackageFactory"), &Z_Registration_Info_UClass_UMetaHumanPackageFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaHumanPackageFactory), 3838360548U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h__Script_MetaHumanSDKEditor_1430618051{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// 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 "Import/MetaHumanPackageFactory.h"
#ifdef METAHUMANSDKEDITOR_MetaHumanPackageFactory_generated_h
#error "MetaHumanPackageFactory.generated.h already included, missing '#pragma once' in MetaHumanPackageFactory.h"
#endif
#define METAHUMANSDKEDITOR_MetaHumanPackageFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMetaHumanPackageFactory *************************************************
struct Z_Construct_UClass_UMetaHumanPackageFactory_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanPackageFactory_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h_11_INCLASS \
private: \
static void StaticRegisterNativesUMetaHumanPackageFactory(); \
friend struct ::Z_Construct_UClass_UMetaHumanPackageFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UMetaHumanPackageFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaHumanPackageFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UMetaHumanPackageFactory_NoRegister) \
DECLARE_SERIALIZER(UMetaHumanPackageFactory)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h_11_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMetaHumanPackageFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaHumanPackageFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMetaHumanPackageFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaHumanPackageFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaHumanPackageFactory(UMetaHumanPackageFactory&&) = delete; \
UMetaHumanPackageFactory(const UMetaHumanPackageFactory&) = delete; \
NO_API virtual ~UMetaHumanPackageFactory();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h_8_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h_11_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h_11_INCLASS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h_11_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaHumanPackageFactory;
// ********** End Class UMetaHumanPackageFactory ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Private_Import_MetaHumanPackageFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeMetaHumanSDKEditor_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_MetaHumanSDKEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor()
{
if (!Z_Registration_Info_UPackage__Script_MetaHumanSDKEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/MetaHumanSDKEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x7CB1FAB1,
0x2128E3A2,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_MetaHumanSDKEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_MetaHumanSDKEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_MetaHumanSDKEditor(Z_Construct_UPackage__Script_MetaHumanSDKEditor, TEXT("/Script/MetaHumanSDKEditor"), Z_Registration_Info_UPackage__Script_MetaHumanSDKEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x7CB1FAB1, 0x2128E3A2));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,216 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "MetaHumanSDKSettings.h"
#include "UObject/SoftObjectPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetaHumanSDKSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDirectoryPath();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanSDKSettings();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanSDKSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMetaHumanSDKSettings ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaHumanSDKSettings;
UClass* UMetaHumanSDKSettings::GetPrivateStaticClass()
{
using TClass = UMetaHumanSDKSettings;
if (!Z_Registration_Info_UClass_UMetaHumanSDKSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaHumanSDKSettings"),
Z_Registration_Info_UClass_UMetaHumanSDKSettings.InnerSingleton,
StaticRegisterNativesUMetaHumanSDKSettings,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UMetaHumanSDKSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaHumanSDKSettings_NoRegister()
{
return UMetaHumanSDKSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaHumanSDKSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Project Settings for the MetaHuman SDK\n */" },
{ "DisplayName", "MetaHuman SDK" },
{ "IncludePath", "MetaHumanSDKSettings.h" },
{ "ModuleRelativePath", "Public/MetaHumanSDKSettings.h" },
{ "ToolTip", "Project Settings for the MetaHuman SDK" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VersionServiceBaseUrl_MetaData[] = {
{ "Comment", "// The URL for fetching version information and release notes\n" },
{ "ModuleRelativePath", "Public/MetaHumanSDKSettings.h" },
{ "ToolTip", "The URL for fetching version information and release notes" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CinematicImportPath_MetaData[] = {
{ "Category", "MetaHuman Import Paths" },
{ "Comment", "// The asset path for importing Cinematic MetaHumans.\n" },
{ "ContentDir", "" },
{ "DisplayName", "Cinematic Characters" },
{ "ModuleRelativePath", "Public/MetaHumanSDKSettings.h" },
{ "ToolTip", "The asset path for importing Cinematic MetaHumans." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OptimizedImportPath_MetaData[] = {
{ "Category", "MetaHuman Import Paths" },
{ "Comment", "// The asset path for importing Optimized MetaHumans.\n" },
{ "ContentDir", "" },
{ "DisplayName", "Optimized Characters" },
{ "ModuleRelativePath", "Public/MetaHumanSDKSettings.h" },
{ "ToolTip", "The asset path for importing Optimized MetaHumans." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CharacterAssetPackagingPath_MetaData[] = {
{ "Category", "MetaHuman Packaging Paths" },
{ "Comment", "// The asset path for finding Editable MetaHuman Character Assets for Packaging.\n" },
{ "ContentDir", "" },
{ "DisplayName", "Editable Characters" },
{ "ModuleRelativePath", "Public/MetaHumanSDKSettings.h" },
{ "ToolTip", "The asset path for finding Editable MetaHuman Character Assets for Packaging." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CharacterAssemblyPackagingPath_MetaData[] = {
{ "Category", "MetaHuman Packaging Paths" },
{ "Comment", "// The asset path for finding MetaHuman Character Assemblies for Packaging.\n" },
{ "ContentDir", "" },
{ "DisplayName", "Character Assemblies" },
{ "ModuleRelativePath", "Public/MetaHumanSDKSettings.h" },
{ "ToolTip", "The asset path for finding MetaHuman Character Assemblies for Packaging." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SkeletalClothingPackagingPath_MetaData[] = {
{ "Category", "MetaHuman Packaging Paths" },
{ "Comment", "// The asset path for finding MetaHuman Skeletal Clothing Assets for Packaging.\n" },
{ "ContentDir", "" },
{ "DisplayName", "Skeletal Clothing" },
{ "ModuleRelativePath", "Public/MetaHumanSDKSettings.h" },
{ "ToolTip", "The asset path for finding MetaHuman Skeletal Clothing Assets for Packaging." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OutfitPackagingPath_MetaData[] = {
{ "Category", "MetaHuman Packaging Paths" },
{ "Comment", "// The asset path for finding MetaHuman Outfit-based Clothing Assets for Packaging.\n" },
{ "ContentDir", "" },
{ "DisplayName", "Outfits" },
{ "ModuleRelativePath", "Public/MetaHumanSDKSettings.h" },
{ "ToolTip", "The asset path for finding MetaHuman Outfit-based Clothing Assets for Packaging." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GroomPackagingPath_MetaData[] = {
{ "Category", "MetaHuman Packaging Paths" },
{ "Comment", "// The asset path for finding MetaHuman Groom Assets for Packaging.\n" },
{ "ContentDir", "" },
{ "DisplayName", "Grooms" },
{ "ModuleRelativePath", "Public/MetaHumanSDKSettings.h" },
{ "ToolTip", "The asset path for finding MetaHuman Groom Assets for Packaging." },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaHumanSDKSettings constinit property declarations ********************
static const UECodeGen_Private::FStrPropertyParams NewProp_VersionServiceBaseUrl;
static const UECodeGen_Private::FStructPropertyParams NewProp_CinematicImportPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_OptimizedImportPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_CharacterAssetPackagingPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_CharacterAssemblyPackagingPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_SkeletalClothingPackagingPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_OutfitPackagingPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_GroomPackagingPath;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetaHumanSDKSettings constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaHumanSDKSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaHumanSDKSettings_Statics
// ********** Begin Class UMetaHumanSDKSettings Property Definitions *******************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_VersionServiceBaseUrl = { "VersionServiceBaseUrl", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanSDKSettings, VersionServiceBaseUrl), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VersionServiceBaseUrl_MetaData), NewProp_VersionServiceBaseUrl_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_CinematicImportPath = { "CinematicImportPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanSDKSettings, CinematicImportPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CinematicImportPath_MetaData), NewProp_CinematicImportPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_OptimizedImportPath = { "OptimizedImportPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanSDKSettings, OptimizedImportPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OptimizedImportPath_MetaData), NewProp_OptimizedImportPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_CharacterAssetPackagingPath = { "CharacterAssetPackagingPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanSDKSettings, CharacterAssetPackagingPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CharacterAssetPackagingPath_MetaData), NewProp_CharacterAssetPackagingPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_CharacterAssemblyPackagingPath = { "CharacterAssemblyPackagingPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanSDKSettings, CharacterAssemblyPackagingPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CharacterAssemblyPackagingPath_MetaData), NewProp_CharacterAssemblyPackagingPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_SkeletalClothingPackagingPath = { "SkeletalClothingPackagingPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanSDKSettings, SkeletalClothingPackagingPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SkeletalClothingPackagingPath_MetaData), NewProp_SkeletalClothingPackagingPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_OutfitPackagingPath = { "OutfitPackagingPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanSDKSettings, OutfitPackagingPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OutfitPackagingPath_MetaData), NewProp_OutfitPackagingPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_GroomPackagingPath = { "GroomPackagingPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanSDKSettings, GroomPackagingPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GroomPackagingPath_MetaData), NewProp_GroomPackagingPath_MetaData) }; // 1225349189
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetaHumanSDKSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_VersionServiceBaseUrl,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_CinematicImportPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_OptimizedImportPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_CharacterAssetPackagingPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_CharacterAssemblyPackagingPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_SkeletalClothingPackagingPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_OutfitPackagingPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanSDKSettings_Statics::NewProp_GroomPackagingPath,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanSDKSettings_Statics::PropPointers) < 2048);
// ********** End Class UMetaHumanSDKSettings Property Definitions *********************************
UObject* (*const Z_Construct_UClass_UMetaHumanSDKSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanSDKSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaHumanSDKSettings_Statics::ClassParams = {
&UMetaHumanSDKSettings::StaticClass,
"MetaHumanSDK",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMetaHumanSDKSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanSDKSettings_Statics::PropPointers),
0,
0x000800A6u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanSDKSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaHumanSDKSettings_Statics::Class_MetaDataParams)
};
void UMetaHumanSDKSettings::StaticRegisterNativesUMetaHumanSDKSettings()
{
}
UClass* Z_Construct_UClass_UMetaHumanSDKSettings()
{
if (!Z_Registration_Info_UClass_UMetaHumanSDKSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaHumanSDKSettings.OuterSingleton, Z_Construct_UClass_UMetaHumanSDKSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaHumanSDKSettings.OuterSingleton;
}
UMetaHumanSDKSettings::UMetaHumanSDKSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaHumanSDKSettings);
UMetaHumanSDKSettings::~UMetaHumanSDKSettings() {}
// ********** End Class UMetaHumanSDKSettings ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaHumanSDKSettings, UMetaHumanSDKSettings::StaticClass, TEXT("UMetaHumanSDKSettings"), &Z_Registration_Info_UClass_UMetaHumanSDKSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaHumanSDKSettings), 1288721856U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h__Script_MetaHumanSDKEditor_617890199{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,65 @@
// 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 "MetaHumanSDKSettings.h"
#ifdef METAHUMANSDKEDITOR_MetaHumanSDKSettings_generated_h
#error "MetaHumanSDKSettings.generated.h already included, missing '#pragma once' in MetaHumanSDKSettings.h"
#endif
#define METAHUMANSDKEDITOR_MetaHumanSDKSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMetaHumanSDKSettings ****************************************************
struct Z_Construct_UClass_UMetaHumanSDKSettings_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanSDKSettings_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h_15_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaHumanSDKSettings(); \
friend struct ::Z_Construct_UClass_UMetaHumanSDKSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UMetaHumanSDKSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaHumanSDKSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UMetaHumanSDKSettings_NoRegister) \
DECLARE_SERIALIZER(UMetaHumanSDKSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("MetaHumanSDK");} \
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h_15_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UMetaHumanSDKSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaHumanSDKSettings(UMetaHumanSDKSettings&&) = delete; \
UMetaHumanSDKSettings(const UMetaHumanSDKSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UMetaHumanSDKSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaHumanSDKSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaHumanSDKSettings) \
METAHUMANSDKEDITOR_API virtual ~UMetaHumanSDKSettings();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h_12_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h_15_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h_15_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h_15_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaHumanSDKSettings;
// ********** End Class UMetaHumanSDKSettings ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_MetaHumanSDKSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,101 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Cloud/MetaHumanServiceRequest.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetaHumanServiceRequest() {}
// ********** Begin Cross Module References ********************************************************
METAHUMANSDKEDITOR_API UEnum* Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EMetaHumanServiceRequestResult ********************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EMetaHumanServiceRequestResult;
static UEnum* EMetaHumanServiceRequestResult_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EMetaHumanServiceRequestResult.OuterSingleton)
{
Z_Registration_Info_UEnum_EMetaHumanServiceRequestResult.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult, (UObject*)Z_Construct_UPackage__Script_MetaHumanSDKEditor(), TEXT("EMetaHumanServiceRequestResult"));
}
return Z_Registration_Info_UEnum_EMetaHumanServiceRequestResult.OuterSingleton;
}
template<> METAHUMANSDKEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetaHumanServiceRequestResult>()
{
return EMetaHumanServiceRequestResult_StaticEnum();
}
struct Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Busy.Name", "EMetaHumanServiceRequestResult::Busy" },
{ "Comment", "// service results that can be used by all services\n" },
{ "EulaNotAccepted.Name", "EMetaHumanServiceRequestResult::EulaNotAccepted" },
{ "GatewayError.Name", "EMetaHumanServiceRequestResult::GatewayError" },
{ "InvalidArguments.Name", "EMetaHumanServiceRequestResult::InvalidArguments" },
{ "LoginFailed.Name", "EMetaHumanServiceRequestResult::LoginFailed" },
{ "ModuleRelativePath", "Public/Cloud/MetaHumanServiceRequest.h" },
{ "Ok.Name", "EMetaHumanServiceRequestResult::Ok" },
{ "ServerError.Name", "EMetaHumanServiceRequestResult::ServerError" },
{ "Timeout.Name", "EMetaHumanServiceRequestResult::Timeout" },
{ "ToolTip", "service results that can be used by all services" },
{ "Unauthorized.Name", "EMetaHumanServiceRequestResult::Unauthorized" },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EMetaHumanServiceRequestResult::Ok", (int64)EMetaHumanServiceRequestResult::Ok },
{ "EMetaHumanServiceRequestResult::Busy", (int64)EMetaHumanServiceRequestResult::Busy },
{ "EMetaHumanServiceRequestResult::Unauthorized", (int64)EMetaHumanServiceRequestResult::Unauthorized },
{ "EMetaHumanServiceRequestResult::EulaNotAccepted", (int64)EMetaHumanServiceRequestResult::EulaNotAccepted },
{ "EMetaHumanServiceRequestResult::InvalidArguments", (int64)EMetaHumanServiceRequestResult::InvalidArguments },
{ "EMetaHumanServiceRequestResult::ServerError", (int64)EMetaHumanServiceRequestResult::ServerError },
{ "EMetaHumanServiceRequestResult::LoginFailed", (int64)EMetaHumanServiceRequestResult::LoginFailed },
{ "EMetaHumanServiceRequestResult::Timeout", (int64)EMetaHumanServiceRequestResult::Timeout },
{ "EMetaHumanServiceRequestResult::GatewayError", (int64)EMetaHumanServiceRequestResult::GatewayError },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
nullptr,
"EMetaHumanServiceRequestResult",
"EMetaHumanServiceRequestResult",
Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult_Statics::Enum_MetaDataParams), Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult()
{
if (!Z_Registration_Info_UEnum_EMetaHumanServiceRequestResult.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EMetaHumanServiceRequestResult.InnerSingleton, Z_Construct_UEnum_MetaHumanSDKEditor_EMetaHumanServiceRequestResult_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EMetaHumanServiceRequestResult.InnerSingleton;
}
// ********** End Enum EMetaHumanServiceRequestResult **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanServiceRequest_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EMetaHumanServiceRequestResult_StaticEnum, TEXT("EMetaHumanServiceRequestResult"), &Z_Registration_Info_UEnum_EMetaHumanServiceRequestResult, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 375992966U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanServiceRequest_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanServiceRequest_h__Script_MetaHumanSDKEditor_3044388896{
TEXT("/Script/MetaHumanSDKEditor"),
nullptr, 0,
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanServiceRequest_h__Script_MetaHumanSDKEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanServiceRequest_h__Script_MetaHumanSDKEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,41 @@
// 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 "Cloud/MetaHumanServiceRequest.h"
#ifdef METAHUMANSDKEDITOR_MetaHumanServiceRequest_generated_h
#error "MetaHumanServiceRequest.generated.h already included, missing '#pragma once' in MetaHumanServiceRequest.h"
#endif
#define METAHUMANSDKEDITOR_MetaHumanServiceRequest_generated_h
#include "Templates/IsUEnumClass.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ReflectedTypeAccessors.h"
#include "Templates/NoDestroy.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Cloud_MetaHumanServiceRequest_h
// ********** Begin Enum EMetaHumanServiceRequestResult ********************************************
#define FOREACH_ENUM_EMETAHUMANSERVICEREQUESTRESULT(op) \
op(EMetaHumanServiceRequestResult::Ok) \
op(EMetaHumanServiceRequestResult::Busy) \
op(EMetaHumanServiceRequestResult::Unauthorized) \
op(EMetaHumanServiceRequestResult::EulaNotAccepted) \
op(EMetaHumanServiceRequestResult::InvalidArguments) \
op(EMetaHumanServiceRequestResult::ServerError) \
op(EMetaHumanServiceRequestResult::LoginFailed) \
op(EMetaHumanServiceRequestResult::Timeout) \
op(EMetaHumanServiceRequestResult::GatewayError)
enum class EMetaHumanServiceRequestResult;
template<> struct TIsUEnumClass<EMetaHumanServiceRequestResult> { enum { Value = true }; };
template<> METAHUMANSDKEDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMetaHumanServiceRequestResult>();
// ********** End Enum EMetaHumanServiceRequestResult **********************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,566 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Verification/MetaHumanVerificationRuleCollection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMetaHumanVerificationRuleCollection() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanAssetReport_NoRegister();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase_NoRegister();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleCollection();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleCollection_NoRegister();
METAHUMANSDKEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FMetaHumanVerificationOptions();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMetaHumanVerificationOptions *************************************
struct Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMetaHumanVerificationOptions); }
static inline consteval int16 GetStructAlignment() { return alignof(FMetaHumanVerificationOptions); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Options for the Verification process\n */" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
{ "ToolTip", "Options for the Verification process" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bVerbose_MetaData[] = {
{ "Category", "MetaHuman SDK | Verification" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bTreatWarningsAsErrors_MetaData[] = {
{ "Category", "MetaHuman SDK | Verification" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bVerifyPackagingRules_MetaData[] = {
{ "Category", "MetaHuman SDK | Verification" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMetaHumanVerificationOptions constinit property declarations *****
static void NewProp_bVerbose_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bVerbose;
static void NewProp_bTreatWarningsAsErrors_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bTreatWarningsAsErrors;
static void NewProp_bVerifyPackagingRules_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bVerifyPackagingRules;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMetaHumanVerificationOptions constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMetaHumanVerificationOptions>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMetaHumanVerificationOptions;
class UScriptStruct* FMetaHumanVerificationOptions::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMetaHumanVerificationOptions.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMetaHumanVerificationOptions.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMetaHumanVerificationOptions, (UObject*)Z_Construct_UPackage__Script_MetaHumanSDKEditor(), TEXT("MetaHumanVerificationOptions"));
}
return Z_Registration_Info_UScriptStruct_FMetaHumanVerificationOptions.OuterSingleton;
}
// ********** Begin ScriptStruct FMetaHumanVerificationOptions Property Definitions ****************
void Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bVerbose_SetBit(void* Obj)
{
((FMetaHumanVerificationOptions*)Obj)->bVerbose = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bVerbose = { "bVerbose", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMetaHumanVerificationOptions), &Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bVerbose_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bVerbose_MetaData), NewProp_bVerbose_MetaData) };
void Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bTreatWarningsAsErrors_SetBit(void* Obj)
{
((FMetaHumanVerificationOptions*)Obj)->bTreatWarningsAsErrors = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bTreatWarningsAsErrors = { "bTreatWarningsAsErrors", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMetaHumanVerificationOptions), &Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bTreatWarningsAsErrors_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bTreatWarningsAsErrors_MetaData), NewProp_bTreatWarningsAsErrors_MetaData) };
void Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bVerifyPackagingRules_SetBit(void* Obj)
{
((FMetaHumanVerificationOptions*)Obj)->bVerifyPackagingRules = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bVerifyPackagingRules = { "bVerifyPackagingRules", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMetaHumanVerificationOptions), &Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bVerifyPackagingRules_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bVerifyPackagingRules_MetaData), NewProp_bVerifyPackagingRules_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bVerbose,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bTreatWarningsAsErrors,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewProp_bVerifyPackagingRules,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMetaHumanVerificationOptions Property Definitions ******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
nullptr,
&NewStructOps,
"MetaHumanVerificationOptions",
Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::PropPointers),
sizeof(FMetaHumanVerificationOptions),
alignof(FMetaHumanVerificationOptions),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMetaHumanVerificationOptions()
{
if (!Z_Registration_Info_UScriptStruct_FMetaHumanVerificationOptions.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMetaHumanVerificationOptions.InnerSingleton, Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMetaHumanVerificationOptions.InnerSingleton);
}
// ********** End ScriptStruct FMetaHumanVerificationOptions ***************************************
// ********** Begin Class UMetaHumanVerificationRuleBase Function Verify ***************************
struct MetaHumanVerificationRuleBase_eventVerify_Parms
{
const UObject* ToVerify;
UMetaHumanAssetReport* Report;
FMetaHumanVerificationOptions Options;
};
static FName NAME_UMetaHumanVerificationRuleBase_Verify = FName(TEXT("Verify"));
void UMetaHumanVerificationRuleBase::Verify(const UObject* ToVerify, UMetaHumanAssetReport* Report, FMetaHumanVerificationOptions const& Options)
{
UFunction* Func = FindFunctionChecked(NAME_UMetaHumanVerificationRuleBase_Verify);
if (!Func->GetOwnerClass()->HasAnyClassFlags(CLASS_Native))
{
MetaHumanVerificationRuleBase_eventVerify_Parms Parms;
Parms.ToVerify=ToVerify;
Parms.Report=Report;
Parms.Options=Options;
ProcessEvent(Func,&Parms);
}
else
{
Verify_Implementation(ToVerify, Report, Options);
}
}
struct Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaHuman SDK | Verification" },
{ "Comment", "/**\n\x09 * Applies the rule to the asset and updates the verification report\n\x09 *\n\x09 * @param ToVerify The root UObject of the asset that is being verified\n\x09 * @param Report The report which should be updated with the results of the test\n\x09 * @param Options Verification option flags to use when generating the report\n\x09 */" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
{ "ToolTip", "Applies the rule to the asset and updates the verification report\n\n@param ToVerify The root UObject of the asset that is being verified\n@param Report The report which should be updated with the results of the test\n@param Options Verification option flags to use when generating the report" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ToVerify_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Options_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function Verify constinit property declarations ********************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ToVerify;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Report;
static const UECodeGen_Private::FStructPropertyParams NewProp_Options;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function Verify constinit property declarations **********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function Verify Property Definitions *******************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::NewProp_ToVerify = { "ToVerify", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaHumanVerificationRuleBase_eventVerify_Parms, ToVerify), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ToVerify_MetaData), NewProp_ToVerify_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::NewProp_Report = { "Report", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaHumanVerificationRuleBase_eventVerify_Parms, Report), Z_Construct_UClass_UMetaHumanAssetReport_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::NewProp_Options = { "Options", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaHumanVerificationRuleBase_eventVerify_Parms, Options), Z_Construct_UScriptStruct_FMetaHumanVerificationOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Options_MetaData), NewProp_Options_MetaData) }; // 2857807893
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::NewProp_ToVerify,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::NewProp_Report,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::NewProp_Options,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::PropPointers) < 2048);
// ********** End Function Verify Property Definitions *********************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaHumanVerificationRuleBase, nullptr, "Verify", Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::PropPointers),
sizeof(MetaHumanVerificationRuleBase_eventVerify_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08420C02, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(MetaHumanVerificationRuleBase_eventVerify_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaHumanVerificationRuleBase::execVerify)
{
P_GET_OBJECT(UObject,Z_Param_ToVerify);
P_GET_OBJECT(UMetaHumanAssetReport,Z_Param_Report);
P_GET_STRUCT_REF(FMetaHumanVerificationOptions,Z_Param_Out_Options);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->Verify_Implementation(Z_Param_ToVerify,Z_Param_Report,Z_Param_Out_Options);
P_NATIVE_END;
}
// ********** End Class UMetaHumanVerificationRuleBase Function Verify *****************************
// ********** Begin Class UMetaHumanVerificationRuleBase *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaHumanVerificationRuleBase;
UClass* UMetaHumanVerificationRuleBase::GetPrivateStaticClass()
{
using TClass = UMetaHumanVerificationRuleBase;
if (!Z_Registration_Info_UClass_UMetaHumanVerificationRuleBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaHumanVerificationRuleBase"),
Z_Registration_Info_UClass_UMetaHumanVerificationRuleBase.InnerSingleton,
StaticRegisterNativesUMetaHumanVerificationRuleBase,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UMetaHumanVerificationRuleBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase_NoRegister()
{
return UMetaHumanVerificationRuleBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * A Rule which can be part of a MetaHuman verification test suite\n */" },
{ "IncludePath", "Verification/MetaHumanVerificationRuleCollection.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
{ "ToolTip", "A Rule which can be part of a MetaHuman verification test suite" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaHumanVerificationRuleBase constinit property declarations ***********
// ********** End Class UMetaHumanVerificationRuleBase constinit property declarations *************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("Verify"), .Pointer = &UMetaHumanVerificationRuleBase::execVerify },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMetaHumanVerificationRuleBase_Verify, "Verify" }, // 400600073
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaHumanVerificationRuleBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics
UObject* (*const Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics::ClassParams = {
&UMetaHumanVerificationRuleBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics::Class_MetaDataParams)
};
void UMetaHumanVerificationRuleBase::StaticRegisterNativesUMetaHumanVerificationRuleBase()
{
UClass* Class = UMetaHumanVerificationRuleBase::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase()
{
if (!Z_Registration_Info_UClass_UMetaHumanVerificationRuleBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaHumanVerificationRuleBase.OuterSingleton, Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaHumanVerificationRuleBase.OuterSingleton;
}
UMetaHumanVerificationRuleBase::UMetaHumanVerificationRuleBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaHumanVerificationRuleBase);
UMetaHumanVerificationRuleBase::~UMetaHumanVerificationRuleBase() {}
// ********** End Class UMetaHumanVerificationRuleBase *********************************************
// ********** Begin Class UMetaHumanVerificationRuleCollection Function AddVerificationRule ********
struct Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics
{
struct MetaHumanVerificationRuleCollection_eventAddVerificationRule_Parms
{
UMetaHumanVerificationRuleBase* Rule;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaHuman SDK | Verification" },
{ "Comment", "/** Adds a rule to this collection */" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
{ "ToolTip", "Adds a rule to this collection" },
};
#endif // WITH_METADATA
// ********** Begin Function AddVerificationRule constinit property declarations *******************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Rule;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function AddVerificationRule constinit property declarations *********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function AddVerificationRule Property Definitions ******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::NewProp_Rule = { "Rule", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaHumanVerificationRuleCollection_eventAddVerificationRule_Parms, Rule), Z_Construct_UClass_UMetaHumanVerificationRuleBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::NewProp_Rule,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::PropPointers) < 2048);
// ********** End Function AddVerificationRule Property Definitions ********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaHumanVerificationRuleCollection, nullptr, "AddVerificationRule", Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::MetaHumanVerificationRuleCollection_eventAddVerificationRule_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::MetaHumanVerificationRuleCollection_eventAddVerificationRule_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaHumanVerificationRuleCollection::execAddVerificationRule)
{
P_GET_OBJECT(UMetaHumanVerificationRuleBase,Z_Param_Rule);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->AddVerificationRule(Z_Param_Rule);
P_NATIVE_END;
}
// ********** End Class UMetaHumanVerificationRuleCollection Function AddVerificationRule **********
// ********** Begin Class UMetaHumanVerificationRuleCollection Function ApplyAllRules **************
struct Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics
{
struct MetaHumanVerificationRuleCollection_eventApplyAllRules_Parms
{
const UObject* Target;
UMetaHumanAssetReport* Report;
FMetaHumanVerificationOptions Options;
UMetaHumanAssetReport* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "MetaHuman SDK | Verification" },
{ "Comment", "/**\n\x09 * Runs all registered rules against the Target. Compiles the results in OutReport.\n\x09 *\n\x09 * @param Target The root UObject of the asset that is being verified\n\x09 * @param Report The report which should be updated with the results of the tests\n\x09 * @param Options The options struct which may contain relevant options for the verification rule\n\x09 */" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
{ "ToolTip", "Runs all registered rules against the Target. Compiles the results in OutReport.\n\n@param Target The root UObject of the asset that is being verified\n@param Report The report which should be updated with the results of the tests\n@param Options The options struct which may contain relevant options for the verification rule" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Target_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Options_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function ApplyAllRules constinit property declarations *************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Target;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Report;
static const UECodeGen_Private::FStructPropertyParams NewProp_Options;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function ApplyAllRules constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function ApplyAllRules Property Definitions ************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::NewProp_Target = { "Target", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaHumanVerificationRuleCollection_eventApplyAllRules_Parms, Target), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Target_MetaData), NewProp_Target_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::NewProp_Report = { "Report", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaHumanVerificationRuleCollection_eventApplyAllRules_Parms, Report), Z_Construct_UClass_UMetaHumanAssetReport_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::NewProp_Options = { "Options", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaHumanVerificationRuleCollection_eventApplyAllRules_Parms, Options), Z_Construct_UScriptStruct_FMetaHumanVerificationOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Options_MetaData), NewProp_Options_MetaData) }; // 2857807893
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MetaHumanVerificationRuleCollection_eventApplyAllRules_Parms, ReturnValue), Z_Construct_UClass_UMetaHumanAssetReport_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::NewProp_Target,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::NewProp_Report,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::NewProp_Options,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::PropPointers) < 2048);
// ********** End Function ApplyAllRules Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMetaHumanVerificationRuleCollection, nullptr, "ApplyAllRules", Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::MetaHumanVerificationRuleCollection_eventApplyAllRules_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::MetaHumanVerificationRuleCollection_eventApplyAllRules_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMetaHumanVerificationRuleCollection::execApplyAllRules)
{
P_GET_OBJECT(UObject,Z_Param_Target);
P_GET_OBJECT(UMetaHumanAssetReport,Z_Param_Report);
P_GET_STRUCT_REF(FMetaHumanVerificationOptions,Z_Param_Out_Options);
P_FINISH;
P_NATIVE_BEGIN;
*(UMetaHumanAssetReport**)Z_Param__Result=P_THIS->ApplyAllRules(Z_Param_Target,Z_Param_Report,Z_Param_Out_Options);
P_NATIVE_END;
}
// ********** End Class UMetaHumanVerificationRuleCollection Function ApplyAllRules ****************
// ********** Begin Class UMetaHumanVerificationRuleCollection *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMetaHumanVerificationRuleCollection;
UClass* UMetaHumanVerificationRuleCollection::GetPrivateStaticClass()
{
using TClass = UMetaHumanVerificationRuleCollection;
if (!Z_Registration_Info_UClass_UMetaHumanVerificationRuleCollection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MetaHumanVerificationRuleCollection"),
Z_Registration_Info_UClass_UMetaHumanVerificationRuleCollection.InnerSingleton,
StaticRegisterNativesUMetaHumanVerificationRuleCollection,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UMetaHumanVerificationRuleCollection.InnerSingleton;
}
UClass* Z_Construct_UClass_UMetaHumanVerificationRuleCollection_NoRegister()
{
return UMetaHumanVerificationRuleCollection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * A collection of Rules which make up a verification test for a class of MetaHuman asset compatibility, for example\n * groom compatibility, clothing compatibility, animation compatibility etc.\n */" },
{ "IncludePath", "Verification/MetaHumanVerificationRuleCollection.h" },
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
{ "ToolTip", "A collection of Rules which make up a verification test for a class of MetaHuman asset compatibility, for example\ngroom compatibility, clothing compatibility, animation compatibility etc." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Rules_MetaData[] = {
{ "ModuleRelativePath", "Public/Verification/MetaHumanVerificationRuleCollection.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMetaHumanVerificationRuleCollection constinit property declarations *****
static const UECodeGen_Private::FObjectPropertyParams NewProp_Rules_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Rules;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMetaHumanVerificationRuleCollection constinit property declarations *******
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("AddVerificationRule"), .Pointer = &UMetaHumanVerificationRuleCollection::execAddVerificationRule },
{ .NameUTF8 = UTF8TEXT("ApplyAllRules"), .Pointer = &UMetaHumanVerificationRuleCollection::execApplyAllRules },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_AddVerificationRule, "AddVerificationRule" }, // 1884034113
{ &Z_Construct_UFunction_UMetaHumanVerificationRuleCollection_ApplyAllRules, "ApplyAllRules" }, // 2715357248
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMetaHumanVerificationRuleCollection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics
// ********** Begin Class UMetaHumanVerificationRuleCollection Property Definitions ****************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::NewProp_Rules_Inner = { "Rules", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMetaHumanVerificationRuleBase_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::NewProp_Rules = { "Rules", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMetaHumanVerificationRuleCollection, Rules), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Rules_MetaData), NewProp_Rules_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::NewProp_Rules_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::NewProp_Rules,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::PropPointers) < 2048);
// ********** End Class UMetaHumanVerificationRuleCollection Property Definitions ******************
UObject* (*const Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::ClassParams = {
&UMetaHumanVerificationRuleCollection::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::Class_MetaDataParams), Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::Class_MetaDataParams)
};
void UMetaHumanVerificationRuleCollection::StaticRegisterNativesUMetaHumanVerificationRuleCollection()
{
UClass* Class = UMetaHumanVerificationRuleCollection::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMetaHumanVerificationRuleCollection()
{
if (!Z_Registration_Info_UClass_UMetaHumanVerificationRuleCollection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMetaHumanVerificationRuleCollection.OuterSingleton, Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMetaHumanVerificationRuleCollection.OuterSingleton;
}
UMetaHumanVerificationRuleCollection::UMetaHumanVerificationRuleCollection(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMetaHumanVerificationRuleCollection);
UMetaHumanVerificationRuleCollection::~UMetaHumanVerificationRuleCollection() {}
// ********** End Class UMetaHumanVerificationRuleCollection ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMetaHumanVerificationOptions::StaticStruct, Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics::NewStructOps, TEXT("MetaHumanVerificationOptions"),&Z_Registration_Info_UScriptStruct_FMetaHumanVerificationOptions, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMetaHumanVerificationOptions), 2857807893U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMetaHumanVerificationRuleBase, UMetaHumanVerificationRuleBase::StaticClass, TEXT("UMetaHumanVerificationRuleBase"), &Z_Registration_Info_UClass_UMetaHumanVerificationRuleBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaHumanVerificationRuleBase), 474295162U) },
{ Z_Construct_UClass_UMetaHumanVerificationRuleCollection, UMetaHumanVerificationRuleCollection::StaticClass, TEXT("UMetaHumanVerificationRuleCollection"), &Z_Registration_Info_UClass_UMetaHumanVerificationRuleCollection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMetaHumanVerificationRuleCollection), 2817806871U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h__Script_MetaHumanSDKEditor_1553166988{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h__Script_MetaHumanSDKEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h__Script_MetaHumanSDKEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,131 @@
// 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 "Verification/MetaHumanVerificationRuleCollection.h"
#ifdef METAHUMANSDKEDITOR_MetaHumanVerificationRuleCollection_generated_h
#error "MetaHumanVerificationRuleCollection.generated.h already included, missing '#pragma once' in MetaHumanVerificationRuleCollection.h"
#endif
#define METAHUMANSDKEDITOR_MetaHumanVerificationRuleCollection_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class UMetaHumanAssetReport;
class UMetaHumanVerificationRuleBase;
class UObject;
struct FMetaHumanVerificationOptions;
// ********** Begin ScriptStruct FMetaHumanVerificationOptions *************************************
struct Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics;
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_18_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMetaHumanVerificationOptions_Statics; \
METAHUMANSDKEDITOR_API static class UScriptStruct* StaticStruct();
struct FMetaHumanVerificationOptions;
// ********** End ScriptStruct FMetaHumanVerificationOptions ***************************************
// ********** Begin Class UMetaHumanVerificationRuleBase *******************************************
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_38_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execVerify);
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_38_CALLBACK_WRAPPERS
struct Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_38_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaHumanVerificationRuleBase(); \
friend struct ::Z_Construct_UClass_UMetaHumanVerificationRuleBase_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UMetaHumanVerificationRuleBase_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaHumanVerificationRuleBase, UObject, COMPILED_IN_FLAGS(CLASS_Abstract), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UMetaHumanVerificationRuleBase_NoRegister) \
DECLARE_SERIALIZER(UMetaHumanVerificationRuleBase)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_38_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UMetaHumanVerificationRuleBase(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaHumanVerificationRuleBase(UMetaHumanVerificationRuleBase&&) = delete; \
UMetaHumanVerificationRuleBase(const UMetaHumanVerificationRuleBase&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UMetaHumanVerificationRuleBase); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaHumanVerificationRuleBase); \
DEFINE_ABSTRACT_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaHumanVerificationRuleBase) \
METAHUMANSDKEDITOR_API virtual ~UMetaHumanVerificationRuleBase();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_35_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_38_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_38_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_38_CALLBACK_WRAPPERS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_38_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_38_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaHumanVerificationRuleBase;
// ********** End Class UMetaHumanVerificationRuleBase *********************************************
// ********** Begin Class UMetaHumanVerificationRuleCollection *************************************
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_61_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execApplyAllRules); \
DECLARE_FUNCTION(execAddVerificationRule);
struct Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleCollection_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_61_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMetaHumanVerificationRuleCollection(); \
friend struct ::Z_Construct_UClass_UMetaHumanVerificationRuleCollection_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UMetaHumanVerificationRuleCollection_NoRegister(); \
public: \
DECLARE_CLASS2(UMetaHumanVerificationRuleCollection, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UMetaHumanVerificationRuleCollection_NoRegister) \
DECLARE_SERIALIZER(UMetaHumanVerificationRuleCollection)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_61_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UMetaHumanVerificationRuleCollection(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMetaHumanVerificationRuleCollection(UMetaHumanVerificationRuleCollection&&) = delete; \
UMetaHumanVerificationRuleCollection(const UMetaHumanVerificationRuleCollection&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UMetaHumanVerificationRuleCollection); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMetaHumanVerificationRuleCollection); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMetaHumanVerificationRuleCollection) \
METAHUMANSDKEDITOR_API virtual ~UMetaHumanVerificationRuleCollection();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_58_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_61_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_61_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_61_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h_61_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMetaHumanVerificationRuleCollection;
// ********** End Class UMetaHumanVerificationRuleCollection ***************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_MetaHumanVerificationRuleCollection_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,14 @@
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\MetaHumanAssetReport.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\MetaHumanSDKSettings.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Cloud\MetaHumanCloudServicesSettings.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Cloud\MetaHumanServiceRequest.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\ProjectUtilities\MetaHumanAssetManager.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Verification\MetaHumanCharacterTypesVerificationExtensionBase.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Verification\MetaHumanVerificationRuleCollection.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Verification\VerifyMetaHumanCharacter.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Verification\VerifyMetaHumanGroom.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Verification\VerifyMetaHumanOutfitClothing.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Verification\VerifyMetaHumanSkeletalClothing.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Verification\VerifyObjectValid.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Public\Verification\VerifyMetaHumanPackageSource.h
D:\UE_5_7_1\Engine\Plugins\MetaHuman\MetaHumanSDK\Source\MetaHumanSDKEditor\Private\Import\MetaHumanPackageFactory.h

View File

@@ -0,0 +1,121 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Verification/VerifyMetaHumanCharacter.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeVerifyMetaHumanCharacter() {}
// ********** Begin Cross Module References ********************************************************
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanCharacter();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanCharacter_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UVerifyMetaHumanCharacter ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UVerifyMetaHumanCharacter;
UClass* UVerifyMetaHumanCharacter::GetPrivateStaticClass()
{
using TClass = UVerifyMetaHumanCharacter;
if (!Z_Registration_Info_UClass_UVerifyMetaHumanCharacter.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("VerifyMetaHumanCharacter"),
Z_Registration_Info_UClass_UVerifyMetaHumanCharacter.InnerSingleton,
StaticRegisterNativesUVerifyMetaHumanCharacter,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanCharacter.InnerSingleton;
}
UClass* Z_Construct_UClass_UVerifyMetaHumanCharacter_NoRegister()
{
return UVerifyMetaHumanCharacter::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A verification rule that tests that a MetaHuman character is valid. Currently only handles \"Legacy\" MetaHuman Characters.\n */" },
{ "IncludePath", "Verification/VerifyMetaHumanCharacter.h" },
{ "ModuleRelativePath", "Public/Verification/VerifyMetaHumanCharacter.h" },
{ "ToolTip", "A verification rule that tests that a MetaHuman character is valid. Currently only handles \"Legacy\" MetaHuman Characters." },
};
#endif // WITH_METADATA
// ********** Begin Class UVerifyMetaHumanCharacter constinit property declarations ****************
// ********** End Class UVerifyMetaHumanCharacter constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UVerifyMetaHumanCharacter>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics
UObject* (*const Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetaHumanVerificationRuleBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics::ClassParams = {
&UVerifyMetaHumanCharacter::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics::Class_MetaDataParams), Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics::Class_MetaDataParams)
};
void UVerifyMetaHumanCharacter::StaticRegisterNativesUVerifyMetaHumanCharacter()
{
}
UClass* Z_Construct_UClass_UVerifyMetaHumanCharacter()
{
if (!Z_Registration_Info_UClass_UVerifyMetaHumanCharacter.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVerifyMetaHumanCharacter.OuterSingleton, Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanCharacter.OuterSingleton;
}
UVerifyMetaHumanCharacter::UVerifyMetaHumanCharacter(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVerifyMetaHumanCharacter);
UVerifyMetaHumanCharacter::~UVerifyMetaHumanCharacter() {}
// ********** End Class UVerifyMetaHumanCharacter **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UVerifyMetaHumanCharacter, UVerifyMetaHumanCharacter::StaticClass, TEXT("UVerifyMetaHumanCharacter"), &Z_Registration_Info_UClass_UVerifyMetaHumanCharacter, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVerifyMetaHumanCharacter), 4072685919U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h__Script_MetaHumanSDKEditor_1206411366{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// 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 "Verification/VerifyMetaHumanCharacter.h"
#ifdef METAHUMANSDKEDITOR_VerifyMetaHumanCharacter_generated_h
#error "VerifyMetaHumanCharacter.generated.h already included, missing '#pragma once' in VerifyMetaHumanCharacter.h"
#endif
#define METAHUMANSDKEDITOR_VerifyMetaHumanCharacter_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UVerifyMetaHumanCharacter ************************************************
struct Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanCharacter_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUVerifyMetaHumanCharacter(); \
friend struct ::Z_Construct_UClass_UVerifyMetaHumanCharacter_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UVerifyMetaHumanCharacter_NoRegister(); \
public: \
DECLARE_CLASS2(UVerifyMetaHumanCharacter, UMetaHumanVerificationRuleBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UVerifyMetaHumanCharacter_NoRegister) \
DECLARE_SERIALIZER(UVerifyMetaHumanCharacter)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h_16_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UVerifyMetaHumanCharacter(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UVerifyMetaHumanCharacter(UVerifyMetaHumanCharacter&&) = delete; \
UVerifyMetaHumanCharacter(const UVerifyMetaHumanCharacter&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UVerifyMetaHumanCharacter); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UVerifyMetaHumanCharacter); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UVerifyMetaHumanCharacter) \
METAHUMANSDKEDITOR_API virtual ~UVerifyMetaHumanCharacter();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h_13_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UVerifyMetaHumanCharacter;
// ********** End Class UVerifyMetaHumanCharacter **************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanCharacter_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,122 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Verification/VerifyMetaHumanGroom.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeVerifyMetaHumanGroom() {}
// ********** Begin Cross Module References ********************************************************
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanGroom();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanGroom_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UVerifyMetaHumanGroom ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UVerifyMetaHumanGroom;
UClass* UVerifyMetaHumanGroom::GetPrivateStaticClass()
{
using TClass = UVerifyMetaHumanGroom;
if (!Z_Registration_Info_UClass_UVerifyMetaHumanGroom.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("VerifyMetaHumanGroom"),
Z_Registration_Info_UClass_UVerifyMetaHumanGroom.InnerSingleton,
StaticRegisterNativesUVerifyMetaHumanGroom,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanGroom.InnerSingleton;
}
UClass* Z_Construct_UClass_UVerifyMetaHumanGroom_NoRegister()
{
return UVerifyMetaHumanGroom::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UVerifyMetaHumanGroom_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * A rule to test if a UObject complies with the MetaHuman Groom standard\n */" },
{ "IncludePath", "Verification/VerifyMetaHumanGroom.h" },
{ "ModuleRelativePath", "Public/Verification/VerifyMetaHumanGroom.h" },
{ "ToolTip", "A rule to test if a UObject complies with the MetaHuman Groom standard" },
};
#endif // WITH_METADATA
// ********** Begin Class UVerifyMetaHumanGroom constinit property declarations ********************
// ********** End Class UVerifyMetaHumanGroom constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UVerifyMetaHumanGroom>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UVerifyMetaHumanGroom_Statics
UObject* (*const Z_Construct_UClass_UVerifyMetaHumanGroom_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetaHumanVerificationRuleBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanGroom_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVerifyMetaHumanGroom_Statics::ClassParams = {
&UVerifyMetaHumanGroom::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanGroom_Statics::Class_MetaDataParams), Z_Construct_UClass_UVerifyMetaHumanGroom_Statics::Class_MetaDataParams)
};
void UVerifyMetaHumanGroom::StaticRegisterNativesUVerifyMetaHumanGroom()
{
}
UClass* Z_Construct_UClass_UVerifyMetaHumanGroom()
{
if (!Z_Registration_Info_UClass_UVerifyMetaHumanGroom.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVerifyMetaHumanGroom.OuterSingleton, Z_Construct_UClass_UVerifyMetaHumanGroom_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanGroom.OuterSingleton;
}
UVerifyMetaHumanGroom::UVerifyMetaHumanGroom(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVerifyMetaHumanGroom);
UVerifyMetaHumanGroom::~UVerifyMetaHumanGroom() {}
// ********** End Class UVerifyMetaHumanGroom ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UVerifyMetaHumanGroom, UVerifyMetaHumanGroom::StaticClass, TEXT("UVerifyMetaHumanGroom"), &Z_Registration_Info_UClass_UVerifyMetaHumanGroom, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVerifyMetaHumanGroom), 716402640U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h__Script_MetaHumanSDKEditor_1288137186{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// 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 "Verification/VerifyMetaHumanGroom.h"
#ifdef METAHUMANSDKEDITOR_VerifyMetaHumanGroom_generated_h
#error "VerifyMetaHumanGroom.generated.h already included, missing '#pragma once' in VerifyMetaHumanGroom.h"
#endif
#define METAHUMANSDKEDITOR_VerifyMetaHumanGroom_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UVerifyMetaHumanGroom ****************************************************
struct Z_Construct_UClass_UVerifyMetaHumanGroom_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanGroom_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUVerifyMetaHumanGroom(); \
friend struct ::Z_Construct_UClass_UVerifyMetaHumanGroom_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UVerifyMetaHumanGroom_NoRegister(); \
public: \
DECLARE_CLASS2(UVerifyMetaHumanGroom, UMetaHumanVerificationRuleBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UVerifyMetaHumanGroom_NoRegister) \
DECLARE_SERIALIZER(UVerifyMetaHumanGroom)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h_16_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UVerifyMetaHumanGroom(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UVerifyMetaHumanGroom(UVerifyMetaHumanGroom&&) = delete; \
UVerifyMetaHumanGroom(const UVerifyMetaHumanGroom&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UVerifyMetaHumanGroom); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UVerifyMetaHumanGroom); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UVerifyMetaHumanGroom) \
METAHUMANSDKEDITOR_API virtual ~UVerifyMetaHumanGroom();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h_13_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UVerifyMetaHumanGroom;
// ********** End Class UVerifyMetaHumanGroom ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanGroom_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,121 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Verification/VerifyMetaHumanOutfitClothing.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeVerifyMetaHumanOutfitClothing() {}
// ********** Begin Cross Module References ********************************************************
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanOutfitClothing();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UVerifyMetaHumanOutfitClothing *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UVerifyMetaHumanOutfitClothing;
UClass* UVerifyMetaHumanOutfitClothing::GetPrivateStaticClass()
{
using TClass = UVerifyMetaHumanOutfitClothing;
if (!Z_Registration_Info_UClass_UVerifyMetaHumanOutfitClothing.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("VerifyMetaHumanOutfitClothing"),
Z_Registration_Info_UClass_UVerifyMetaHumanOutfitClothing.InnerSingleton,
StaticRegisterNativesUVerifyMetaHumanOutfitClothing,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanOutfitClothing.InnerSingleton;
}
UClass* Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_NoRegister()
{
return UVerifyMetaHumanOutfitClothing::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Verifies that a piece of clothing conforms to the standard for outfit-based clothing packages\n */" },
{ "IncludePath", "Verification/VerifyMetaHumanOutfitClothing.h" },
{ "ModuleRelativePath", "Public/Verification/VerifyMetaHumanOutfitClothing.h" },
{ "ToolTip", "Verifies that a piece of clothing conforms to the standard for outfit-based clothing packages" },
};
#endif // WITH_METADATA
// ********** Begin Class UVerifyMetaHumanOutfitClothing constinit property declarations ***********
// ********** End Class UVerifyMetaHumanOutfitClothing constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UVerifyMetaHumanOutfitClothing>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics
UObject* (*const Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetaHumanVerificationRuleBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics::ClassParams = {
&UVerifyMetaHumanOutfitClothing::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics::Class_MetaDataParams), Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics::Class_MetaDataParams)
};
void UVerifyMetaHumanOutfitClothing::StaticRegisterNativesUVerifyMetaHumanOutfitClothing()
{
}
UClass* Z_Construct_UClass_UVerifyMetaHumanOutfitClothing()
{
if (!Z_Registration_Info_UClass_UVerifyMetaHumanOutfitClothing.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVerifyMetaHumanOutfitClothing.OuterSingleton, Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanOutfitClothing.OuterSingleton;
}
UVerifyMetaHumanOutfitClothing::UVerifyMetaHumanOutfitClothing(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVerifyMetaHumanOutfitClothing);
UVerifyMetaHumanOutfitClothing::~UVerifyMetaHumanOutfitClothing() {}
// ********** End Class UVerifyMetaHumanOutfitClothing *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UVerifyMetaHumanOutfitClothing, UVerifyMetaHumanOutfitClothing::StaticClass, TEXT("UVerifyMetaHumanOutfitClothing"), &Z_Registration_Info_UClass_UVerifyMetaHumanOutfitClothing, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVerifyMetaHumanOutfitClothing), 2596465968U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h__Script_MetaHumanSDKEditor_3100517934{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// 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 "Verification/VerifyMetaHumanOutfitClothing.h"
#ifdef METAHUMANSDKEDITOR_VerifyMetaHumanOutfitClothing_generated_h
#error "VerifyMetaHumanOutfitClothing.generated.h already included, missing '#pragma once' in VerifyMetaHumanOutfitClothing.h"
#endif
#define METAHUMANSDKEDITOR_VerifyMetaHumanOutfitClothing_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UVerifyMetaHumanOutfitClothing *******************************************
struct Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUVerifyMetaHumanOutfitClothing(); \
friend struct ::Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_NoRegister(); \
public: \
DECLARE_CLASS2(UVerifyMetaHumanOutfitClothing, UMetaHumanVerificationRuleBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UVerifyMetaHumanOutfitClothing_NoRegister) \
DECLARE_SERIALIZER(UVerifyMetaHumanOutfitClothing)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h_16_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UVerifyMetaHumanOutfitClothing(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UVerifyMetaHumanOutfitClothing(UVerifyMetaHumanOutfitClothing&&) = delete; \
UVerifyMetaHumanOutfitClothing(const UVerifyMetaHumanOutfitClothing&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UVerifyMetaHumanOutfitClothing); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UVerifyMetaHumanOutfitClothing); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UVerifyMetaHumanOutfitClothing) \
METAHUMANSDKEDITOR_API virtual ~UVerifyMetaHumanOutfitClothing();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h_13_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UVerifyMetaHumanOutfitClothing;
// ********** End Class UVerifyMetaHumanOutfitClothing *********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanOutfitClothing_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,121 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Verification/VerifyMetaHumanPackageSource.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeVerifyMetaHumanPackageSource() {}
// ********** Begin Cross Module References ********************************************************
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanPackageSource();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanPackageSource_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UVerifyMetaHumanPackageSource ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UVerifyMetaHumanPackageSource;
UClass* UVerifyMetaHumanPackageSource::GetPrivateStaticClass()
{
using TClass = UVerifyMetaHumanPackageSource;
if (!Z_Registration_Info_UClass_UVerifyMetaHumanPackageSource.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("VerifyMetaHumanPackageSource"),
Z_Registration_Info_UClass_UVerifyMetaHumanPackageSource.InnerSingleton,
StaticRegisterNativesUVerifyMetaHumanPackageSource,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanPackageSource.InnerSingleton;
}
UClass* Z_Construct_UClass_UVerifyMetaHumanPackageSource_NoRegister()
{
return UVerifyMetaHumanPackageSource::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A generic rule for MetaHuman Asset Groups that tests that they are valid for the generation of a MetaHuman Package.\n * Only works for \"normal\" Asset Groups like grooms and clothing, not legacy characters.\n */" },
{ "IncludePath", "Verification/VerifyMetaHumanPackageSource.h" },
{ "ModuleRelativePath", "Public/Verification/VerifyMetaHumanPackageSource.h" },
{ "ToolTip", "A generic rule for MetaHuman Asset Groups that tests that they are valid for the generation of a MetaHuman Package.\nOnly works for \"normal\" Asset Groups like grooms and clothing, not legacy characters." },
};
#endif // WITH_METADATA
// ********** Begin Class UVerifyMetaHumanPackageSource constinit property declarations ************
// ********** End Class UVerifyMetaHumanPackageSource constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UVerifyMetaHumanPackageSource>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics
UObject* (*const Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetaHumanVerificationRuleBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics::ClassParams = {
&UVerifyMetaHumanPackageSource::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics::Class_MetaDataParams), Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics::Class_MetaDataParams)
};
void UVerifyMetaHumanPackageSource::StaticRegisterNativesUVerifyMetaHumanPackageSource()
{
}
UClass* Z_Construct_UClass_UVerifyMetaHumanPackageSource()
{
if (!Z_Registration_Info_UClass_UVerifyMetaHumanPackageSource.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVerifyMetaHumanPackageSource.OuterSingleton, Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanPackageSource.OuterSingleton;
}
UVerifyMetaHumanPackageSource::UVerifyMetaHumanPackageSource(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVerifyMetaHumanPackageSource);
UVerifyMetaHumanPackageSource::~UVerifyMetaHumanPackageSource() {}
// ********** End Class UVerifyMetaHumanPackageSource **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UVerifyMetaHumanPackageSource, UVerifyMetaHumanPackageSource::StaticClass, TEXT("UVerifyMetaHumanPackageSource"), &Z_Registration_Info_UClass_UVerifyMetaHumanPackageSource, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVerifyMetaHumanPackageSource), 354784265U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h__Script_MetaHumanSDKEditor_3705952922{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// 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 "Verification/VerifyMetaHumanPackageSource.h"
#ifdef METAHUMANSDKEDITOR_VerifyMetaHumanPackageSource_generated_h
#error "VerifyMetaHumanPackageSource.generated.h already included, missing '#pragma once' in VerifyMetaHumanPackageSource.h"
#endif
#define METAHUMANSDKEDITOR_VerifyMetaHumanPackageSource_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UVerifyMetaHumanPackageSource ********************************************
struct Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanPackageSource_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h_17_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUVerifyMetaHumanPackageSource(); \
friend struct ::Z_Construct_UClass_UVerifyMetaHumanPackageSource_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UVerifyMetaHumanPackageSource_NoRegister(); \
public: \
DECLARE_CLASS2(UVerifyMetaHumanPackageSource, UMetaHumanVerificationRuleBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UVerifyMetaHumanPackageSource_NoRegister) \
DECLARE_SERIALIZER(UVerifyMetaHumanPackageSource)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h_17_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UVerifyMetaHumanPackageSource(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UVerifyMetaHumanPackageSource(UVerifyMetaHumanPackageSource&&) = delete; \
UVerifyMetaHumanPackageSource(const UVerifyMetaHumanPackageSource&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UVerifyMetaHumanPackageSource); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UVerifyMetaHumanPackageSource); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UVerifyMetaHumanPackageSource) \
METAHUMANSDKEDITOR_API virtual ~UVerifyMetaHumanPackageSource();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h_14_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h_17_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h_17_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h_17_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UVerifyMetaHumanPackageSource;
// ********** End Class UVerifyMetaHumanPackageSource **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanPackageSource_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,121 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Verification/VerifyMetaHumanSkeletalClothing.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeVerifyMetaHumanSkeletalClothing() {}
// ********** Begin Cross Module References ********************************************************
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UVerifyMetaHumanSkeletalClothing *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UVerifyMetaHumanSkeletalClothing;
UClass* UVerifyMetaHumanSkeletalClothing::GetPrivateStaticClass()
{
using TClass = UVerifyMetaHumanSkeletalClothing;
if (!Z_Registration_Info_UClass_UVerifyMetaHumanSkeletalClothing.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("VerifyMetaHumanSkeletalClothing"),
Z_Registration_Info_UClass_UVerifyMetaHumanSkeletalClothing.InnerSingleton,
StaticRegisterNativesUVerifyMetaHumanSkeletalClothing,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanSkeletalClothing.InnerSingleton;
}
UClass* Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_NoRegister()
{
return UVerifyMetaHumanSkeletalClothing::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Verifies that a piece of clothing conforms to the standard for skeletal mesh-based clothing packages\n */" },
{ "IncludePath", "Verification/VerifyMetaHumanSkeletalClothing.h" },
{ "ModuleRelativePath", "Public/Verification/VerifyMetaHumanSkeletalClothing.h" },
{ "ToolTip", "Verifies that a piece of clothing conforms to the standard for skeletal mesh-based clothing packages" },
};
#endif // WITH_METADATA
// ********** Begin Class UVerifyMetaHumanSkeletalClothing constinit property declarations *********
// ********** End Class UVerifyMetaHumanSkeletalClothing constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UVerifyMetaHumanSkeletalClothing>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics
UObject* (*const Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetaHumanVerificationRuleBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics::ClassParams = {
&UVerifyMetaHumanSkeletalClothing::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics::Class_MetaDataParams), Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics::Class_MetaDataParams)
};
void UVerifyMetaHumanSkeletalClothing::StaticRegisterNativesUVerifyMetaHumanSkeletalClothing()
{
}
UClass* Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing()
{
if (!Z_Registration_Info_UClass_UVerifyMetaHumanSkeletalClothing.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVerifyMetaHumanSkeletalClothing.OuterSingleton, Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UVerifyMetaHumanSkeletalClothing.OuterSingleton;
}
UVerifyMetaHumanSkeletalClothing::UVerifyMetaHumanSkeletalClothing(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVerifyMetaHumanSkeletalClothing);
UVerifyMetaHumanSkeletalClothing::~UVerifyMetaHumanSkeletalClothing() {}
// ********** End Class UVerifyMetaHumanSkeletalClothing *******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing, UVerifyMetaHumanSkeletalClothing::StaticClass, TEXT("UVerifyMetaHumanSkeletalClothing"), &Z_Registration_Info_UClass_UVerifyMetaHumanSkeletalClothing, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVerifyMetaHumanSkeletalClothing), 2809321947U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h__Script_MetaHumanSDKEditor_2345700931{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// 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 "Verification/VerifyMetaHumanSkeletalClothing.h"
#ifdef METAHUMANSDKEDITOR_VerifyMetaHumanSkeletalClothing_generated_h
#error "VerifyMetaHumanSkeletalClothing.generated.h already included, missing '#pragma once' in VerifyMetaHumanSkeletalClothing.h"
#endif
#define METAHUMANSDKEDITOR_VerifyMetaHumanSkeletalClothing_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UVerifyMetaHumanSkeletalClothing *****************************************
struct Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUVerifyMetaHumanSkeletalClothing(); \
friend struct ::Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_NoRegister(); \
public: \
DECLARE_CLASS2(UVerifyMetaHumanSkeletalClothing, UMetaHumanVerificationRuleBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UVerifyMetaHumanSkeletalClothing_NoRegister) \
DECLARE_SERIALIZER(UVerifyMetaHumanSkeletalClothing)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h_16_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UVerifyMetaHumanSkeletalClothing(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UVerifyMetaHumanSkeletalClothing(UVerifyMetaHumanSkeletalClothing&&) = delete; \
UVerifyMetaHumanSkeletalClothing(const UVerifyMetaHumanSkeletalClothing&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UVerifyMetaHumanSkeletalClothing); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UVerifyMetaHumanSkeletalClothing); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UVerifyMetaHumanSkeletalClothing) \
METAHUMANSDKEDITOR_API virtual ~UVerifyMetaHumanSkeletalClothing();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h_13_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UVerifyMetaHumanSkeletalClothing;
// ********** End Class UVerifyMetaHumanSkeletalClothing *******************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyMetaHumanSkeletalClothing_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,122 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "Verification/VerifyObjectValid.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeVerifyObjectValid() {}
// ********** Begin Cross Module References ********************************************************
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UMetaHumanVerificationRuleBase();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyObjectValid();
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyObjectValid_NoRegister();
UPackage* Z_Construct_UPackage__Script_MetaHumanSDKEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UVerifyObjectValid *******************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UVerifyObjectValid;
UClass* UVerifyObjectValid::GetPrivateStaticClass()
{
using TClass = UVerifyObjectValid;
if (!Z_Registration_Info_UClass_UVerifyObjectValid.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("VerifyObjectValid"),
Z_Registration_Info_UClass_UVerifyObjectValid.InnerSingleton,
StaticRegisterNativesUVerifyObjectValid,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UVerifyObjectValid.InnerSingleton;
}
UClass* Z_Construct_UClass_UVerifyObjectValid_NoRegister()
{
return UVerifyObjectValid::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UVerifyObjectValid_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * A simple rule to test if a UObject is a valid asset\n */" },
{ "IncludePath", "Verification/VerifyObjectValid.h" },
{ "ModuleRelativePath", "Public/Verification/VerifyObjectValid.h" },
{ "ToolTip", "A simple rule to test if a UObject is a valid asset" },
};
#endif // WITH_METADATA
// ********** Begin Class UVerifyObjectValid constinit property declarations ***********************
// ********** End Class UVerifyObjectValid constinit property declarations *************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UVerifyObjectValid>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UVerifyObjectValid_Statics
UObject* (*const Z_Construct_UClass_UVerifyObjectValid_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMetaHumanVerificationRuleBase,
(UObject* (*)())Z_Construct_UPackage__Script_MetaHumanSDKEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyObjectValid_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UVerifyObjectValid_Statics::ClassParams = {
&UVerifyObjectValid::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UVerifyObjectValid_Statics::Class_MetaDataParams), Z_Construct_UClass_UVerifyObjectValid_Statics::Class_MetaDataParams)
};
void UVerifyObjectValid::StaticRegisterNativesUVerifyObjectValid()
{
}
UClass* Z_Construct_UClass_UVerifyObjectValid()
{
if (!Z_Registration_Info_UClass_UVerifyObjectValid.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UVerifyObjectValid.OuterSingleton, Z_Construct_UClass_UVerifyObjectValid_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UVerifyObjectValid.OuterSingleton;
}
UVerifyObjectValid::UVerifyObjectValid(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UVerifyObjectValid);
UVerifyObjectValid::~UVerifyObjectValid() {}
// ********** End Class UVerifyObjectValid *********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h__Script_MetaHumanSDKEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UVerifyObjectValid, UVerifyObjectValid::StaticClass, TEXT("UVerifyObjectValid"), &Z_Registration_Info_UClass_UVerifyObjectValid, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UVerifyObjectValid), 755907688U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h__Script_MetaHumanSDKEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h__Script_MetaHumanSDKEditor_4176437047{
TEXT("/Script/MetaHumanSDKEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h__Script_MetaHumanSDKEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h__Script_MetaHumanSDKEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// 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 "Verification/VerifyObjectValid.h"
#ifdef METAHUMANSDKEDITOR_VerifyObjectValid_generated_h
#error "VerifyObjectValid.generated.h already included, missing '#pragma once' in VerifyObjectValid.h"
#endif
#define METAHUMANSDKEDITOR_VerifyObjectValid_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UVerifyObjectValid *******************************************************
struct Z_Construct_UClass_UVerifyObjectValid_Statics;
METAHUMANSDKEDITOR_API UClass* Z_Construct_UClass_UVerifyObjectValid_NoRegister();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUVerifyObjectValid(); \
friend struct ::Z_Construct_UClass_UVerifyObjectValid_Statics; \
static UClass* GetPrivateStaticClass(); \
friend METAHUMANSDKEDITOR_API UClass* ::Z_Construct_UClass_UVerifyObjectValid_NoRegister(); \
public: \
DECLARE_CLASS2(UVerifyObjectValid, UMetaHumanVerificationRuleBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MetaHumanSDKEditor"), Z_Construct_UClass_UVerifyObjectValid_NoRegister) \
DECLARE_SERIALIZER(UVerifyObjectValid)
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h_16_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
METAHUMANSDKEDITOR_API UVerifyObjectValid(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UVerifyObjectValid(UVerifyObjectValid&&) = delete; \
UVerifyObjectValid(const UVerifyObjectValid&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(METAHUMANSDKEDITOR_API, UVerifyObjectValid); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UVerifyObjectValid); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UVerifyObjectValid) \
METAHUMANSDKEDITOR_API virtual ~UVerifyObjectValid();
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h_13_PROLOG
#define FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UVerifyObjectValid;
// ********** End Class UVerifyObjectValid *********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_MetaHuman_MetaHumanSDK_Source_MetaHumanSDKEditor_Public_Verification_VerifyObjectValid_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS