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 EmptyLinkFunctionForGeneratedCodeNNEEditor_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_NNEEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_NNEEditor()
{
if (!Z_Registration_Info_UPackage__Script_NNEEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/NNEEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x8A7D89BB,
0xEC980259,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_NNEEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_NNEEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_NNEEditor(Z_Construct_UPackage__Script_NNEEditor, TEXT("/Script/NNEEditor"), Z_Registration_Info_UPackage__Script_NNEEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x8A7D89BB, 0xEC980259));
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,121 @@
// 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 "NNEEditorModelDataFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNNEEditorModelDataFactory() {}
// ********** Begin Cross Module References ********************************************************
NNEEDITOR_API UClass* Z_Construct_UClass_UNNEModelDataFactory();
NNEEDITOR_API UClass* Z_Construct_UClass_UNNEModelDataFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_NNEEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UNNEModelDataFactory *****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNNEModelDataFactory;
UClass* UNNEModelDataFactory::GetPrivateStaticClass()
{
using TClass = UNNEModelDataFactory;
if (!Z_Registration_Info_UClass_UNNEModelDataFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NNEModelDataFactory"),
Z_Registration_Info_UClass_UNNEModelDataFactory.InnerSingleton,
StaticRegisterNativesUNNEModelDataFactory,
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_UNNEModelDataFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UNNEModelDataFactory_NoRegister()
{
return UNNEModelDataFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNNEModelDataFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Class for importing and creating new UNNEModelData assets.\n *\n * The currently supported format is .onnx. The factory is invoked when a file of this format is dragged to the editor's content browser.\n */" },
{ "IncludePath", "NNEEditorModelDataFactory.h" },
{ "ModuleRelativePath", "Private/NNEEditorModelDataFactory.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "Class for importing and creating new UNNEModelData assets.\n\nThe currently supported format is .onnx. The factory is invoked when a file of this format is dragged to the editor's content browser." },
};
#endif // WITH_METADATA
// ********** Begin Class UNNEModelDataFactory constinit property declarations *********************
// ********** End Class UNNEModelDataFactory constinit property declarations ***********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UNNEModelDataFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNNEModelDataFactory_Statics
UObject* (*const Z_Construct_UClass_UNNEModelDataFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_NNEEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNEModelDataFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNEModelDataFactory_Statics::ClassParams = {
&UNNEModelDataFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNEModelDataFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNEModelDataFactory_Statics::Class_MetaDataParams)
};
void UNNEModelDataFactory::StaticRegisterNativesUNNEModelDataFactory()
{
}
UClass* Z_Construct_UClass_UNNEModelDataFactory()
{
if (!Z_Registration_Info_UClass_UNNEModelDataFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNEModelDataFactory.OuterSingleton, Z_Construct_UClass_UNNEModelDataFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNNEModelDataFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNEModelDataFactory);
UNNEModelDataFactory::~UNNEModelDataFactory() {}
// ********** End Class UNNEModelDataFactory *******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h__Script_NNEEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNNEModelDataFactory, UNNEModelDataFactory::StaticClass, TEXT("UNNEModelDataFactory"), &Z_Registration_Info_UClass_UNNEModelDataFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNEModelDataFactory), 1201225876U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h__Script_NNEEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h__Script_NNEEditor_3042013400{
TEXT("/Script/NNEEditor"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h__Script_NNEEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h__Script_NNEEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// 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 "NNEEditorModelDataFactory.h"
#ifdef NNEEDITOR_NNEEditorModelDataFactory_generated_h
#error "NNEEditorModelDataFactory.generated.h already included, missing '#pragma once' in NNEEditorModelDataFactory.h"
#endif
#define NNEEDITOR_NNEEditorModelDataFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UNNEModelDataFactory *****************************************************
struct Z_Construct_UClass_UNNEModelDataFactory_Statics;
NNEEDITOR_API UClass* Z_Construct_UClass_UNNEModelDataFactory_NoRegister();
#define FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h_20_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUNNEModelDataFactory(); \
friend struct ::Z_Construct_UClass_UNNEModelDataFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend NNEEDITOR_API UClass* ::Z_Construct_UClass_UNNEModelDataFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UNNEModelDataFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/NNEEditor"), Z_Construct_UClass_UNNEModelDataFactory_NoRegister) \
DECLARE_SERIALIZER(UNNEModelDataFactory)
#define FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h_20_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UNNEModelDataFactory(UNNEModelDataFactory&&) = delete; \
UNNEModelDataFactory(const UNNEModelDataFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NNEEDITOR_API, UNNEModelDataFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UNNEModelDataFactory); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UNNEModelDataFactory) \
NNEEDITOR_API virtual ~UNNEModelDataFactory();
#define FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h_17_PROLOG
#define FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h_20_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h_20_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h_20_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UNNEModelDataFactory;
// ********** End Class UNNEModelDataFactory *******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_NNEEditor_Private_NNEEditorModelDataFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Source\Editor\NNEEditor\Private\NNEEditorModelDataFactory.h