165 lines
11 KiB
C++
165 lines
11 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "InterchangeSceneImportAsset.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeInterchangeSceneImportAsset() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
ENGINE_API UClass* Z_Construct_UClass_UAssetUserData_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UInterface_AssetUserData_NoRegister();
|
|
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeAssetImportData_NoRegister();
|
|
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeSceneImportAsset();
|
|
INTERCHANGEENGINE_API UClass* Z_Construct_UClass_UInterchangeSceneImportAsset_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_InterchangeEngine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UInterchangeSceneImportAsset *********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeSceneImportAsset;
|
|
UClass* UInterchangeSceneImportAsset::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UInterchangeSceneImportAsset;
|
|
if (!Z_Registration_Info_UClass_UInterchangeSceneImportAsset.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("InterchangeSceneImportAsset"),
|
|
Z_Registration_Info_UClass_UInterchangeSceneImportAsset.InnerSingleton,
|
|
StaticRegisterNativesUInterchangeSceneImportAsset,
|
|
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_UInterchangeSceneImportAsset.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UInterchangeSceneImportAsset_NoRegister()
|
|
{
|
|
return UInterchangeSceneImportAsset::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UInterchangeSceneImportAsset_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/*\n * Class to hold all the data required to properly re-import a level\n */" },
|
|
{ "IncludePath", "InterchangeSceneImportAsset.h" },
|
|
{ "ModuleRelativePath", "Public/InterchangeSceneImportAsset.h" },
|
|
{ "ToolTip", "* Class to hold all the data required to properly re-import a level" },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetImportData_MetaData[] = {
|
|
{ "Category", "ImportSettings" },
|
|
{ "Comment", "/** Importing data and options used for this scene */" },
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/InterchangeSceneImportAsset.h" },
|
|
{ "ToolTip", "Importing data and options used for this scene" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetUserData_MetaData[] = {
|
|
{ "Comment", "/** Array of user data stored with the asset */" },
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/InterchangeSceneImportAsset.h" },
|
|
{ "ToolTip", "Array of user data stored with the asset" },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UInterchangeSceneImportAsset constinit property declarations *************
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AssetImportData;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_AssetUserData_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_AssetUserData;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
#endif // WITH_EDITORONLY_DATA
|
|
// ********** End Class UInterchangeSceneImportAsset constinit property declarations ***************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UInterchangeSceneImportAsset>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UInterchangeSceneImportAsset_Statics
|
|
|
|
// ********** Begin Class UInterchangeSceneImportAsset Property Definitions ************************
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::NewProp_AssetImportData = { "AssetImportData", nullptr, (EPropertyFlags)0x0116000800080009, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeSceneImportAsset, AssetImportData), Z_Construct_UClass_UInterchangeAssetImportData_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetImportData_MetaData), NewProp_AssetImportData_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::NewProp_AssetUserData_Inner = { "AssetUserData", nullptr, (EPropertyFlags)0x0104000800080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UAssetUserData_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::NewProp_AssetUserData = { "AssetUserData", nullptr, (EPropertyFlags)0x0114008800000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeSceneImportAsset, AssetUserData), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetUserData_MetaData), NewProp_AssetUserData_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::NewProp_AssetImportData,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::NewProp_AssetUserData_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::NewProp_AssetUserData,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::PropPointers) < 2048);
|
|
#endif // WITH_EDITORONLY_DATA
|
|
// ********** End Class UInterchangeSceneImportAsset Property Definitions **************************
|
|
UObject* (*const Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeEngine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UInterface_AssetUserData_NoRegister, (int32)VTABLE_OFFSET(UInterchangeSceneImportAsset, IInterface_AssetUserData), false }, // 3366309698
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::ClassParams = {
|
|
&UInterchangeSceneImportAsset::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::PropPointers, nullptr),
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::PropPointers), 0),
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x008800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::Class_MetaDataParams)
|
|
};
|
|
void UInterchangeSceneImportAsset::StaticRegisterNativesUInterchangeSceneImportAsset()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UInterchangeSceneImportAsset()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UInterchangeSceneImportAsset.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeSceneImportAsset.OuterSingleton, Z_Construct_UClass_UInterchangeSceneImportAsset_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UInterchangeSceneImportAsset.OuterSingleton;
|
|
}
|
|
UInterchangeSceneImportAsset::UInterchangeSceneImportAsset(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeSceneImportAsset);
|
|
// ********** End Class UInterchangeSceneImportAsset ***********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeSceneImportAsset_h__Script_InterchangeEngine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UInterchangeSceneImportAsset, UInterchangeSceneImportAsset::StaticClass, TEXT("UInterchangeSceneImportAsset"), &Z_Registration_Info_UClass_UInterchangeSceneImportAsset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeSceneImportAsset), 3697014504U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeSceneImportAsset_h__Script_InterchangeEngine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeSceneImportAsset_h__Script_InterchangeEngine_1448310980{
|
|
TEXT("/Script/InterchangeEngine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeSceneImportAsset_h__Script_InterchangeEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Interchange_Engine_Public_InterchangeSceneImportAsset_h__Script_InterchangeEngine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|