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,178 @@
// 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 "WorldPartition/HLOD/HLODInstancedSkinnedMeshComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeHLODInstancedSkinnedMeshComponent() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent();
ENGINE_API UClass* Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UInstancedSkinnedMeshComponent();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSkinnedMeshComponentDescriptor();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UHLODInstancedSkinnedMeshComponent ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UHLODInstancedSkinnedMeshComponent;
UClass* UHLODInstancedSkinnedMeshComponent::GetPrivateStaticClass()
{
using TClass = UHLODInstancedSkinnedMeshComponent;
if (!Z_Registration_Info_UClass_UHLODInstancedSkinnedMeshComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("HLODInstancedSkinnedMeshComponent"),
Z_Registration_Info_UClass_UHLODInstancedSkinnedMeshComponent.InnerSingleton,
StaticRegisterNativesUHLODInstancedSkinnedMeshComponent,
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_UHLODInstancedSkinnedMeshComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_NoRegister()
{
return UHLODInstancedSkinnedMeshComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object Activation Collision Components|Activation Physics Object Mobility Trigger" },
{ "IncludePath", "WorldPartition/HLOD/HLODInstancedSkinnedMeshComponent.h" },
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/HLODInstancedSkinnedMeshComponent.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UHLODInstancedSkinnedMeshComponent constinit property declarations *******
// ********** End Class UHLODInstancedSkinnedMeshComponent constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UHLODInstancedSkinnedMeshComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_Statics
UObject* (*const Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInstancedSkinnedMeshComponent,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_Statics::ClassParams = {
&UHLODInstancedSkinnedMeshComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x04A812A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_Statics::Class_MetaDataParams)
};
void UHLODInstancedSkinnedMeshComponent::StaticRegisterNativesUHLODInstancedSkinnedMeshComponent()
{
}
UClass* Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent()
{
if (!Z_Registration_Info_UClass_UHLODInstancedSkinnedMeshComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UHLODInstancedSkinnedMeshComponent.OuterSingleton, Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UHLODInstancedSkinnedMeshComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UHLODInstancedSkinnedMeshComponent);
UHLODInstancedSkinnedMeshComponent::~UHLODInstancedSkinnedMeshComponent() {}
// ********** End Class UHLODInstancedSkinnedMeshComponent *****************************************
// ********** Begin ScriptStruct FHLODSkinnedMeshComponentDescriptor *******************************
struct Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FHLODSkinnedMeshComponentDescriptor); }
static inline consteval int16 GetStructAlignment() { return alignof(FHLODSkinnedMeshComponentDescriptor); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "// ISM descriptor class based on FSkinnedMeshComponentDescriptor\n" },
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/HLODInstancedSkinnedMeshComponent.h" },
{ "ToolTip", "ISM descriptor class based on FSkinnedMeshComponentDescriptor" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FHLODSkinnedMeshComponentDescriptor constinit property declarations
// ********** End ScriptStruct FHLODSkinnedMeshComponentDescriptor constinit property declarations *
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FHLODSkinnedMeshComponentDescriptor>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor_Statics
static_assert(std::is_polymorphic<FHLODSkinnedMeshComponentDescriptor>() == std::is_polymorphic<FSkinnedMeshComponentDescriptor>(), "USTRUCT FHLODSkinnedMeshComponentDescriptor cannot be polymorphic unless super FSkinnedMeshComponentDescriptor is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FHLODSkinnedMeshComponentDescriptor;
class UScriptStruct* FHLODSkinnedMeshComponentDescriptor::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FHLODSkinnedMeshComponentDescriptor.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FHLODSkinnedMeshComponentDescriptor.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("HLODSkinnedMeshComponentDescriptor"));
}
return Z_Registration_Info_UScriptStruct_FHLODSkinnedMeshComponentDescriptor.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
Z_Construct_UScriptStruct_FSkinnedMeshComponentDescriptor,
&NewStructOps,
"HLODSkinnedMeshComponentDescriptor",
nullptr,
0,
sizeof(FHLODSkinnedMeshComponentDescriptor),
alignof(FHLODSkinnedMeshComponentDescriptor),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor()
{
if (!Z_Registration_Info_UScriptStruct_FHLODSkinnedMeshComponentDescriptor.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FHLODSkinnedMeshComponentDescriptor.InnerSingleton, Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FHLODSkinnedMeshComponentDescriptor.InnerSingleton);
}
// ********** End ScriptStruct FHLODSkinnedMeshComponentDescriptor *********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_HLODInstancedSkinnedMeshComponent_h__Script_Engine_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FHLODSkinnedMeshComponentDescriptor::StaticStruct, Z_Construct_UScriptStruct_FHLODSkinnedMeshComponentDescriptor_Statics::NewStructOps, TEXT("HLODSkinnedMeshComponentDescriptor"),&Z_Registration_Info_UScriptStruct_FHLODSkinnedMeshComponentDescriptor, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FHLODSkinnedMeshComponentDescriptor), 2641756491U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UHLODInstancedSkinnedMeshComponent, UHLODInstancedSkinnedMeshComponent::StaticClass, TEXT("UHLODInstancedSkinnedMeshComponent"), &Z_Registration_Info_UClass_UHLODInstancedSkinnedMeshComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHLODInstancedSkinnedMeshComponent), 2950200307U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_HLODInstancedSkinnedMeshComponent_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_HLODInstancedSkinnedMeshComponent_h__Script_Engine_2645631916{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_HLODInstancedSkinnedMeshComponent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_HLODInstancedSkinnedMeshComponent_h__Script_Engine_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_HLODInstancedSkinnedMeshComponent_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_HLODInstancedSkinnedMeshComponent_h__Script_Engine_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS