Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/InterchangeMessages/UHT/InterchangeFbxMessages.gen.cpp

843 lines
51 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Fbx/InterchangeFbxMessages.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangeFbxMessages() {}
// ********** Begin Cross Module References ********************************************************
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeResultDisplay_Generic();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeResultError();
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangeResultWarning();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshError();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshError_Generic();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshError_Generic_NoRegister();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshError_NoRegister();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshWarning();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_Generic();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_NoRegister();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_NoRegister();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_NoRegister();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultTextureDisplay();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultTextureDisplay_NoRegister();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_NoRegister();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultTextureWarning();
INTERCHANGEMESSAGES_API UClass* Z_Construct_UClass_UInterchangeResultTextureWarning_NoRegister();
UPackage* Z_Construct_UPackage__Script_InterchangeMessages();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UInterchangeResultMeshWarning ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeResultMeshWarning;
UClass* UInterchangeResultMeshWarning::GetPrivateStaticClass()
{
using TClass = UInterchangeResultMeshWarning;
if (!Z_Registration_Info_UClass_UInterchangeResultMeshWarning.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeResultMeshWarning"),
Z_Registration_Info_UClass_UInterchangeResultMeshWarning.InnerSingleton,
StaticRegisterNativesUInterchangeResultMeshWarning,
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_UInterchangeResultMeshWarning.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_NoRegister()
{
return UInterchangeResultMeshWarning::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeResultMeshWarning_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Base class for FBX parser warnings\n */" },
{ "IncludePath", "Fbx/InterchangeFbxMessages.h" },
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
{ "ToolTip", "Base class for FBX parser warnings" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshName_MetaData[] = {
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeResultMeshWarning constinit property declarations ************
static const UECodeGen_Private::FStrPropertyParams NewProp_MeshName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeResultMeshWarning constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeResultMeshWarning>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeResultMeshWarning_Statics
// ********** Begin Class UInterchangeResultMeshWarning Property Definitions ***********************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::NewProp_MeshName = { "MeshName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeResultMeshWarning, MeshName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshName_MetaData), NewProp_MeshName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::NewProp_MeshName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeResultMeshWarning Property Definitions *************************
UObject* (*const Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeResultWarning,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeMessages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::ClassParams = {
&UInterchangeResultMeshWarning::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::Class_MetaDataParams)
};
void UInterchangeResultMeshWarning::StaticRegisterNativesUInterchangeResultMeshWarning()
{
}
UClass* Z_Construct_UClass_UInterchangeResultMeshWarning()
{
if (!Z_Registration_Info_UClass_UInterchangeResultMeshWarning.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeResultMeshWarning.OuterSingleton, Z_Construct_UClass_UInterchangeResultMeshWarning_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeResultMeshWarning.OuterSingleton;
}
UInterchangeResultMeshWarning::UInterchangeResultMeshWarning(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeResultMeshWarning);
UInterchangeResultMeshWarning::~UInterchangeResultMeshWarning() {}
// ********** End Class UInterchangeResultMeshWarning **********************************************
// ********** Begin Class UInterchangeResultTextureDisplay *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeResultTextureDisplay;
UClass* UInterchangeResultTextureDisplay::GetPrivateStaticClass()
{
using TClass = UInterchangeResultTextureDisplay;
if (!Z_Registration_Info_UClass_UInterchangeResultTextureDisplay.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeResultTextureDisplay"),
Z_Registration_Info_UClass_UInterchangeResultTextureDisplay.InnerSingleton,
StaticRegisterNativesUInterchangeResultTextureDisplay,
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_UInterchangeResultTextureDisplay.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeResultTextureDisplay_NoRegister()
{
return UInterchangeResultTextureDisplay::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Base class for FBX parser warnings\n */" },
{ "IncludePath", "Fbx/InterchangeFbxMessages.h" },
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
{ "ToolTip", "Base class for FBX parser warnings" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextureName_MetaData[] = {
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeResultTextureDisplay constinit property declarations *********
static const UECodeGen_Private::FStrPropertyParams NewProp_TextureName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeResultTextureDisplay constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeResultTextureDisplay>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics
// ********** Begin Class UInterchangeResultTextureDisplay Property Definitions ********************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::NewProp_TextureName = { "TextureName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeResultTextureDisplay, TextureName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextureName_MetaData), NewProp_TextureName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::NewProp_TextureName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeResultTextureDisplay Property Definitions **********************
UObject* (*const Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeResultDisplay_Generic,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeMessages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::ClassParams = {
&UInterchangeResultTextureDisplay::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::Class_MetaDataParams)
};
void UInterchangeResultTextureDisplay::StaticRegisterNativesUInterchangeResultTextureDisplay()
{
}
UClass* Z_Construct_UClass_UInterchangeResultTextureDisplay()
{
if (!Z_Registration_Info_UClass_UInterchangeResultTextureDisplay.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeResultTextureDisplay.OuterSingleton, Z_Construct_UClass_UInterchangeResultTextureDisplay_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeResultTextureDisplay.OuterSingleton;
}
UInterchangeResultTextureDisplay::UInterchangeResultTextureDisplay(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeResultTextureDisplay);
UInterchangeResultTextureDisplay::~UInterchangeResultTextureDisplay() {}
// ********** End Class UInterchangeResultTextureDisplay *******************************************
// ********** Begin Class UInterchangeResultTextureWarning *****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeResultTextureWarning;
UClass* UInterchangeResultTextureWarning::GetPrivateStaticClass()
{
using TClass = UInterchangeResultTextureWarning;
if (!Z_Registration_Info_UClass_UInterchangeResultTextureWarning.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeResultTextureWarning"),
Z_Registration_Info_UClass_UInterchangeResultTextureWarning.InnerSingleton,
StaticRegisterNativesUInterchangeResultTextureWarning,
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_UInterchangeResultTextureWarning.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeResultTextureWarning_NoRegister()
{
return UInterchangeResultTextureWarning::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeResultTextureWarning_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Base class for FBX parser warnings\n */" },
{ "IncludePath", "Fbx/InterchangeFbxMessages.h" },
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
{ "ToolTip", "Base class for FBX parser warnings" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextureName_MetaData[] = {
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeResultTextureWarning constinit property declarations *********
static const UECodeGen_Private::FStrPropertyParams NewProp_TextureName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeResultTextureWarning constinit property declarations ***********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeResultTextureWarning>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeResultTextureWarning_Statics
// ********** Begin Class UInterchangeResultTextureWarning Property Definitions ********************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::NewProp_TextureName = { "TextureName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeResultTextureWarning, TextureName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextureName_MetaData), NewProp_TextureName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::NewProp_TextureName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeResultTextureWarning Property Definitions **********************
UObject* (*const Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeResultWarning,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeMessages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::ClassParams = {
&UInterchangeResultTextureWarning::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::Class_MetaDataParams)
};
void UInterchangeResultTextureWarning::StaticRegisterNativesUInterchangeResultTextureWarning()
{
}
UClass* Z_Construct_UClass_UInterchangeResultTextureWarning()
{
if (!Z_Registration_Info_UClass_UInterchangeResultTextureWarning.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeResultTextureWarning.OuterSingleton, Z_Construct_UClass_UInterchangeResultTextureWarning_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeResultTextureWarning.OuterSingleton;
}
UInterchangeResultTextureWarning::UInterchangeResultTextureWarning(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeResultTextureWarning);
UInterchangeResultTextureWarning::~UInterchangeResultTextureWarning() {}
// ********** End Class UInterchangeResultTextureWarning *******************************************
// ********** Begin Class UInterchangeResultMeshError **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeResultMeshError;
UClass* UInterchangeResultMeshError::GetPrivateStaticClass()
{
using TClass = UInterchangeResultMeshError;
if (!Z_Registration_Info_UClass_UInterchangeResultMeshError.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeResultMeshError"),
Z_Registration_Info_UClass_UInterchangeResultMeshError.InnerSingleton,
StaticRegisterNativesUInterchangeResultMeshError,
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_UInterchangeResultMeshError.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeResultMeshError_NoRegister()
{
return UInterchangeResultMeshError::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeResultMeshError_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Base class for FBX parser errors\n */" },
{ "IncludePath", "Fbx/InterchangeFbxMessages.h" },
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
{ "ToolTip", "Base class for FBX parser errors" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshName_MetaData[] = {
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeResultMeshError constinit property declarations **************
static const UECodeGen_Private::FStrPropertyParams NewProp_MeshName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeResultMeshError constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeResultMeshError>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeResultMeshError_Statics
// ********** Begin Class UInterchangeResultMeshError Property Definitions *************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UInterchangeResultMeshError_Statics::NewProp_MeshName = { "MeshName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeResultMeshError, MeshName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshName_MetaData), NewProp_MeshName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeResultMeshError_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeResultMeshError_Statics::NewProp_MeshName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshError_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeResultMeshError Property Definitions ***************************
UObject* (*const Z_Construct_UClass_UInterchangeResultMeshError_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeResultError,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeMessages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshError_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeResultMeshError_Statics::ClassParams = {
&UInterchangeResultMeshError::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeResultMeshError_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshError_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshError_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeResultMeshError_Statics::Class_MetaDataParams)
};
void UInterchangeResultMeshError::StaticRegisterNativesUInterchangeResultMeshError()
{
}
UClass* Z_Construct_UClass_UInterchangeResultMeshError()
{
if (!Z_Registration_Info_UClass_UInterchangeResultMeshError.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeResultMeshError.OuterSingleton, Z_Construct_UClass_UInterchangeResultMeshError_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeResultMeshError.OuterSingleton;
}
UInterchangeResultMeshError::UInterchangeResultMeshError(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeResultMeshError);
UInterchangeResultMeshError::~UInterchangeResultMeshError() {}
// ********** End Class UInterchangeResultMeshError ************************************************
// ********** Begin Class UInterchangeResultMeshWarning_Generic ************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeResultMeshWarning_Generic;
UClass* UInterchangeResultMeshWarning_Generic::GetPrivateStaticClass()
{
using TClass = UInterchangeResultMeshWarning_Generic;
if (!Z_Registration_Info_UClass_UInterchangeResultMeshWarning_Generic.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeResultMeshWarning_Generic"),
Z_Registration_Info_UClass_UInterchangeResultMeshWarning_Generic.InnerSingleton,
StaticRegisterNativesUInterchangeResultMeshWarning_Generic,
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_UInterchangeResultMeshWarning_Generic.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_NoRegister()
{
return UInterchangeResultMeshWarning_Generic::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A generic class for FBX parser warnings, with no additional metadata, and where the text is specified by the user\n */" },
{ "IncludePath", "Fbx/InterchangeFbxMessages.h" },
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
{ "ToolTip", "A generic class for FBX parser warnings, with no additional metadata, and where the text is specified by the user" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Text_MetaData[] = {
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeResultMeshWarning_Generic constinit property declarations ****
static const UECodeGen_Private::FTextPropertyParams NewProp_Text;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeResultMeshWarning_Generic constinit property declarations ******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeResultMeshWarning_Generic>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics
// ********** Begin Class UInterchangeResultMeshWarning_Generic Property Definitions ***************
const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::NewProp_Text = { "Text", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeResultMeshWarning_Generic, Text), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Text_MetaData), NewProp_Text_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::NewProp_Text,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeResultMeshWarning_Generic Property Definitions *****************
UObject* (*const Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeResultMeshWarning,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeMessages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::ClassParams = {
&UInterchangeResultMeshWarning_Generic::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::Class_MetaDataParams)
};
void UInterchangeResultMeshWarning_Generic::StaticRegisterNativesUInterchangeResultMeshWarning_Generic()
{
}
UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_Generic()
{
if (!Z_Registration_Info_UClass_UInterchangeResultMeshWarning_Generic.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeResultMeshWarning_Generic.OuterSingleton, Z_Construct_UClass_UInterchangeResultMeshWarning_Generic_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeResultMeshWarning_Generic.OuterSingleton;
}
UInterchangeResultMeshWarning_Generic::UInterchangeResultMeshWarning_Generic(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeResultMeshWarning_Generic);
UInterchangeResultMeshWarning_Generic::~UInterchangeResultMeshWarning_Generic() {}
// ********** End Class UInterchangeResultMeshWarning_Generic **************************************
// ********** Begin Class UInterchangeResultMeshError_Generic **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeResultMeshError_Generic;
UClass* UInterchangeResultMeshError_Generic::GetPrivateStaticClass()
{
using TClass = UInterchangeResultMeshError_Generic;
if (!Z_Registration_Info_UClass_UInterchangeResultMeshError_Generic.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeResultMeshError_Generic"),
Z_Registration_Info_UClass_UInterchangeResultMeshError_Generic.InnerSingleton,
StaticRegisterNativesUInterchangeResultMeshError_Generic,
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_UInterchangeResultMeshError_Generic.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeResultMeshError_Generic_NoRegister()
{
return UInterchangeResultMeshError_Generic::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A generic class for FBX parser errors, with no additional metadata, and where the text is specified by the user\n */" },
{ "IncludePath", "Fbx/InterchangeFbxMessages.h" },
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
{ "ToolTip", "A generic class for FBX parser errors, with no additional metadata, and where the text is specified by the user" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Text_MetaData[] = {
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeResultMeshError_Generic constinit property declarations ******
static const UECodeGen_Private::FTextPropertyParams NewProp_Text;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeResultMeshError_Generic constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeResultMeshError_Generic>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics
// ********** Begin Class UInterchangeResultMeshError_Generic Property Definitions *****************
const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::NewProp_Text = { "Text", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeResultMeshError_Generic, Text), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Text_MetaData), NewProp_Text_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::NewProp_Text,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeResultMeshError_Generic Property Definitions *******************
UObject* (*const Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeResultMeshError,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeMessages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::ClassParams = {
&UInterchangeResultMeshError_Generic::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::Class_MetaDataParams)
};
void UInterchangeResultMeshError_Generic::StaticRegisterNativesUInterchangeResultMeshError_Generic()
{
}
UClass* Z_Construct_UClass_UInterchangeResultMeshError_Generic()
{
if (!Z_Registration_Info_UClass_UInterchangeResultMeshError_Generic.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeResultMeshError_Generic.OuterSingleton, Z_Construct_UClass_UInterchangeResultMeshError_Generic_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeResultMeshError_Generic.OuterSingleton;
}
UInterchangeResultMeshError_Generic::UInterchangeResultMeshError_Generic(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeResultMeshError_Generic);
UInterchangeResultMeshError_Generic::~UInterchangeResultMeshError_Generic() {}
// ********** End Class UInterchangeResultMeshError_Generic ****************************************
// ********** Begin Class UInterchangeResultMeshWarning_TooManyUVs *********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeResultMeshWarning_TooManyUVs;
UClass* UInterchangeResultMeshWarning_TooManyUVs::GetPrivateStaticClass()
{
using TClass = UInterchangeResultMeshWarning_TooManyUVs;
if (!Z_Registration_Info_UClass_UInterchangeResultMeshWarning_TooManyUVs.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeResultMeshWarning_TooManyUVs"),
Z_Registration_Info_UClass_UInterchangeResultMeshWarning_TooManyUVs.InnerSingleton,
StaticRegisterNativesUInterchangeResultMeshWarning_TooManyUVs,
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_UInterchangeResultMeshWarning_TooManyUVs.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_NoRegister()
{
return UInterchangeResultMeshWarning_TooManyUVs::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * \n */" },
{ "IncludePath", "Fbx/InterchangeFbxMessages.h" },
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExcessUVs_MetaData[] = {
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeResultMeshWarning_TooManyUVs constinit property declarations *
static const UECodeGen_Private::FIntPropertyParams NewProp_ExcessUVs;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeResultMeshWarning_TooManyUVs constinit property declarations ***
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeResultMeshWarning_TooManyUVs>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics
// ********** Begin Class UInterchangeResultMeshWarning_TooManyUVs Property Definitions ************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::NewProp_ExcessUVs = { "ExcessUVs", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeResultMeshWarning_TooManyUVs, ExcessUVs), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExcessUVs_MetaData), NewProp_ExcessUVs_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::NewProp_ExcessUVs,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeResultMeshWarning_TooManyUVs Property Definitions **************
UObject* (*const Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeResultMeshWarning,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeMessages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::ClassParams = {
&UInterchangeResultMeshWarning_TooManyUVs::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::Class_MetaDataParams)
};
void UInterchangeResultMeshWarning_TooManyUVs::StaticRegisterNativesUInterchangeResultMeshWarning_TooManyUVs()
{
}
UClass* Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs()
{
if (!Z_Registration_Info_UClass_UInterchangeResultMeshWarning_TooManyUVs.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeResultMeshWarning_TooManyUVs.OuterSingleton, Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeResultMeshWarning_TooManyUVs.OuterSingleton;
}
UInterchangeResultMeshWarning_TooManyUVs::UInterchangeResultMeshWarning_TooManyUVs(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeResultMeshWarning_TooManyUVs);
UInterchangeResultMeshWarning_TooManyUVs::~UInterchangeResultMeshWarning_TooManyUVs() {}
// ********** End Class UInterchangeResultMeshWarning_TooManyUVs ***********************************
// ********** Begin Class UInterchangeResultTextureDisplay_TextureFileDoNotExist *******************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist;
UClass* UInterchangeResultTextureDisplay_TextureFileDoNotExist::GetPrivateStaticClass()
{
using TClass = UInterchangeResultTextureDisplay_TextureFileDoNotExist;
if (!Z_Registration_Info_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeResultTextureDisplay_TextureFileDoNotExist"),
Z_Registration_Info_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist.InnerSingleton,
StaticRegisterNativesUInterchangeResultTextureDisplay_TextureFileDoNotExist,
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_UInterchangeResultTextureDisplay_TextureFileDoNotExist.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_NoRegister()
{
return UInterchangeResultTextureDisplay_TextureFileDoNotExist::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A generic class for FBX parser warnings, with no additional metadata, and where the text is specified by the user\n */" },
{ "IncludePath", "Fbx/InterchangeFbxMessages.h" },
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
{ "ToolTip", "A generic class for FBX parser warnings, with no additional metadata, and where the text is specified by the user" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaterialName_MetaData[] = {
{ "ModuleRelativePath", "Public/Fbx/InterchangeFbxMessages.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeResultTextureDisplay_TextureFileDoNotExist constinit property declarations
static const UECodeGen_Private::FStrPropertyParams NewProp_MaterialName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeResultTextureDisplay_TextureFileDoNotExist constinit property declarations
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeResultTextureDisplay_TextureFileDoNotExist>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics
// ********** Begin Class UInterchangeResultTextureDisplay_TextureFileDoNotExist Property Definitions
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::NewProp_MaterialName = { "MaterialName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeResultTextureDisplay_TextureFileDoNotExist, MaterialName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaterialName_MetaData), NewProp_MaterialName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::NewProp_MaterialName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeResultTextureDisplay_TextureFileDoNotExist Property Definitions
UObject* (*const Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterchangeResultTextureDisplay,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeMessages,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::ClassParams = {
&UInterchangeResultTextureDisplay_TextureFileDoNotExist::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::Class_MetaDataParams)
};
void UInterchangeResultTextureDisplay_TextureFileDoNotExist::StaticRegisterNativesUInterchangeResultTextureDisplay_TextureFileDoNotExist()
{
}
UClass* Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist()
{
if (!Z_Registration_Info_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist.OuterSingleton, Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist.OuterSingleton;
}
UInterchangeResultTextureDisplay_TextureFileDoNotExist::UInterchangeResultTextureDisplay_TextureFileDoNotExist(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeResultTextureDisplay_TextureFileDoNotExist);
UInterchangeResultTextureDisplay_TextureFileDoNotExist::~UInterchangeResultTextureDisplay_TextureFileDoNotExist() {}
// ********** End Class UInterchangeResultTextureDisplay_TextureFileDoNotExist *********************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Messages_Public_Fbx_InterchangeFbxMessages_h__Script_InterchangeMessages_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeResultMeshWarning, UInterchangeResultMeshWarning::StaticClass, TEXT("UInterchangeResultMeshWarning"), &Z_Registration_Info_UClass_UInterchangeResultMeshWarning, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeResultMeshWarning), 3656909604U) },
{ Z_Construct_UClass_UInterchangeResultTextureDisplay, UInterchangeResultTextureDisplay::StaticClass, TEXT("UInterchangeResultTextureDisplay"), &Z_Registration_Info_UClass_UInterchangeResultTextureDisplay, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeResultTextureDisplay), 278997578U) },
{ Z_Construct_UClass_UInterchangeResultTextureWarning, UInterchangeResultTextureWarning::StaticClass, TEXT("UInterchangeResultTextureWarning"), &Z_Registration_Info_UClass_UInterchangeResultTextureWarning, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeResultTextureWarning), 3448891912U) },
{ Z_Construct_UClass_UInterchangeResultMeshError, UInterchangeResultMeshError::StaticClass, TEXT("UInterchangeResultMeshError"), &Z_Registration_Info_UClass_UInterchangeResultMeshError, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeResultMeshError), 2544378975U) },
{ Z_Construct_UClass_UInterchangeResultMeshWarning_Generic, UInterchangeResultMeshWarning_Generic::StaticClass, TEXT("UInterchangeResultMeshWarning_Generic"), &Z_Registration_Info_UClass_UInterchangeResultMeshWarning_Generic, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeResultMeshWarning_Generic), 1920582165U) },
{ Z_Construct_UClass_UInterchangeResultMeshError_Generic, UInterchangeResultMeshError_Generic::StaticClass, TEXT("UInterchangeResultMeshError_Generic"), &Z_Registration_Info_UClass_UInterchangeResultMeshError_Generic, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeResultMeshError_Generic), 543395058U) },
{ Z_Construct_UClass_UInterchangeResultMeshWarning_TooManyUVs, UInterchangeResultMeshWarning_TooManyUVs::StaticClass, TEXT("UInterchangeResultMeshWarning_TooManyUVs"), &Z_Registration_Info_UClass_UInterchangeResultMeshWarning_TooManyUVs, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeResultMeshWarning_TooManyUVs), 2349550517U) },
{ Z_Construct_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist, UInterchangeResultTextureDisplay_TextureFileDoNotExist::StaticClass, TEXT("UInterchangeResultTextureDisplay_TextureFileDoNotExist"), &Z_Registration_Info_UClass_UInterchangeResultTextureDisplay_TextureFileDoNotExist, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeResultTextureDisplay_TextureFileDoNotExist), 2787720423U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Messages_Public_Fbx_InterchangeFbxMessages_h__Script_InterchangeMessages_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Messages_Public_Fbx_InterchangeFbxMessages_h__Script_InterchangeMessages_3425545652{
TEXT("/Script/InterchangeMessages"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Messages_Public_Fbx_InterchangeFbxMessages_h__Script_InterchangeMessages_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Messages_Public_Fbx_InterchangeFbxMessages_h__Script_InterchangeMessages_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS