// 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 "DatasmithAssetImportData.h" #include "DatasmithImportOptions.h" #include "Serialization/ArchiveUObjectFromStructuredArchive.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeDatasmithAssetImportData() {} // ********** Begin Cross Module References ******************************************************** DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithAdditionalData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithAssetImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithAssetImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithCADImportSceneData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithCADImportSceneData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithDeltaGenAssetImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithDeltaGenSceneImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithFBXSceneImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithFBXSceneImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithGLTFSceneImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithGLTFSceneImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithMDLSceneImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithMDLSceneImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithOptionsBase_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithSceneImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithSceneImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithStaticMeshCADImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithStaticMeshCADImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithStaticMeshImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithStaticMeshImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithTranslatedSceneImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithTranslatedSceneImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithVREDAssetImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithVREDAssetImportData_NoRegister(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithVREDSceneImportData(); DATASMITHCONTENT_API UClass* Z_Construct_UClass_UDatasmithVREDSceneImportData_NoRegister(); DATASMITHCONTENT_API UScriptStruct* Z_Construct_UScriptStruct_FDatasmithAssetImportOptions(); DATASMITHCONTENT_API UScriptStruct* Z_Construct_UScriptStruct_FDatasmithImportBaseOptions(); DATASMITHCONTENT_API UScriptStruct* Z_Construct_UScriptStruct_FDatasmithImportInfo(); DATASMITHCONTENT_API UScriptStruct* Z_Construct_UScriptStruct_FDatasmithStaticMeshImportOptions(); DATASMITHCONTENT_API UScriptStruct* Z_Construct_UScriptStruct_FDatasmithTessellationOptions(); ENGINE_API UClass* Z_Construct_UClass_UAssetImportData(); UPackage* Z_Construct_UPackage__Script_DatasmithContent(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FDatasmithImportInfo ********************************************** struct Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics { static inline consteval int32 GetStructSize() { return sizeof(FDatasmithImportInfo); } static inline consteval int16 GetStructAlignment() { return alignof(FDatasmithImportInfo); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/**\n * Structure that fill the same role as FAssetImportInfo, but for SourceUri.\n * Eventually, the SourceUri should be directly added to FAssetImportInfo and replace the \"RelativeFilename\".\n */" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ToolTip", "Structure that fill the same role as FAssetImportInfo, but for SourceUri.\nEventually, the SourceUri should be directly added to FAssetImportInfo and replace the \"RelativeFilename\"." }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceUri_MetaData[] = { { "Comment", "/** The Uri of to the source that this asset was imported from. */" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ToolTip", "The Uri of to the source that this asset was imported from." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceHash_MetaData[] = { { "Comment", "/**\n\x09 * The MD5 hash of the source when it was imported. Should be updated alongside the SourceUri\n\x09 */" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ToolTip", "The MD5 hash of the source when it was imported. Should be updated alongside the SourceUri" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin ScriptStruct FDatasmithImportInfo constinit property declarations ************** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStrPropertyParams NewProp_SourceUri; static const UECodeGen_Private::FStrPropertyParams NewProp_SourceHash; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FDatasmithImportInfo constinit property declarations **************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FDatasmithImportInfo; class UScriptStruct* FDatasmithImportInfo::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FDatasmithImportInfo.OuterSingleton) { Z_Registration_Info_UScriptStruct_FDatasmithImportInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FDatasmithImportInfo, (UObject*)Z_Construct_UPackage__Script_DatasmithContent(), TEXT("DatasmithImportInfo")); } return Z_Registration_Info_UScriptStruct_FDatasmithImportInfo.OuterSingleton; } // ********** Begin ScriptStruct FDatasmithImportInfo Property Definitions ************************* #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::NewProp_SourceUri = { "SourceUri", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDatasmithImportInfo, SourceUri), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceUri_MetaData), NewProp_SourceUri_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::NewProp_SourceHash = { "SourceHash", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FDatasmithImportInfo, SourceHash), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceHash_MetaData), NewProp_SourceHash_MetaData) }; #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::NewProp_SourceUri, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::NewProp_SourceHash, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FDatasmithImportInfo Property Definitions *************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, nullptr, &NewStructOps, "DatasmithImportInfo", IF_WITH_EDITORONLY_DATA(Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::PropPointers, nullptr), IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::PropPointers), 0), sizeof(FDatasmithImportInfo), alignof(FDatasmithImportInfo), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FDatasmithImportInfo() { if (!Z_Registration_Info_UScriptStruct_FDatasmithImportInfo.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FDatasmithImportInfo.InnerSingleton, Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FDatasmithImportInfo.InnerSingleton); } // ********** End ScriptStruct FDatasmithImportInfo ************************************************ // ********** Begin Class UDatasmithAssetImportData ************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithAssetImportData; UClass* UDatasmithAssetImportData::GetPrivateStaticClass() { using TClass = UDatasmithAssetImportData; if (!Z_Registration_Info_UClass_UDatasmithAssetImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithAssetImportData"), Z_Registration_Info_UClass_UDatasmithAssetImportData.InnerSingleton, StaticRegisterNativesUDatasmithAssetImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithAssetImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithAssetImportData_NoRegister() { return UDatasmithAssetImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithAssetImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetImportOptions_MetaData[] = { { "Category", "Asset" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ShowOnlyInnerProperties", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AdditionalData_Inner_MetaData[] = { { "Category", "Asset" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ShowOnlyInnerProperties", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AdditionalData_MetaData[] = { { "Category", "Asset" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ShowOnlyInnerProperties", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DatasmithImportInfo_MetaData[] = { { "Category", "External Source" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UDatasmithAssetImportData constinit property declarations **************** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_AssetImportOptions; static const UECodeGen_Private::FObjectPropertyParams NewProp_AdditionalData_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_AdditionalData; static const UECodeGen_Private::FStructPropertyParams NewProp_DatasmithImportInfo; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithAssetImportData constinit property declarations ****************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithAssetImportData_Statics // ********** Begin Class UDatasmithAssetImportData Property Definitions *************************** #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDatasmithAssetImportData_Statics::NewProp_AssetImportOptions = { "AssetImportOptions", nullptr, (EPropertyFlags)0x0010000800000004, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithAssetImportData, AssetImportOptions), Z_Construct_UScriptStruct_FDatasmithAssetImportOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetImportOptions_MetaData), NewProp_AssetImportOptions_MetaData) }; // 2524313942 const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDatasmithAssetImportData_Statics::NewProp_AdditionalData_Inner = { "AdditionalData", nullptr, (EPropertyFlags)0x0106000800080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UDatasmithAdditionalData_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AdditionalData_Inner_MetaData), NewProp_AdditionalData_Inner_MetaData) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UDatasmithAssetImportData_Statics::NewProp_AdditionalData = { "AdditionalData", nullptr, (EPropertyFlags)0x0114008800000009, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithAssetImportData, AdditionalData), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AdditionalData_MetaData), NewProp_AdditionalData_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDatasmithAssetImportData_Statics::NewProp_DatasmithImportInfo = { "DatasmithImportInfo", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithAssetImportData, DatasmithImportInfo), Z_Construct_UScriptStruct_FDatasmithImportInfo, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DatasmithImportInfo_MetaData), NewProp_DatasmithImportInfo_MetaData) }; // 3378177457 #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithAssetImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetImportData_Statics::NewProp_AssetImportOptions, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetImportData_Statics::NewProp_AdditionalData_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetImportData_Statics::NewProp_AdditionalData, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithAssetImportData_Statics::NewProp_DatasmithImportInfo, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithAssetImportData_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithAssetImportData Property Definitions ***************************** UObject* (*const Z_Construct_UClass_UDatasmithAssetImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UAssetImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithAssetImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithAssetImportData_Statics::ClassParams = { &UDatasmithAssetImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UDatasmithAssetImportData_Statics::PropPointers, nullptr), nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithAssetImportData_Statics::PropPointers), 0), 0, 0x008810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithAssetImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithAssetImportData_Statics::Class_MetaDataParams) }; void UDatasmithAssetImportData::StaticRegisterNativesUDatasmithAssetImportData() { } UClass* Z_Construct_UClass_UDatasmithAssetImportData() { if (!Z_Registration_Info_UClass_UDatasmithAssetImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithAssetImportData.OuterSingleton, Z_Construct_UClass_UDatasmithAssetImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithAssetImportData.OuterSingleton; } UDatasmithAssetImportData::UDatasmithAssetImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithAssetImportData); UDatasmithAssetImportData::~UDatasmithAssetImportData() {} // ********** End Class UDatasmithAssetImportData ************************************************** // ********** Begin Class UDatasmithStaticMeshImportData ******************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithStaticMeshImportData; UClass* UDatasmithStaticMeshImportData::GetPrivateStaticClass() { using TClass = UDatasmithStaticMeshImportData; if (!Z_Registration_Info_UClass_UDatasmithStaticMeshImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithStaticMeshImportData"), Z_Registration_Info_UClass_UDatasmithStaticMeshImportData.InnerSingleton, StaticRegisterNativesUDatasmithStaticMeshImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithStaticMeshImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithStaticMeshImportData_NoRegister() { return UDatasmithStaticMeshImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ImportOptions_MetaData[] = { { "Category", "StaticMesh" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ShowOnlyInnerProperties", "" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UDatasmithStaticMeshImportData constinit property declarations *********** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_ImportOptions; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithStaticMeshImportData constinit property declarations ************* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics // ********** Begin Class UDatasmithStaticMeshImportData Property Definitions ********************** #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::NewProp_ImportOptions = { "ImportOptions", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithStaticMeshImportData, ImportOptions), Z_Construct_UScriptStruct_FDatasmithStaticMeshImportOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ImportOptions_MetaData), NewProp_ImportOptions_MetaData) }; // 259832882 #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::NewProp_ImportOptions, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithStaticMeshImportData Property Definitions ************************ UObject* (*const Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithAssetImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::ClassParams = { &UDatasmithStaticMeshImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::PropPointers, nullptr), nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::PropPointers), 0), 0, 0x008810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::Class_MetaDataParams) }; void UDatasmithStaticMeshImportData::StaticRegisterNativesUDatasmithStaticMeshImportData() { } UClass* Z_Construct_UClass_UDatasmithStaticMeshImportData() { if (!Z_Registration_Info_UClass_UDatasmithStaticMeshImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithStaticMeshImportData.OuterSingleton, Z_Construct_UClass_UDatasmithStaticMeshImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithStaticMeshImportData.OuterSingleton; } UDatasmithStaticMeshImportData::UDatasmithStaticMeshImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithStaticMeshImportData); UDatasmithStaticMeshImportData::~UDatasmithStaticMeshImportData() {} // ********** End Class UDatasmithStaticMeshImportData ********************************************* // ********** Begin Class UDatasmithStaticMeshCADImportData **************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithStaticMeshCADImportData; UClass* UDatasmithStaticMeshCADImportData::GetPrivateStaticClass() { using TClass = UDatasmithStaticMeshCADImportData; if (!Z_Registration_Info_UClass_UDatasmithStaticMeshCADImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithStaticMeshCADImportData"), Z_Registration_Info_UClass_UDatasmithStaticMeshCADImportData.InnerSingleton, StaticRegisterNativesUDatasmithStaticMeshCADImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithStaticMeshCADImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithStaticMeshCADImportData_NoRegister() { return UDatasmithStaticMeshCADImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "HideCategories", "InternalProperty" }, { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TessellationOptions_MetaData[] = { { "Category", "StaticMesh" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ShowOnlyInnerProperties", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ModelUnit_MetaData[] = { { "Category", "InternalProperty" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ModelTolerance_MetaData[] = { { "Category", "InternalProperty" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResourcePath_MetaData[] = { { "Category", "InternalProperty" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ResourceFilename_MetaData[] = { { "Category", "InternalProperty" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AuxiliaryFilenames_MetaData[] = { { "Category", "InternalProperty" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UDatasmithStaticMeshCADImportData constinit property declarations ******** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_TessellationOptions; static const UECodeGen_Private::FDoublePropertyParams NewProp_ModelUnit; static const UECodeGen_Private::FDoublePropertyParams NewProp_ModelTolerance; static const UECodeGen_Private::FStrPropertyParams NewProp_ResourcePath; static const UECodeGen_Private::FStrPropertyParams NewProp_ResourceFilename; static const UECodeGen_Private::FStrPropertyParams NewProp_AuxiliaryFilenames_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_AuxiliaryFilenames; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithStaticMeshCADImportData constinit property declarations ********** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics // ********** Begin Class UDatasmithStaticMeshCADImportData Property Definitions ******************* #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_TessellationOptions = { "TessellationOptions", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithStaticMeshCADImportData, TessellationOptions), Z_Construct_UScriptStruct_FDatasmithTessellationOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TessellationOptions_MetaData), NewProp_TessellationOptions_MetaData) }; // 4209511769 const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_ModelUnit = { "ModelUnit", nullptr, (EPropertyFlags)0x0010000800030001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithStaticMeshCADImportData, ModelUnit), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ModelUnit_MetaData), NewProp_ModelUnit_MetaData) }; const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_ModelTolerance = { "ModelTolerance", nullptr, (EPropertyFlags)0x0010000800030001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithStaticMeshCADImportData, ModelTolerance), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ModelTolerance_MetaData), NewProp_ModelTolerance_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_ResourcePath = { "ResourcePath", nullptr, (EPropertyFlags)0x0020080800030001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithStaticMeshCADImportData, ResourcePath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResourcePath_MetaData), NewProp_ResourcePath_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_ResourceFilename = { "ResourceFilename", nullptr, (EPropertyFlags)0x0020080800030001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithStaticMeshCADImportData, ResourceFilename), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ResourceFilename_MetaData), NewProp_ResourceFilename_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_AuxiliaryFilenames_Inner = { "AuxiliaryFilenames", nullptr, (EPropertyFlags)0x0000000800020000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_AuxiliaryFilenames = { "AuxiliaryFilenames", nullptr, (EPropertyFlags)0x0020080800030001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithStaticMeshCADImportData, AuxiliaryFilenames), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AuxiliaryFilenames_MetaData), NewProp_AuxiliaryFilenames_MetaData) }; #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_TessellationOptions, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_ModelUnit, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_ModelTolerance, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_ResourcePath, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_ResourceFilename, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_AuxiliaryFilenames_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::NewProp_AuxiliaryFilenames, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithStaticMeshCADImportData Property Definitions ********************* UObject* (*const Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithStaticMeshImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::ClassParams = { &UDatasmithStaticMeshCADImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::PropPointers, nullptr), nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::PropPointers), 0), 0, 0x008810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::Class_MetaDataParams) }; void UDatasmithStaticMeshCADImportData::StaticRegisterNativesUDatasmithStaticMeshCADImportData() { } UClass* Z_Construct_UClass_UDatasmithStaticMeshCADImportData() { if (!Z_Registration_Info_UClass_UDatasmithStaticMeshCADImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithStaticMeshCADImportData.OuterSingleton, Z_Construct_UClass_UDatasmithStaticMeshCADImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithStaticMeshCADImportData.OuterSingleton; } UDatasmithStaticMeshCADImportData::UDatasmithStaticMeshCADImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithStaticMeshCADImportData); UDatasmithStaticMeshCADImportData::~UDatasmithStaticMeshCADImportData() {} IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UDatasmithStaticMeshCADImportData) // ********** End Class UDatasmithStaticMeshCADImportData ****************************************** // ********** Begin Class UDatasmithSceneImportData ************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithSceneImportData; UClass* UDatasmithSceneImportData::GetPrivateStaticClass() { using TClass = UDatasmithSceneImportData; if (!Z_Registration_Info_UClass_UDatasmithSceneImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithSceneImportData"), Z_Registration_Info_UClass_UDatasmithSceneImportData.InnerSingleton, StaticRegisterNativesUDatasmithSceneImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithSceneImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithSceneImportData_NoRegister() { return UDatasmithSceneImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithSceneImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Base class for import data and options used when importing any asset from Datasmith\n */" }, { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ToolTip", "Base class for import data and options used when importing any asset from Datasmith" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaseOptions_MetaData[] = { { "Category", "Options" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ShowOnlyInnerProperties", "" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DatasmithImportInfo_MetaData[] = { { "Category", "External Source" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UDatasmithSceneImportData constinit property declarations **************** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_BaseOptions; static const UECodeGen_Private::FStructPropertyParams NewProp_DatasmithImportInfo; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithSceneImportData constinit property declarations ****************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithSceneImportData_Statics // ********** Begin Class UDatasmithSceneImportData Property Definitions *************************** #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDatasmithSceneImportData_Statics::NewProp_BaseOptions = { "BaseOptions", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithSceneImportData, BaseOptions), Z_Construct_UScriptStruct_FDatasmithImportBaseOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaseOptions_MetaData), NewProp_BaseOptions_MetaData) }; // 4069176615 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDatasmithSceneImportData_Statics::NewProp_DatasmithImportInfo = { "DatasmithImportInfo", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithSceneImportData, DatasmithImportInfo), Z_Construct_UScriptStruct_FDatasmithImportInfo, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DatasmithImportInfo_MetaData), NewProp_DatasmithImportInfo_MetaData) }; // 3378177457 #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithSceneImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithSceneImportData_Statics::NewProp_BaseOptions, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithSceneImportData_Statics::NewProp_DatasmithImportInfo, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithSceneImportData_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithSceneImportData Property Definitions ***************************** UObject* (*const Z_Construct_UClass_UDatasmithSceneImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UAssetImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithSceneImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithSceneImportData_Statics::ClassParams = { &UDatasmithSceneImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UDatasmithSceneImportData_Statics::PropPointers, nullptr), nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithSceneImportData_Statics::PropPointers), 0), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithSceneImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithSceneImportData_Statics::Class_MetaDataParams) }; void UDatasmithSceneImportData::StaticRegisterNativesUDatasmithSceneImportData() { } UClass* Z_Construct_UClass_UDatasmithSceneImportData() { if (!Z_Registration_Info_UClass_UDatasmithSceneImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithSceneImportData.OuterSingleton, Z_Construct_UClass_UDatasmithSceneImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithSceneImportData.OuterSingleton; } UDatasmithSceneImportData::UDatasmithSceneImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithSceneImportData); UDatasmithSceneImportData::~UDatasmithSceneImportData() {} // ********** End Class UDatasmithSceneImportData ************************************************** // ********** Begin Class UDatasmithTranslatedSceneImportData ************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithTranslatedSceneImportData; UClass* UDatasmithTranslatedSceneImportData::GetPrivateStaticClass() { using TClass = UDatasmithTranslatedSceneImportData; if (!Z_Registration_Info_UClass_UDatasmithTranslatedSceneImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithTranslatedSceneImportData"), Z_Registration_Info_UClass_UDatasmithTranslatedSceneImportData.InnerSingleton, StaticRegisterNativesUDatasmithTranslatedSceneImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithTranslatedSceneImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithTranslatedSceneImportData_NoRegister() { return UDatasmithTranslatedSceneImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Import data and options specific to Datasmith scenes imported through the translator system\n */" }, { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ToolTip", "Import data and options specific to Datasmith scenes imported through the translator system" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AdditionalOptions_MetaData[] = { { "Category", "Options" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ShowOnlyInnerProperties", "" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UDatasmithTranslatedSceneImportData constinit property declarations ****** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FObjectPropertyParams NewProp_AdditionalOptions_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_AdditionalOptions; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithTranslatedSceneImportData constinit property declarations ******** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics // ********** Begin Class UDatasmithTranslatedSceneImportData Property Definitions ***************** #if WITH_EDITORONLY_DATA const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::NewProp_AdditionalOptions_Inner = { "AdditionalOptions", nullptr, (EPropertyFlags)0x0104000800000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UDatasmithOptionsBase_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::NewProp_AdditionalOptions = { "AdditionalOptions", nullptr, (EPropertyFlags)0x0114000800000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithTranslatedSceneImportData, AdditionalOptions), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AdditionalOptions_MetaData), NewProp_AdditionalOptions_MetaData) }; #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::NewProp_AdditionalOptions_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::NewProp_AdditionalOptions, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithTranslatedSceneImportData Property Definitions ******************* UObject* (*const Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithSceneImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::ClassParams = { &UDatasmithTranslatedSceneImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::PropPointers, nullptr), nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::PropPointers), 0), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::Class_MetaDataParams) }; void UDatasmithTranslatedSceneImportData::StaticRegisterNativesUDatasmithTranslatedSceneImportData() { } UClass* Z_Construct_UClass_UDatasmithTranslatedSceneImportData() { if (!Z_Registration_Info_UClass_UDatasmithTranslatedSceneImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithTranslatedSceneImportData.OuterSingleton, Z_Construct_UClass_UDatasmithTranslatedSceneImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithTranslatedSceneImportData.OuterSingleton; } UDatasmithTranslatedSceneImportData::UDatasmithTranslatedSceneImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithTranslatedSceneImportData); UDatasmithTranslatedSceneImportData::~UDatasmithTranslatedSceneImportData() {} // ********** End Class UDatasmithTranslatedSceneImportData **************************************** // ********** Begin Class UDatasmithCADImportSceneData ********************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithCADImportSceneData; UClass* UDatasmithCADImportSceneData::GetPrivateStaticClass() { using TClass = UDatasmithCADImportSceneData; if (!Z_Registration_Info_UClass_UDatasmithCADImportSceneData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithCADImportSceneData"), Z_Registration_Info_UClass_UDatasmithCADImportSceneData.InnerSingleton, StaticRegisterNativesUDatasmithCADImportSceneData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithCADImportSceneData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithCADImportSceneData_NoRegister() { return UDatasmithCADImportSceneData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithCADImportSceneData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * Import data and options specific to tessellated Datasmith scenes\n */" }, { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ToolTip", "Import data and options specific to tessellated Datasmith scenes" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TessellationOptions_MetaData[] = { { "Category", "Tessellation" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ShowOnlyInnerProperties", "" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UDatasmithCADImportSceneData constinit property declarations ************* #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_TessellationOptions; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithCADImportSceneData constinit property declarations *************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithCADImportSceneData_Statics // ********** Begin Class UDatasmithCADImportSceneData Property Definitions ************************ #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::NewProp_TessellationOptions = { "TessellationOptions", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithCADImportSceneData, TessellationOptions), Z_Construct_UScriptStruct_FDatasmithTessellationOptions, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TessellationOptions_MetaData), NewProp_TessellationOptions_MetaData) }; // 4209511769 #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::NewProp_TessellationOptions, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End Class UDatasmithCADImportSceneData Property Definitions ************************** UObject* (*const Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithSceneImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::ClassParams = { &UDatasmithCADImportSceneData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::PropPointers, nullptr), nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::PropPointers), 0), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::Class_MetaDataParams) }; void UDatasmithCADImportSceneData::StaticRegisterNativesUDatasmithCADImportSceneData() { } UClass* Z_Construct_UClass_UDatasmithCADImportSceneData() { if (!Z_Registration_Info_UClass_UDatasmithCADImportSceneData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithCADImportSceneData.OuterSingleton, Z_Construct_UClass_UDatasmithCADImportSceneData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithCADImportSceneData.OuterSingleton; } UDatasmithCADImportSceneData::UDatasmithCADImportSceneData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithCADImportSceneData); UDatasmithCADImportSceneData::~UDatasmithCADImportSceneData() {} // ********** End Class UDatasmithCADImportSceneData *********************************************** // ********** Begin Class UDatasmithMDLSceneImportData ********************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithMDLSceneImportData; UClass* UDatasmithMDLSceneImportData::GetPrivateStaticClass() { using TClass = UDatasmithMDLSceneImportData; if (!Z_Registration_Info_UClass_UDatasmithMDLSceneImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithMDLSceneImportData"), Z_Registration_Info_UClass_UDatasmithMDLSceneImportData.InnerSingleton, StaticRegisterNativesUDatasmithMDLSceneImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithMDLSceneImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithMDLSceneImportData_NoRegister() { return UDatasmithMDLSceneImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithMDLSceneImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDatasmithMDLSceneImportData constinit property declarations ************* // ********** End Class UDatasmithMDLSceneImportData constinit property declarations *************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithMDLSceneImportData_Statics UObject* (*const Z_Construct_UClass_UDatasmithMDLSceneImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithSceneImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithMDLSceneImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithMDLSceneImportData_Statics::ClassParams = { &UDatasmithMDLSceneImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithMDLSceneImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithMDLSceneImportData_Statics::Class_MetaDataParams) }; void UDatasmithMDLSceneImportData::StaticRegisterNativesUDatasmithMDLSceneImportData() { } UClass* Z_Construct_UClass_UDatasmithMDLSceneImportData() { if (!Z_Registration_Info_UClass_UDatasmithMDLSceneImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithMDLSceneImportData.OuterSingleton, Z_Construct_UClass_UDatasmithMDLSceneImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithMDLSceneImportData.OuterSingleton; } UDatasmithMDLSceneImportData::UDatasmithMDLSceneImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithMDLSceneImportData); UDatasmithMDLSceneImportData::~UDatasmithMDLSceneImportData() {} // ********** End Class UDatasmithMDLSceneImportData *********************************************** // ********** Begin Class UDatasmithGLTFSceneImportData ******************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithGLTFSceneImportData; UClass* UDatasmithGLTFSceneImportData::GetPrivateStaticClass() { using TClass = UDatasmithGLTFSceneImportData; if (!Z_Registration_Info_UClass_UDatasmithGLTFSceneImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithGLTFSceneImportData"), Z_Registration_Info_UClass_UDatasmithGLTFSceneImportData.InnerSingleton, StaticRegisterNativesUDatasmithGLTFSceneImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithGLTFSceneImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithGLTFSceneImportData_NoRegister() { return UDatasmithGLTFSceneImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Generator_MetaData[] = { { "Category", "Scene Info" }, { "DisplayName", "Generator Name" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Version_MetaData[] = { { "Category", "Scene Info" }, { "DisplayName", "Version" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Author_MetaData[] = { { "Category", "Scene Info" }, { "DisplayName", "Author" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_License_MetaData[] = { { "Category", "Scene Info" }, { "DisplayName", "License" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Source_MetaData[] = { { "Category", "Scene Info" }, { "DisplayName", "Source" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDatasmithGLTFSceneImportData constinit property declarations ************ static const UECodeGen_Private::FStrPropertyParams NewProp_Generator; static const UECodeGen_Private::FFloatPropertyParams NewProp_Version; static const UECodeGen_Private::FStrPropertyParams NewProp_Author; static const UECodeGen_Private::FStrPropertyParams NewProp_License; static const UECodeGen_Private::FStrPropertyParams NewProp_Source; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UDatasmithGLTFSceneImportData constinit property declarations ************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics // ********** Begin Class UDatasmithGLTFSceneImportData Property Definitions *********************** const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_Generator = { "Generator", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithGLTFSceneImportData, Generator), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Generator_MetaData), NewProp_Generator_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_Version = { "Version", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithGLTFSceneImportData, Version), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Version_MetaData), NewProp_Version_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_Author = { "Author", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithGLTFSceneImportData, Author), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Author_MetaData), NewProp_Author_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_License = { "License", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithGLTFSceneImportData, License), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_License_MetaData), NewProp_License_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_Source = { "Source", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithGLTFSceneImportData, Source), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Source_MetaData), NewProp_Source_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_Generator, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_Version, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_Author, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_License, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::NewProp_Source, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::PropPointers) < 2048); // ********** End Class UDatasmithGLTFSceneImportData Property Definitions ************************* UObject* (*const Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithSceneImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::ClassParams = { &UDatasmithGLTFSceneImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::PropPointers), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::Class_MetaDataParams) }; void UDatasmithGLTFSceneImportData::StaticRegisterNativesUDatasmithGLTFSceneImportData() { } UClass* Z_Construct_UClass_UDatasmithGLTFSceneImportData() { if (!Z_Registration_Info_UClass_UDatasmithGLTFSceneImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithGLTFSceneImportData.OuterSingleton, Z_Construct_UClass_UDatasmithGLTFSceneImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithGLTFSceneImportData.OuterSingleton; } UDatasmithGLTFSceneImportData::UDatasmithGLTFSceneImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithGLTFSceneImportData); UDatasmithGLTFSceneImportData::~UDatasmithGLTFSceneImportData() {} // ********** End Class UDatasmithGLTFSceneImportData ********************************************** // ********** Begin Class UDatasmithStaticMeshGLTFImportData *************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithStaticMeshGLTFImportData; UClass* UDatasmithStaticMeshGLTFImportData::GetPrivateStaticClass() { using TClass = UDatasmithStaticMeshGLTFImportData; if (!Z_Registration_Info_UClass_UDatasmithStaticMeshGLTFImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithStaticMeshGLTFImportData"), Z_Registration_Info_UClass_UDatasmithStaticMeshGLTFImportData.InnerSingleton, StaticRegisterNativesUDatasmithStaticMeshGLTFImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithStaticMeshGLTFImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_NoRegister() { return UDatasmithStaticMeshGLTFImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceMeshName_MetaData[] = { { "Category", "InternalProperty" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDatasmithStaticMeshGLTFImportData constinit property declarations ******* static const UECodeGen_Private::FStrPropertyParams NewProp_SourceMeshName; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UDatasmithStaticMeshGLTFImportData constinit property declarations ********* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics // ********** Begin Class UDatasmithStaticMeshGLTFImportData Property Definitions ****************** const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::NewProp_SourceMeshName = { "SourceMeshName", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithStaticMeshGLTFImportData, SourceMeshName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceMeshName_MetaData), NewProp_SourceMeshName_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::NewProp_SourceMeshName, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::PropPointers) < 2048); // ********** End Class UDatasmithStaticMeshGLTFImportData Property Definitions ******************** UObject* (*const Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithStaticMeshImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::ClassParams = { &UDatasmithStaticMeshGLTFImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::PropPointers), 0, 0x008810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::Class_MetaDataParams) }; void UDatasmithStaticMeshGLTFImportData::StaticRegisterNativesUDatasmithStaticMeshGLTFImportData() { } UClass* Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData() { if (!Z_Registration_Info_UClass_UDatasmithStaticMeshGLTFImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithStaticMeshGLTFImportData.OuterSingleton, Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithStaticMeshGLTFImportData.OuterSingleton; } UDatasmithStaticMeshGLTFImportData::UDatasmithStaticMeshGLTFImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithStaticMeshGLTFImportData); UDatasmithStaticMeshGLTFImportData::~UDatasmithStaticMeshGLTFImportData() {} // ********** End Class UDatasmithStaticMeshGLTFImportData ***************************************** // ********** Begin Class UDatasmithFBXSceneImportData ********************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithFBXSceneImportData; UClass* UDatasmithFBXSceneImportData::GetPrivateStaticClass() { using TClass = UDatasmithFBXSceneImportData; if (!Z_Registration_Info_UClass_UDatasmithFBXSceneImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithFBXSceneImportData"), Z_Registration_Info_UClass_UDatasmithFBXSceneImportData.InnerSingleton, StaticRegisterNativesUDatasmithFBXSceneImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithFBXSceneImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithFBXSceneImportData_NoRegister() { return UDatasmithFBXSceneImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bGenerateLightmapUVs_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TexturesDir_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IntermediateSerialization_MetaData[] = { { "Category", "ImportOptions" }, { "Comment", "// Corresponds to a EDatasmithFBXIntermediateSerializationType\n" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, { "ToolTip", "Corresponds to a EDatasmithFBXIntermediateSerializationType" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bColorizeMaterials_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDatasmithFBXSceneImportData constinit property declarations ************* static void NewProp_bGenerateLightmapUVs_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bGenerateLightmapUVs; static const UECodeGen_Private::FStrPropertyParams NewProp_TexturesDir; static const UECodeGen_Private::FBytePropertyParams NewProp_IntermediateSerialization; static void NewProp_bColorizeMaterials_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bColorizeMaterials; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UDatasmithFBXSceneImportData constinit property declarations *************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics // ********** Begin Class UDatasmithFBXSceneImportData Property Definitions ************************ void Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_bGenerateLightmapUVs_SetBit(void* Obj) { ((UDatasmithFBXSceneImportData*)Obj)->bGenerateLightmapUVs = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_bGenerateLightmapUVs = { "bGenerateLightmapUVs", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithFBXSceneImportData), &Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_bGenerateLightmapUVs_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bGenerateLightmapUVs_MetaData), NewProp_bGenerateLightmapUVs_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_TexturesDir = { "TexturesDir", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithFBXSceneImportData, TexturesDir), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TexturesDir_MetaData), NewProp_TexturesDir_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_IntermediateSerialization = { "IntermediateSerialization", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithFBXSceneImportData, IntermediateSerialization), nullptr, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IntermediateSerialization_MetaData), NewProp_IntermediateSerialization_MetaData) }; void Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_bColorizeMaterials_SetBit(void* Obj) { ((UDatasmithFBXSceneImportData*)Obj)->bColorizeMaterials = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_bColorizeMaterials = { "bColorizeMaterials", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithFBXSceneImportData), &Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_bColorizeMaterials_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bColorizeMaterials_MetaData), NewProp_bColorizeMaterials_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_bGenerateLightmapUVs, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_TexturesDir, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_IntermediateSerialization, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::NewProp_bColorizeMaterials, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::PropPointers) < 2048); // ********** End Class UDatasmithFBXSceneImportData Property Definitions ************************** UObject* (*const Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithSceneImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::ClassParams = { &UDatasmithFBXSceneImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::PropPointers), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::Class_MetaDataParams) }; void UDatasmithFBXSceneImportData::StaticRegisterNativesUDatasmithFBXSceneImportData() { } UClass* Z_Construct_UClass_UDatasmithFBXSceneImportData() { if (!Z_Registration_Info_UClass_UDatasmithFBXSceneImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithFBXSceneImportData.OuterSingleton, Z_Construct_UClass_UDatasmithFBXSceneImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithFBXSceneImportData.OuterSingleton; } UDatasmithFBXSceneImportData::UDatasmithFBXSceneImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithFBXSceneImportData); UDatasmithFBXSceneImportData::~UDatasmithFBXSceneImportData() {} // ********** End Class UDatasmithFBXSceneImportData *********************************************** // ********** Begin Class UDatasmithDeltaGenAssetImportData **************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithDeltaGenAssetImportData; UClass* UDatasmithDeltaGenAssetImportData::GetPrivateStaticClass() { using TClass = UDatasmithDeltaGenAssetImportData; if (!Z_Registration_Info_UClass_UDatasmithDeltaGenAssetImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithDeltaGenAssetImportData"), Z_Registration_Info_UClass_UDatasmithDeltaGenAssetImportData.InnerSingleton, StaticRegisterNativesUDatasmithDeltaGenAssetImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithDeltaGenAssetImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_NoRegister() { return UDatasmithDeltaGenAssetImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDatasmithDeltaGenAssetImportData constinit property declarations ******** // ********** End Class UDatasmithDeltaGenAssetImportData constinit property declarations ********** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_Statics UObject* (*const Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithAssetImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_Statics::ClassParams = { &UDatasmithDeltaGenAssetImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x008810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_Statics::Class_MetaDataParams) }; void UDatasmithDeltaGenAssetImportData::StaticRegisterNativesUDatasmithDeltaGenAssetImportData() { } UClass* Z_Construct_UClass_UDatasmithDeltaGenAssetImportData() { if (!Z_Registration_Info_UClass_UDatasmithDeltaGenAssetImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithDeltaGenAssetImportData.OuterSingleton, Z_Construct_UClass_UDatasmithDeltaGenAssetImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithDeltaGenAssetImportData.OuterSingleton; } UDatasmithDeltaGenAssetImportData::UDatasmithDeltaGenAssetImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithDeltaGenAssetImportData); UDatasmithDeltaGenAssetImportData::~UDatasmithDeltaGenAssetImportData() {} // ********** End Class UDatasmithDeltaGenAssetImportData ****************************************** // ********** Begin Class UDatasmithDeltaGenSceneImportData **************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithDeltaGenSceneImportData; UClass* UDatasmithDeltaGenSceneImportData::GetPrivateStaticClass() { using TClass = UDatasmithDeltaGenSceneImportData; if (!Z_Registration_Info_UClass_UDatasmithDeltaGenSceneImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithDeltaGenSceneImportData"), Z_Registration_Info_UClass_UDatasmithDeltaGenSceneImportData.InnerSingleton, StaticRegisterNativesUDatasmithDeltaGenSceneImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithDeltaGenSceneImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_NoRegister() { return UDatasmithDeltaGenSceneImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bMergeNodes_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOptimizeDuplicatedNodes_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bRemoveInvisibleNodes_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSimplifyNodeHierarchy_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bImportVar_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VarPath_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bImportPos_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PosPath_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bImportTml_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TmlPath_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDatasmithDeltaGenSceneImportData constinit property declarations ******** static void NewProp_bMergeNodes_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bMergeNodes; static void NewProp_bOptimizeDuplicatedNodes_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bOptimizeDuplicatedNodes; static void NewProp_bRemoveInvisibleNodes_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bRemoveInvisibleNodes; static void NewProp_bSimplifyNodeHierarchy_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSimplifyNodeHierarchy; static void NewProp_bImportVar_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bImportVar; static const UECodeGen_Private::FStrPropertyParams NewProp_VarPath; static void NewProp_bImportPos_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bImportPos; static const UECodeGen_Private::FStrPropertyParams NewProp_PosPath; static void NewProp_bImportTml_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bImportTml; static const UECodeGen_Private::FStrPropertyParams NewProp_TmlPath; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UDatasmithDeltaGenSceneImportData constinit property declarations ********** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics // ********** Begin Class UDatasmithDeltaGenSceneImportData Property Definitions ******************* void Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bMergeNodes_SetBit(void* Obj) { ((UDatasmithDeltaGenSceneImportData*)Obj)->bMergeNodes = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bMergeNodes = { "bMergeNodes", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithDeltaGenSceneImportData), &Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bMergeNodes_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bMergeNodes_MetaData), NewProp_bMergeNodes_MetaData) }; void Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bOptimizeDuplicatedNodes_SetBit(void* Obj) { ((UDatasmithDeltaGenSceneImportData*)Obj)->bOptimizeDuplicatedNodes = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bOptimizeDuplicatedNodes = { "bOptimizeDuplicatedNodes", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithDeltaGenSceneImportData), &Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bOptimizeDuplicatedNodes_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOptimizeDuplicatedNodes_MetaData), NewProp_bOptimizeDuplicatedNodes_MetaData) }; void Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bRemoveInvisibleNodes_SetBit(void* Obj) { ((UDatasmithDeltaGenSceneImportData*)Obj)->bRemoveInvisibleNodes = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bRemoveInvisibleNodes = { "bRemoveInvisibleNodes", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithDeltaGenSceneImportData), &Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bRemoveInvisibleNodes_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bRemoveInvisibleNodes_MetaData), NewProp_bRemoveInvisibleNodes_MetaData) }; void Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bSimplifyNodeHierarchy_SetBit(void* Obj) { ((UDatasmithDeltaGenSceneImportData*)Obj)->bSimplifyNodeHierarchy = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bSimplifyNodeHierarchy = { "bSimplifyNodeHierarchy", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithDeltaGenSceneImportData), &Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bSimplifyNodeHierarchy_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSimplifyNodeHierarchy_MetaData), NewProp_bSimplifyNodeHierarchy_MetaData) }; void Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportVar_SetBit(void* Obj) { ((UDatasmithDeltaGenSceneImportData*)Obj)->bImportVar = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportVar = { "bImportVar", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithDeltaGenSceneImportData), &Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportVar_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bImportVar_MetaData), NewProp_bImportVar_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_VarPath = { "VarPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithDeltaGenSceneImportData, VarPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VarPath_MetaData), NewProp_VarPath_MetaData) }; void Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportPos_SetBit(void* Obj) { ((UDatasmithDeltaGenSceneImportData*)Obj)->bImportPos = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportPos = { "bImportPos", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithDeltaGenSceneImportData), &Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportPos_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bImportPos_MetaData), NewProp_bImportPos_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_PosPath = { "PosPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithDeltaGenSceneImportData, PosPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PosPath_MetaData), NewProp_PosPath_MetaData) }; void Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportTml_SetBit(void* Obj) { ((UDatasmithDeltaGenSceneImportData*)Obj)->bImportTml = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportTml = { "bImportTml", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithDeltaGenSceneImportData), &Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportTml_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bImportTml_MetaData), NewProp_bImportTml_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_TmlPath = { "TmlPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithDeltaGenSceneImportData, TmlPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TmlPath_MetaData), NewProp_TmlPath_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bMergeNodes, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bOptimizeDuplicatedNodes, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bRemoveInvisibleNodes, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bSimplifyNodeHierarchy, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportVar, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_VarPath, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportPos, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_PosPath, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_bImportTml, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::NewProp_TmlPath, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::PropPointers) < 2048); // ********** End Class UDatasmithDeltaGenSceneImportData Property Definitions ********************* UObject* (*const Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithFBXSceneImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::ClassParams = { &UDatasmithDeltaGenSceneImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::PropPointers), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::Class_MetaDataParams) }; void UDatasmithDeltaGenSceneImportData::StaticRegisterNativesUDatasmithDeltaGenSceneImportData() { } UClass* Z_Construct_UClass_UDatasmithDeltaGenSceneImportData() { if (!Z_Registration_Info_UClass_UDatasmithDeltaGenSceneImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithDeltaGenSceneImportData.OuterSingleton, Z_Construct_UClass_UDatasmithDeltaGenSceneImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithDeltaGenSceneImportData.OuterSingleton; } UDatasmithDeltaGenSceneImportData::UDatasmithDeltaGenSceneImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithDeltaGenSceneImportData); UDatasmithDeltaGenSceneImportData::~UDatasmithDeltaGenSceneImportData() {} // ********** End Class UDatasmithDeltaGenSceneImportData ****************************************** // ********** Begin Class UDatasmithVREDAssetImportData ******************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithVREDAssetImportData; UClass* UDatasmithVREDAssetImportData::GetPrivateStaticClass() { using TClass = UDatasmithVREDAssetImportData; if (!Z_Registration_Info_UClass_UDatasmithVREDAssetImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithVREDAssetImportData"), Z_Registration_Info_UClass_UDatasmithVREDAssetImportData.InnerSingleton, StaticRegisterNativesUDatasmithVREDAssetImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithVREDAssetImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithVREDAssetImportData_NoRegister() { return UDatasmithVREDAssetImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithVREDAssetImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDatasmithVREDAssetImportData constinit property declarations ************ // ********** End Class UDatasmithVREDAssetImportData constinit property declarations ************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithVREDAssetImportData_Statics UObject* (*const Z_Construct_UClass_UDatasmithVREDAssetImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithAssetImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithVREDAssetImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithVREDAssetImportData_Statics::ClassParams = { &UDatasmithVREDAssetImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x008810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithVREDAssetImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithVREDAssetImportData_Statics::Class_MetaDataParams) }; void UDatasmithVREDAssetImportData::StaticRegisterNativesUDatasmithVREDAssetImportData() { } UClass* Z_Construct_UClass_UDatasmithVREDAssetImportData() { if (!Z_Registration_Info_UClass_UDatasmithVREDAssetImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithVREDAssetImportData.OuterSingleton, Z_Construct_UClass_UDatasmithVREDAssetImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithVREDAssetImportData.OuterSingleton; } UDatasmithVREDAssetImportData::UDatasmithVREDAssetImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithVREDAssetImportData); UDatasmithVREDAssetImportData::~UDatasmithVREDAssetImportData() {} // ********** End Class UDatasmithVREDAssetImportData ********************************************** // ********** Begin Class UDatasmithVREDSceneImportData ******************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UDatasmithVREDSceneImportData; UClass* UDatasmithVREDSceneImportData::GetPrivateStaticClass() { using TClass = UDatasmithVREDSceneImportData; if (!Z_Registration_Info_UClass_UDatasmithVREDSceneImportData.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("DatasmithVREDSceneImportData"), Z_Registration_Info_UClass_UDatasmithVREDSceneImportData.InnerSingleton, StaticRegisterNativesUDatasmithVREDSceneImportData, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UDatasmithVREDSceneImportData.InnerSingleton; } UClass* Z_Construct_UClass_UDatasmithVREDSceneImportData_NoRegister() { return UDatasmithVREDSceneImportData::GetPrivateStaticClass(); } struct Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "DatasmithAssetImportData.h" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bMergeNodes_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOptimizeDuplicatedNodes_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bImportMats_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MatsPath_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bImportVar_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCleanVar_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VarPath_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bImportLightInfo_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LightInfoPath_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bImportClipInfo_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClipInfoPath_MetaData[] = { { "Category", "ImportOptions" }, { "ModuleRelativePath", "Public/DatasmithAssetImportData.h" }, }; #endif // WITH_METADATA // ********** Begin Class UDatasmithVREDSceneImportData constinit property declarations ************ static void NewProp_bMergeNodes_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bMergeNodes; static void NewProp_bOptimizeDuplicatedNodes_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bOptimizeDuplicatedNodes; static void NewProp_bImportMats_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bImportMats; static const UECodeGen_Private::FStrPropertyParams NewProp_MatsPath; static void NewProp_bImportVar_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bImportVar; static void NewProp_bCleanVar_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCleanVar; static const UECodeGen_Private::FStrPropertyParams NewProp_VarPath; static void NewProp_bImportLightInfo_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bImportLightInfo; static const UECodeGen_Private::FStrPropertyParams NewProp_LightInfoPath; static void NewProp_bImportClipInfo_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bImportClipInfo; static const UECodeGen_Private::FStrPropertyParams NewProp_ClipInfoPath; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UDatasmithVREDSceneImportData constinit property declarations ************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics // ********** Begin Class UDatasmithVREDSceneImportData Property Definitions *********************** void Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bMergeNodes_SetBit(void* Obj) { ((UDatasmithVREDSceneImportData*)Obj)->bMergeNodes = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bMergeNodes = { "bMergeNodes", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithVREDSceneImportData), &Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bMergeNodes_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bMergeNodes_MetaData), NewProp_bMergeNodes_MetaData) }; void Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bOptimizeDuplicatedNodes_SetBit(void* Obj) { ((UDatasmithVREDSceneImportData*)Obj)->bOptimizeDuplicatedNodes = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bOptimizeDuplicatedNodes = { "bOptimizeDuplicatedNodes", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithVREDSceneImportData), &Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bOptimizeDuplicatedNodes_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOptimizeDuplicatedNodes_MetaData), NewProp_bOptimizeDuplicatedNodes_MetaData) }; void Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportMats_SetBit(void* Obj) { ((UDatasmithVREDSceneImportData*)Obj)->bImportMats = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportMats = { "bImportMats", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithVREDSceneImportData), &Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportMats_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bImportMats_MetaData), NewProp_bImportMats_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_MatsPath = { "MatsPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithVREDSceneImportData, MatsPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MatsPath_MetaData), NewProp_MatsPath_MetaData) }; void Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportVar_SetBit(void* Obj) { ((UDatasmithVREDSceneImportData*)Obj)->bImportVar = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportVar = { "bImportVar", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithVREDSceneImportData), &Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportVar_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bImportVar_MetaData), NewProp_bImportVar_MetaData) }; void Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bCleanVar_SetBit(void* Obj) { ((UDatasmithVREDSceneImportData*)Obj)->bCleanVar = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bCleanVar = { "bCleanVar", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithVREDSceneImportData), &Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bCleanVar_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCleanVar_MetaData), NewProp_bCleanVar_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_VarPath = { "VarPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithVREDSceneImportData, VarPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VarPath_MetaData), NewProp_VarPath_MetaData) }; void Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportLightInfo_SetBit(void* Obj) { ((UDatasmithVREDSceneImportData*)Obj)->bImportLightInfo = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportLightInfo = { "bImportLightInfo", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithVREDSceneImportData), &Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportLightInfo_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bImportLightInfo_MetaData), NewProp_bImportLightInfo_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_LightInfoPath = { "LightInfoPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithVREDSceneImportData, LightInfoPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LightInfoPath_MetaData), NewProp_LightInfoPath_MetaData) }; void Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportClipInfo_SetBit(void* Obj) { ((UDatasmithVREDSceneImportData*)Obj)->bImportClipInfo = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportClipInfo = { "bImportClipInfo", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UDatasmithVREDSceneImportData), &Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportClipInfo_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bImportClipInfo_MetaData), NewProp_bImportClipInfo_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_ClipInfoPath = { "ClipInfoPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDatasmithVREDSceneImportData, ClipInfoPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClipInfoPath_MetaData), NewProp_ClipInfoPath_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bMergeNodes, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bOptimizeDuplicatedNodes, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportMats, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_MatsPath, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportVar, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bCleanVar, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_VarPath, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportLightInfo, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_LightInfoPath, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_bImportClipInfo, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::NewProp_ClipInfoPath, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::PropPointers) < 2048); // ********** End Class UDatasmithVREDSceneImportData Property Definitions ************************* UObject* (*const Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UDatasmithFBXSceneImportData, (UObject* (*)())Z_Construct_UPackage__Script_DatasmithContent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::ClassParams = { &UDatasmithVREDSceneImportData::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::PropPointers), 0, 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::Class_MetaDataParams), Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::Class_MetaDataParams) }; void UDatasmithVREDSceneImportData::StaticRegisterNativesUDatasmithVREDSceneImportData() { } UClass* Z_Construct_UClass_UDatasmithVREDSceneImportData() { if (!Z_Registration_Info_UClass_UDatasmithVREDSceneImportData.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDatasmithVREDSceneImportData.OuterSingleton, Z_Construct_UClass_UDatasmithVREDSceneImportData_Statics::ClassParams); } return Z_Registration_Info_UClass_UDatasmithVREDSceneImportData.OuterSingleton; } UDatasmithVREDSceneImportData::UDatasmithVREDSceneImportData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDatasmithVREDSceneImportData); UDatasmithVREDSceneImportData::~UDatasmithVREDSceneImportData() {} // ********** End Class UDatasmithVREDSceneImportData ********************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetImportData_h__Script_DatasmithContent_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FDatasmithImportInfo::StaticStruct, Z_Construct_UScriptStruct_FDatasmithImportInfo_Statics::NewStructOps, TEXT("DatasmithImportInfo"),&Z_Registration_Info_UScriptStruct_FDatasmithImportInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FDatasmithImportInfo), 3378177457U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UDatasmithAssetImportData, UDatasmithAssetImportData::StaticClass, TEXT("UDatasmithAssetImportData"), &Z_Registration_Info_UClass_UDatasmithAssetImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithAssetImportData), 3138829748U) }, { Z_Construct_UClass_UDatasmithStaticMeshImportData, UDatasmithStaticMeshImportData::StaticClass, TEXT("UDatasmithStaticMeshImportData"), &Z_Registration_Info_UClass_UDatasmithStaticMeshImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithStaticMeshImportData), 1568814717U) }, { Z_Construct_UClass_UDatasmithStaticMeshCADImportData, UDatasmithStaticMeshCADImportData::StaticClass, TEXT("UDatasmithStaticMeshCADImportData"), &Z_Registration_Info_UClass_UDatasmithStaticMeshCADImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithStaticMeshCADImportData), 4024351012U) }, { Z_Construct_UClass_UDatasmithSceneImportData, UDatasmithSceneImportData::StaticClass, TEXT("UDatasmithSceneImportData"), &Z_Registration_Info_UClass_UDatasmithSceneImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithSceneImportData), 1853514710U) }, { Z_Construct_UClass_UDatasmithTranslatedSceneImportData, UDatasmithTranslatedSceneImportData::StaticClass, TEXT("UDatasmithTranslatedSceneImportData"), &Z_Registration_Info_UClass_UDatasmithTranslatedSceneImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithTranslatedSceneImportData), 647057564U) }, { Z_Construct_UClass_UDatasmithCADImportSceneData, UDatasmithCADImportSceneData::StaticClass, TEXT("UDatasmithCADImportSceneData"), &Z_Registration_Info_UClass_UDatasmithCADImportSceneData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithCADImportSceneData), 739631224U) }, { Z_Construct_UClass_UDatasmithMDLSceneImportData, UDatasmithMDLSceneImportData::StaticClass, TEXT("UDatasmithMDLSceneImportData"), &Z_Registration_Info_UClass_UDatasmithMDLSceneImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithMDLSceneImportData), 3079109432U) }, { Z_Construct_UClass_UDatasmithGLTFSceneImportData, UDatasmithGLTFSceneImportData::StaticClass, TEXT("UDatasmithGLTFSceneImportData"), &Z_Registration_Info_UClass_UDatasmithGLTFSceneImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithGLTFSceneImportData), 1937374558U) }, { Z_Construct_UClass_UDatasmithStaticMeshGLTFImportData, UDatasmithStaticMeshGLTFImportData::StaticClass, TEXT("UDatasmithStaticMeshGLTFImportData"), &Z_Registration_Info_UClass_UDatasmithStaticMeshGLTFImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithStaticMeshGLTFImportData), 2263436189U) }, { Z_Construct_UClass_UDatasmithFBXSceneImportData, UDatasmithFBXSceneImportData::StaticClass, TEXT("UDatasmithFBXSceneImportData"), &Z_Registration_Info_UClass_UDatasmithFBXSceneImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithFBXSceneImportData), 721691977U) }, { Z_Construct_UClass_UDatasmithDeltaGenAssetImportData, UDatasmithDeltaGenAssetImportData::StaticClass, TEXT("UDatasmithDeltaGenAssetImportData"), &Z_Registration_Info_UClass_UDatasmithDeltaGenAssetImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithDeltaGenAssetImportData), 2654830287U) }, { Z_Construct_UClass_UDatasmithDeltaGenSceneImportData, UDatasmithDeltaGenSceneImportData::StaticClass, TEXT("UDatasmithDeltaGenSceneImportData"), &Z_Registration_Info_UClass_UDatasmithDeltaGenSceneImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithDeltaGenSceneImportData), 2432859801U) }, { Z_Construct_UClass_UDatasmithVREDAssetImportData, UDatasmithVREDAssetImportData::StaticClass, TEXT("UDatasmithVREDAssetImportData"), &Z_Registration_Info_UClass_UDatasmithVREDAssetImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithVREDAssetImportData), 2721614597U) }, { Z_Construct_UClass_UDatasmithVREDSceneImportData, UDatasmithVREDSceneImportData::StaticClass, TEXT("UDatasmithVREDSceneImportData"), &Z_Registration_Info_UClass_UDatasmithVREDSceneImportData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDatasmithVREDSceneImportData), 571231405U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetImportData_h__Script_DatasmithContent_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetImportData_h__Script_DatasmithContent_3164895541{ TEXT("/Script/DatasmithContent"), Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetImportData_h__Script_DatasmithContent_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetImportData_h__Script_DatasmithContent_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetImportData_h__Script_DatasmithContent_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_DatasmithContent_Source_DatasmithContent_Public_DatasmithAssetImportData_h__Script_DatasmithContent_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS