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,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 EmptyLinkFunctionForGeneratedCodeInterchangeFbxParser_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_InterchangeFbxParser;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_InterchangeFbxParser()
{
if (!Z_Registration_Info_UPackage__Script_InterchangeFbxParser.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/InterchangeFbxParser",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0x4D8F38D8,
0x29E9600D,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_InterchangeFbxParser.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_InterchangeFbxParser.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_InterchangeFbxParser(Z_Construct_UPackage__Script_InterchangeFbxParser, TEXT("/Script/InterchangeFbxParser"), Z_Registration_Info_UPackage__Script_InterchangeFbxParser, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x4D8F38D8, 0x29E9600D));
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,143 @@
// 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 "InterchangeFbxSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeInterchangeFbxSettings() {}
// ********** Begin Cross Module References ********************************************************
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
INTERCHANGEFBXPARSER_API UClass* Z_Construct_UClass_UInterchangeFbxSettings();
INTERCHANGEFBXPARSER_API UClass* Z_Construct_UClass_UInterchangeFbxSettings_NoRegister();
INTERCHANGENODES_API UEnum* Z_Construct_UEnum_InterchangeNodes_EInterchangePropertyTracks();
UPackage* Z_Construct_UPackage__Script_InterchangeFbxParser();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UInterchangeFbxSettings **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeFbxSettings;
UClass* UInterchangeFbxSettings::GetPrivateStaticClass()
{
using TClass = UInterchangeFbxSettings;
if (!Z_Registration_Info_UClass_UInterchangeFbxSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("InterchangeFbxSettings"),
Z_Registration_Info_UClass_UInterchangeFbxSettings.InnerSingleton,
StaticRegisterNativesUInterchangeFbxSettings,
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_UInterchangeFbxSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UInterchangeFbxSettings_NoRegister()
{
return UInterchangeFbxSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UInterchangeFbxSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DisplayName", "FBX Settings" },
{ "IncludePath", "InterchangeFbxSettings.h" },
{ "ModuleRelativePath", "Public/InterchangeFbxSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomPropertyTracks_MetaData[] = {
{ "Category", "FBX | Property Tracks" },
{ "ModuleRelativePath", "Public/InterchangeFbxSettings.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UInterchangeFbxSettings constinit property declarations ******************
static const UECodeGen_Private::FIntPropertyParams NewProp_CustomPropertyTracks_ValueProp_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_CustomPropertyTracks_ValueProp;
static const UECodeGen_Private::FStrPropertyParams NewProp_CustomPropertyTracks_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_CustomPropertyTracks;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UInterchangeFbxSettings constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UInterchangeFbxSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UInterchangeFbxSettings_Statics
// ********** Begin Class UInterchangeFbxSettings Property Definitions *****************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UInterchangeFbxSettings_Statics::NewProp_CustomPropertyTracks_ValueProp_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UInterchangeFbxSettings_Statics::NewProp_CustomPropertyTracks_ValueProp = { "CustomPropertyTracks", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UEnum_InterchangeNodes_EInterchangePropertyTracks, METADATA_PARAMS(0, nullptr) }; // 1746434240
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UInterchangeFbxSettings_Statics::NewProp_CustomPropertyTracks_Key_KeyProp = { "CustomPropertyTracks_Key", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UInterchangeFbxSettings_Statics::NewProp_CustomPropertyTracks = { "CustomPropertyTracks", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UInterchangeFbxSettings, CustomPropertyTracks), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomPropertyTracks_MetaData), NewProp_CustomPropertyTracks_MetaData) }; // 1746434240
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UInterchangeFbxSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeFbxSettings_Statics::NewProp_CustomPropertyTracks_ValueProp_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeFbxSettings_Statics::NewProp_CustomPropertyTracks_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeFbxSettings_Statics::NewProp_CustomPropertyTracks_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UInterchangeFbxSettings_Statics::NewProp_CustomPropertyTracks,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeFbxSettings_Statics::PropPointers) < 2048);
// ********** End Class UInterchangeFbxSettings Property Definitions *******************************
UObject* (*const Z_Construct_UClass_UInterchangeFbxSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeFbxParser,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeFbxSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeFbxSettings_Statics::ClassParams = {
&UInterchangeFbxSettings::StaticClass,
"Interchange",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UInterchangeFbxSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeFbxSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeFbxSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeFbxSettings_Statics::Class_MetaDataParams)
};
void UInterchangeFbxSettings::StaticRegisterNativesUInterchangeFbxSettings()
{
}
UClass* Z_Construct_UClass_UInterchangeFbxSettings()
{
if (!Z_Registration_Info_UClass_UInterchangeFbxSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeFbxSettings.OuterSingleton, Z_Construct_UClass_UInterchangeFbxSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UInterchangeFbxSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeFbxSettings);
UInterchangeFbxSettings::~UInterchangeFbxSettings() {}
// ********** End Class UInterchangeFbxSettings ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h__Script_InterchangeFbxParser_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UInterchangeFbxSettings, UInterchangeFbxSettings::StaticClass, TEXT("UInterchangeFbxSettings"), &Z_Registration_Info_UClass_UInterchangeFbxSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeFbxSettings), 3617106448U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h__Script_InterchangeFbxParser_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h__Script_InterchangeFbxParser_2412940276{
TEXT("/Script/InterchangeFbxParser"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h__Script_InterchangeFbxParser_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h__Script_InterchangeFbxParser_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 "InterchangeFbxSettings.h"
#ifdef INTERCHANGEFBXPARSER_InterchangeFbxSettings_generated_h
#error "InterchangeFbxSettings.generated.h already included, missing '#pragma once' in InterchangeFbxSettings.h"
#endif
#define INTERCHANGEFBXPARSER_InterchangeFbxSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UInterchangeFbxSettings **************************************************
struct Z_Construct_UClass_UInterchangeFbxSettings_Statics;
INTERCHANGEFBXPARSER_API UClass* Z_Construct_UClass_UInterchangeFbxSettings_NoRegister();
#define FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h_20_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUInterchangeFbxSettings(); \
friend struct ::Z_Construct_UClass_UInterchangeFbxSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend INTERCHANGEFBXPARSER_API UClass* ::Z_Construct_UClass_UInterchangeFbxSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UInterchangeFbxSettings, UDeveloperSettings, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/InterchangeFbxParser"), Z_Construct_UClass_UInterchangeFbxSettings_NoRegister) \
DECLARE_SERIALIZER(UInterchangeFbxSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("Interchange");} \
#define FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h_20_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UInterchangeFbxSettings(UInterchangeFbxSettings&&) = delete; \
UInterchangeFbxSettings(const UInterchangeFbxSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(INTERCHANGEFBXPARSER_API, UInterchangeFbxSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UInterchangeFbxSettings); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UInterchangeFbxSettings) \
INTERCHANGEFBXPARSER_API virtual ~UInterchangeFbxSettings();
#define FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h_17_PROLOG
#define FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h_20_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h_20_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h_20_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UInterchangeFbxSettings;
// ********** End Class UInterchangeFbxSettings ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Interchange_Runtime_Source_Parsers_Fbx_Public_InterchangeFbxSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Plugins\Interchange\Runtime\Source\Parsers\Fbx\Public\InterchangeFbxSettings.h