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,157 @@
// 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 "FacialAnimationBulkImporterSettings.h"
#include "UObject/SoftObjectPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeFacialAnimationBulkImporterSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDirectoryPath();
FACIALANIMATIONEDITOR_API UClass* Z_Construct_UClass_UFacialAnimationBulkImporterSettings();
FACIALANIMATIONEDITOR_API UClass* Z_Construct_UClass_UFacialAnimationBulkImporterSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_FacialAnimationEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UFacialAnimationBulkImporterSettings *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UFacialAnimationBulkImporterSettings;
UClass* UFacialAnimationBulkImporterSettings::GetPrivateStaticClass()
{
using TClass = UFacialAnimationBulkImporterSettings;
if (!Z_Registration_Info_UClass_UFacialAnimationBulkImporterSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("FacialAnimationBulkImporterSettings"),
Z_Registration_Info_UClass_UFacialAnimationBulkImporterSettings.InnerSingleton,
StaticRegisterNativesUFacialAnimationBulkImporterSettings,
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_UFacialAnimationBulkImporterSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UFacialAnimationBulkImporterSettings_NoRegister()
{
return UFacialAnimationBulkImporterSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DevelopmentStatus", "Experimental" },
{ "IncludePath", "FacialAnimationBulkImporterSettings.h" },
{ "ModuleRelativePath", "Private/FacialAnimationBulkImporterSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceImportPath_MetaData[] = {
{ "Category", "Directories" },
{ "Comment", "/** The path to import files from */" },
{ "ModuleRelativePath", "Private/FacialAnimationBulkImporterSettings.h" },
{ "ToolTip", "The path to import files from" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetImportPath_MetaData[] = {
{ "Category", "Directories" },
{ "Comment", "/** The path to import files to */" },
{ "ContentDir", "" },
{ "ModuleRelativePath", "Private/FacialAnimationBulkImporterSettings.h" },
{ "ToolTip", "The path to import files to" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CurveNodeName_MetaData[] = {
{ "Category", "Settings" },
{ "Comment", "/** Node in the FBX scene that contains the curves we are interested in */" },
{ "ModuleRelativePath", "Private/FacialAnimationBulkImporterSettings.h" },
{ "ToolTip", "Node in the FBX scene that contains the curves we are interested in" },
};
#endif // WITH_METADATA
// ********** Begin Class UFacialAnimationBulkImporterSettings constinit property declarations *****
static const UECodeGen_Private::FStructPropertyParams NewProp_SourceImportPath;
static const UECodeGen_Private::FStructPropertyParams NewProp_TargetImportPath;
static const UECodeGen_Private::FStrPropertyParams NewProp_CurveNodeName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UFacialAnimationBulkImporterSettings constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UFacialAnimationBulkImporterSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics
// ********** Begin Class UFacialAnimationBulkImporterSettings Property Definitions ****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::NewProp_SourceImportPath = { "SourceImportPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFacialAnimationBulkImporterSettings, SourceImportPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceImportPath_MetaData), NewProp_SourceImportPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::NewProp_TargetImportPath = { "TargetImportPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFacialAnimationBulkImporterSettings, TargetImportPath), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetImportPath_MetaData), NewProp_TargetImportPath_MetaData) }; // 1225349189
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::NewProp_CurveNodeName = { "CurveNodeName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFacialAnimationBulkImporterSettings, CurveNodeName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CurveNodeName_MetaData), NewProp_CurveNodeName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::NewProp_SourceImportPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::NewProp_TargetImportPath,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::NewProp_CurveNodeName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::PropPointers) < 2048);
// ********** End Class UFacialAnimationBulkImporterSettings Property Definitions ******************
UObject* (*const Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_FacialAnimationEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::ClassParams = {
&UFacialAnimationBulkImporterSettings::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::Class_MetaDataParams)
};
void UFacialAnimationBulkImporterSettings::StaticRegisterNativesUFacialAnimationBulkImporterSettings()
{
}
UClass* Z_Construct_UClass_UFacialAnimationBulkImporterSettings()
{
if (!Z_Registration_Info_UClass_UFacialAnimationBulkImporterSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFacialAnimationBulkImporterSettings.OuterSingleton, Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UFacialAnimationBulkImporterSettings.OuterSingleton;
}
UFacialAnimationBulkImporterSettings::UFacialAnimationBulkImporterSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UFacialAnimationBulkImporterSettings);
UFacialAnimationBulkImporterSettings::~UFacialAnimationBulkImporterSettings() {}
// ********** End Class UFacialAnimationBulkImporterSettings ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h__Script_FacialAnimationEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UFacialAnimationBulkImporterSettings, UFacialAnimationBulkImporterSettings::StaticClass, TEXT("UFacialAnimationBulkImporterSettings"), &Z_Registration_Info_UClass_UFacialAnimationBulkImporterSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFacialAnimationBulkImporterSettings), 3174927611U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h__Script_FacialAnimationEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h__Script_FacialAnimationEditor_3453022274{
TEXT("/Script/FacialAnimationEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h__Script_FacialAnimationEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h__Script_FacialAnimationEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,65 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "FacialAnimationBulkImporterSettings.h"
#ifdef FACIALANIMATIONEDITOR_FacialAnimationBulkImporterSettings_generated_h
#error "FacialAnimationBulkImporterSettings.generated.h already included, missing '#pragma once' in FacialAnimationBulkImporterSettings.h"
#endif
#define FACIALANIMATIONEDITOR_FacialAnimationBulkImporterSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UFacialAnimationBulkImporterSettings *************************************
struct Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics;
FACIALANIMATIONEDITOR_API UClass* Z_Construct_UClass_UFacialAnimationBulkImporterSettings_NoRegister();
#define FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h_11_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUFacialAnimationBulkImporterSettings(); \
friend struct ::Z_Construct_UClass_UFacialAnimationBulkImporterSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend FACIALANIMATIONEDITOR_API UClass* ::Z_Construct_UClass_UFacialAnimationBulkImporterSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UFacialAnimationBulkImporterSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FacialAnimationEditor"), Z_Construct_UClass_UFacialAnimationBulkImporterSettings_NoRegister) \
DECLARE_SERIALIZER(UFacialAnimationBulkImporterSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorPerProjectUserSettings");} \
#define FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h_11_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
FACIALANIMATIONEDITOR_API UFacialAnimationBulkImporterSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UFacialAnimationBulkImporterSettings(UFacialAnimationBulkImporterSettings&&) = delete; \
UFacialAnimationBulkImporterSettings(const UFacialAnimationBulkImporterSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(FACIALANIMATIONEDITOR_API, UFacialAnimationBulkImporterSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFacialAnimationBulkImporterSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFacialAnimationBulkImporterSettings) \
FACIALANIMATIONEDITOR_API virtual ~UFacialAnimationBulkImporterSettings();
#define FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h_7_PROLOG
#define FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h_11_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h_11_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_h_11_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UFacialAnimationBulkImporterSettings;
// ********** End Class UFacialAnimationBulkImporterSettings ***************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Editor_FacialAnimation_Source_FacialAnimationEditor_Private_FacialAnimationBulkImporterSettings_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 EmptyLinkFunctionForGeneratedCodeFacialAnimationEditor_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_FacialAnimationEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_FacialAnimationEditor()
{
if (!Z_Registration_Info_UPackage__Script_FacialAnimationEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/FacialAnimationEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xE12902AC,
0xDA57ECD2,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_FacialAnimationEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_FacialAnimationEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_FacialAnimationEditor(Z_Construct_UPackage__Script_FacialAnimationEditor, TEXT("/Script/FacialAnimationEditor"), Z_Registration_Info_UPackage__Script_FacialAnimationEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xE12902AC, 0xDA57ECD2));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

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

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Plugins\Editor\FacialAnimation\Source\FacialAnimationEditor\Private\FacialAnimationBulkImporterSettings.h