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,125 @@
// 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 "NNEModelData.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 EmptyLinkFunctionForGeneratedCodeNNEModelData() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
NNE_API UClass* Z_Construct_UClass_UNNEModelData();
NNE_API UClass* Z_Construct_UClass_UNNEModelData_NoRegister();
UPackage* Z_Construct_UPackage__Script_NNE();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UNNEModelData ************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNNEModelData;
UClass* UNNEModelData::GetPrivateStaticClass()
{
using TClass = UNNEModelData;
if (!Z_Registration_Info_UClass_UNNEModelData.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NNEModelData"),
Z_Registration_Info_UClass_UNNEModelData.InnerSingleton,
StaticRegisterNativesUNNEModelData,
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_UNNEModelData.InnerSingleton;
}
UClass* Z_Construct_UClass_UNNEModelData_NoRegister()
{
return UNNEModelData::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNNEModelData_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Category", "NNE" },
{ "Comment", "/**\n * This class represents assets that store neural network model data.\n *\n * Neural network models typically consist of a graph of operations and corresponding parameters as e.g. weights.\n * UNNEModelData assets store such model data as imported e.g. by the UNNEModelDataFactory class.\n * An INNERuntime object retrieved by UE::NNE::GetRuntime<T>(const FString& Name) can be used to create an inferable neural network model.\n */" },
{ "IncludePath", "NNEModelData.h" },
{ "ModuleRelativePath", "Public/NNEModelData.h" },
{ "ToolTip", "This class represents assets that store neural network model data.\n\nNeural network models typically consist of a graph of operations and corresponding parameters as e.g. weights.\nUNNEModelData assets store such model data as imported e.g. by the UNNEModelDataFactory class.\nAn INNERuntime object retrieved by UE::NNE::GetRuntime<T>(const FString& Name) can be used to create an inferable neural network model." },
};
#endif // WITH_METADATA
// ********** Begin Class UNNEModelData constinit property declarations ****************************
// ********** End Class UNNEModelData constinit property declarations ******************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UNNEModelData>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNNEModelData_Statics
UObject* (*const Z_Construct_UClass_UNNEModelData_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_NNE,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNNEModelData_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNNEModelData_Statics::ClassParams = {
&UNNEModelData::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNNEModelData_Statics::Class_MetaDataParams), Z_Construct_UClass_UNNEModelData_Statics::Class_MetaDataParams)
};
void UNNEModelData::StaticRegisterNativesUNNEModelData()
{
}
UClass* Z_Construct_UClass_UNNEModelData()
{
if (!Z_Registration_Info_UClass_UNNEModelData.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNNEModelData.OuterSingleton, Z_Construct_UClass_UNNEModelData_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNNEModelData.OuterSingleton;
}
UNNEModelData::UNNEModelData(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNNEModelData);
UNNEModelData::~UNNEModelData() {}
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UNNEModelData)
// ********** End Class UNNEModelData **************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NNE_Public_NNEModelData_h__Script_NNE_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNNEModelData, UNNEModelData::StaticClass, TEXT("UNNEModelData"), &Z_Registration_Info_UClass_UNNEModelData, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNNEModelData), 149044426U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NNE_Public_NNEModelData_h__Script_NNE_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NNE_Public_NNEModelData_h__Script_NNE_2342877307{
TEXT("/Script/NNE"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NNE_Public_NNEModelData_h__Script_NNE_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NNE_Public_NNEModelData_h__Script_NNE_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS