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,122 @@
// 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 "Engine/GeneratedMeshAreaLight.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeneratedMeshAreaLight() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_AGeneratedMeshAreaLight();
ENGINE_API UClass* Z_Construct_UClass_AGeneratedMeshAreaLight_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_ASpotLight();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class AGeneratedMeshAreaLight **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_AGeneratedMeshAreaLight;
UClass* AGeneratedMeshAreaLight::GetPrivateStaticClass()
{
using TClass = AGeneratedMeshAreaLight;
if (!Z_Registration_Info_UClass_AGeneratedMeshAreaLight.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeneratedMeshAreaLight"),
Z_Registration_Info_UClass_AGeneratedMeshAreaLight.InnerSingleton,
StaticRegisterNativesAGeneratedMeshAreaLight,
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_AGeneratedMeshAreaLight.InnerSingleton;
}
UClass* Z_Construct_UClass_AGeneratedMeshAreaLight_NoRegister()
{
return AGeneratedMeshAreaLight::GetPrivateStaticClass();
}
struct Z_Construct_UClass_AGeneratedMeshAreaLight_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a light that is created after a lighting build with Lightmass and handles mesh area light influence on dynamic objects.\n */" },
{ "HideCategories", "Input Collision Replication" },
{ "IncludePath", "Engine/GeneratedMeshAreaLight.h" },
{ "ModuleRelativePath", "Classes/Engine/GeneratedMeshAreaLight.h" },
{ "ShowCategories", "Input|MouseInput Input|TouchInput" },
{ "ToolTip", "Implements a light that is created after a lighting build with Lightmass and handles mesh area light influence on dynamic objects." },
};
#endif // WITH_METADATA
// ********** Begin Class AGeneratedMeshAreaLight constinit property declarations ******************
// ********** End Class AGeneratedMeshAreaLight constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<AGeneratedMeshAreaLight>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_AGeneratedMeshAreaLight_Statics
UObject* (*const Z_Construct_UClass_AGeneratedMeshAreaLight_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_ASpotLight,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AGeneratedMeshAreaLight_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_AGeneratedMeshAreaLight_Statics::ClassParams = {
&AGeneratedMeshAreaLight::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x008802A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AGeneratedMeshAreaLight_Statics::Class_MetaDataParams), Z_Construct_UClass_AGeneratedMeshAreaLight_Statics::Class_MetaDataParams)
};
void AGeneratedMeshAreaLight::StaticRegisterNativesAGeneratedMeshAreaLight()
{
}
UClass* Z_Construct_UClass_AGeneratedMeshAreaLight()
{
if (!Z_Registration_Info_UClass_AGeneratedMeshAreaLight.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AGeneratedMeshAreaLight.OuterSingleton, Z_Construct_UClass_AGeneratedMeshAreaLight_Statics::ClassParams);
}
return Z_Registration_Info_UClass_AGeneratedMeshAreaLight.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, AGeneratedMeshAreaLight);
AGeneratedMeshAreaLight::~AGeneratedMeshAreaLight() {}
// ********** End Class AGeneratedMeshAreaLight ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_GeneratedMeshAreaLight_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_AGeneratedMeshAreaLight, AGeneratedMeshAreaLight::StaticClass, TEXT("AGeneratedMeshAreaLight"), &Z_Registration_Info_UClass_AGeneratedMeshAreaLight, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AGeneratedMeshAreaLight), 1035207473U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_GeneratedMeshAreaLight_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_GeneratedMeshAreaLight_h__Script_Engine_3617897794{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_GeneratedMeshAreaLight_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Engine_GeneratedMeshAreaLight_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS