Initial Commit

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

View File

@@ -0,0 +1,146 @@
// 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 "AlembicImportFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAlembicImportFactory() {}
// ********** Begin Cross Module References ********************************************************
ALEMBICIMPORTER_API UClass* Z_Construct_UClass_UAlembicImportFactory();
ALEMBICIMPORTER_API UClass* Z_Construct_UClass_UAlembicImportFactory_NoRegister();
ALEMBICLIBRARY_API UClass* Z_Construct_UClass_UAbcImportSettings_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_AlembicImporter();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAlembicImportFactory ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAlembicImportFactory;
UClass* UAlembicImportFactory::GetPrivateStaticClass()
{
using TClass = UAlembicImportFactory;
if (!Z_Registration_Info_UClass_UAlembicImportFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AlembicImportFactory"),
Z_Registration_Info_UClass_UAlembicImportFactory.InnerSingleton,
StaticRegisterNativesUAlembicImportFactory,
sizeof(TClass),
alignof(TClass),
TClass::StaticClassFlags,
TClass::StaticClassCastFlags(),
TClass::StaticConfigName(),
(UClass::ClassConstructorType)InternalConstructor<TClass>,
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
&TClass::Super::StaticClass,
&TClass::WithinClass::StaticClass
);
}
return Z_Registration_Info_UClass_UAlembicImportFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UAlembicImportFactory_NoRegister()
{
return UAlembicImportFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAlembicImportFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "AlembicImportFactory.h" },
{ "ModuleRelativePath", "Classes/AlembicImportFactory.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ImportSettings_MetaData[] = {
{ "Comment", "/** Object used to show import options for Alembic */" },
{ "ModuleRelativePath", "Classes/AlembicImportFactory.h" },
{ "ToolTip", "Object used to show import options for Alembic" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowOption_MetaData[] = {
{ "ModuleRelativePath", "Classes/AlembicImportFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAlembicImportFactory constinit property declarations ********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ImportSettings;
static void NewProp_bShowOption_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowOption;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UAlembicImportFactory constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAlembicImportFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAlembicImportFactory_Statics
// ********** Begin Class UAlembicImportFactory Property Definitions *******************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UAlembicImportFactory_Statics::NewProp_ImportSettings = { "ImportSettings", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAlembicImportFactory, ImportSettings), Z_Construct_UClass_UAbcImportSettings_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ImportSettings_MetaData), NewProp_ImportSettings_MetaData) };
void Z_Construct_UClass_UAlembicImportFactory_Statics::NewProp_bShowOption_SetBit(void* Obj)
{
((UAlembicImportFactory*)Obj)->bShowOption = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAlembicImportFactory_Statics::NewProp_bShowOption = { "bShowOption", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAlembicImportFactory), &Z_Construct_UClass_UAlembicImportFactory_Statics::NewProp_bShowOption_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowOption_MetaData), NewProp_bShowOption_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAlembicImportFactory_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAlembicImportFactory_Statics::NewProp_ImportSettings,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAlembicImportFactory_Statics::NewProp_bShowOption,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAlembicImportFactory_Statics::PropPointers) < 2048);
// ********** End Class UAlembicImportFactory Property Definitions *********************************
UObject* (*const Z_Construct_UClass_UAlembicImportFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_AlembicImporter,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAlembicImportFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAlembicImportFactory_Statics::ClassParams = {
&UAlembicImportFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UAlembicImportFactory_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UAlembicImportFactory_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAlembicImportFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UAlembicImportFactory_Statics::Class_MetaDataParams)
};
void UAlembicImportFactory::StaticRegisterNativesUAlembicImportFactory()
{
}
UClass* Z_Construct_UClass_UAlembicImportFactory()
{
if (!Z_Registration_Info_UClass_UAlembicImportFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAlembicImportFactory.OuterSingleton, Z_Construct_UClass_UAlembicImportFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAlembicImportFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAlembicImportFactory);
UAlembicImportFactory::~UAlembicImportFactory() {}
// ********** End Class UAlembicImportFactory ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h__Script_AlembicImporter_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAlembicImportFactory, UAlembicImportFactory::StaticClass, TEXT("UAlembicImportFactory"), &Z_Registration_Info_UClass_UAlembicImportFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAlembicImportFactory), 326523590U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h__Script_AlembicImporter_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h__Script_AlembicImporter_2478387279{
TEXT("/Script/AlembicImporter"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h__Script_AlembicImporter_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h__Script_AlembicImporter_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "AlembicImportFactory.h"
#ifdef ALEMBICIMPORTER_AlembicImportFactory_generated_h
#error "AlembicImportFactory.generated.h already included, missing '#pragma once' in AlembicImportFactory.h"
#endif
#define ALEMBICIMPORTER_AlembicImportFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAlembicImportFactory ****************************************************
struct Z_Construct_UClass_UAlembicImportFactory_Statics;
ALEMBICIMPORTER_API UClass* Z_Construct_UClass_UAlembicImportFactory_NoRegister();
#define FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h_25_INCLASS \
private: \
static void StaticRegisterNativesUAlembicImportFactory(); \
friend struct ::Z_Construct_UClass_UAlembicImportFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ALEMBICIMPORTER_API UClass* ::Z_Construct_UClass_UAlembicImportFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UAlembicImportFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AlembicImporter"), Z_Construct_UClass_UAlembicImportFactory_NoRegister) \
DECLARE_SERIALIZER(UAlembicImportFactory)
#define FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h_25_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ALEMBICIMPORTER_API UAlembicImportFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAlembicImportFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ALEMBICIMPORTER_API, UAlembicImportFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAlembicImportFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UAlembicImportFactory(UAlembicImportFactory&&) = delete; \
UAlembicImportFactory(const UAlembicImportFactory&) = delete; \
ALEMBICIMPORTER_API virtual ~UAlembicImportFactory();
#define FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h_22_PROLOG
#define FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h_25_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h_25_INCLASS \
FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h_25_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAlembicImportFactory;
// ********** End Class UAlembicImportFactory ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Importers_AlembicImporter_Source_AlembicImporter_Classes_AlembicImportFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

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

View File

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

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Plugins\Importers\AlembicImporter\Source\AlembicImporter\Classes\AlembicImportFactory.h