Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/Landscape/UHT/LandscapeNaniteComponent.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

163 lines
11 KiB
C++

// 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 "LandscapeNaniteComponent.h"
#include "LandscapeProxy.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLandscapeNaniteComponent() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
ENGINE_API UClass* Z_Construct_UClass_UStaticMeshComponent();
LANDSCAPE_API UClass* Z_Construct_UClass_ULandscapeComponent_NoRegister();
LANDSCAPE_API UClass* Z_Construct_UClass_ULandscapeNaniteComponent();
LANDSCAPE_API UClass* Z_Construct_UClass_ULandscapeNaniteComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_Landscape();
// ********** End Cross Module References **********************************************************
// ********** Begin Class ULandscapeNaniteComponent ************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULandscapeNaniteComponent;
UClass* ULandscapeNaniteComponent::GetPrivateStaticClass()
{
using TClass = ULandscapeNaniteComponent;
if (!Z_Registration_Info_UClass_ULandscapeNaniteComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LandscapeNaniteComponent"),
Z_Registration_Info_UClass_ULandscapeNaniteComponent.InnerSingleton,
StaticRegisterNativesULandscapeNaniteComponent,
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_ULandscapeNaniteComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_ULandscapeNaniteComponent_NoRegister()
{
return ULandscapeNaniteComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULandscapeNaniteComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Display Attachment Physics Debug Collision Movement Rendering PrimitiveComponent Object Transform Mobility VirtualTexture Object Activation Components|Activation Trigger" },
{ "IncludePath", "LandscapeNaniteComponent.h" },
{ "ModuleRelativePath", "Classes/LandscapeNaniteComponent.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ShowCategories", "Rendering|Material" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ProxyContentId_MetaData[] = {
{ "Comment", "/* The landscape proxy identity this Nanite representation was generated for */" },
{ "ModuleRelativePath", "Classes/LandscapeNaniteComponent.h" },
{ "ToolTip", "The landscape proxy identity this Nanite representation was generated for" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnabled_MetaData[] = {
{ "ModuleRelativePath", "Classes/LandscapeNaniteComponent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceLandscapeComponents_MetaData[] = {
{ "Comment", "/** Landscape Components which were used to generate this ULandscapeNaniteComponent*/" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Classes/LandscapeNaniteComponent.h" },
{ "ToolTip", "Landscape Components which were used to generate this ULandscapeNaniteComponent" },
};
#endif // WITH_METADATA
// ********** Begin Class ULandscapeNaniteComponent constinit property declarations ****************
static const UECodeGen_Private::FStructPropertyParams NewProp_ProxyContentId;
static void NewProp_bEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnabled;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SourceLandscapeComponents_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_SourceLandscapeComponents;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class ULandscapeNaniteComponent constinit property declarations ******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULandscapeNaniteComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULandscapeNaniteComponent_Statics
// ********** Begin Class ULandscapeNaniteComponent Property Definitions ***************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_ProxyContentId = { "ProxyContentId", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULandscapeNaniteComponent, ProxyContentId), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ProxyContentId_MetaData), NewProp_ProxyContentId_MetaData) };
void Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_bEnabled_SetBit(void* Obj)
{
((ULandscapeNaniteComponent*)Obj)->bEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_bEnabled = { "bEnabled", nullptr, (EPropertyFlags)0x0040000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ULandscapeNaniteComponent), &Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_bEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnabled_MetaData), NewProp_bEnabled_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_SourceLandscapeComponents_Inner = { "SourceLandscapeComponents", nullptr, (EPropertyFlags)0x0104000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_ULandscapeComponent_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_SourceLandscapeComponents = { "SourceLandscapeComponents", nullptr, (EPropertyFlags)0x0144008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULandscapeNaniteComponent, SourceLandscapeComponents), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceLandscapeComponents_MetaData), NewProp_SourceLandscapeComponents_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULandscapeNaniteComponent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_ProxyContentId,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_bEnabled,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_SourceLandscapeComponents_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULandscapeNaniteComponent_Statics::NewProp_SourceLandscapeComponents,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULandscapeNaniteComponent_Statics::PropPointers) < 2048);
// ********** End Class ULandscapeNaniteComponent Property Definitions *****************************
UObject* (*const Z_Construct_UClass_ULandscapeNaniteComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UStaticMeshComponent,
(UObject* (*)())Z_Construct_UPackage__Script_Landscape,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULandscapeNaniteComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULandscapeNaniteComponent_Statics::ClassParams = {
&ULandscapeNaniteComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULandscapeNaniteComponent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULandscapeNaniteComponent_Statics::PropPointers),
0,
0x00A810A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULandscapeNaniteComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_ULandscapeNaniteComponent_Statics::Class_MetaDataParams)
};
void ULandscapeNaniteComponent::StaticRegisterNativesULandscapeNaniteComponent()
{
}
UClass* Z_Construct_UClass_ULandscapeNaniteComponent()
{
if (!Z_Registration_Info_UClass_ULandscapeNaniteComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULandscapeNaniteComponent.OuterSingleton, Z_Construct_UClass_ULandscapeNaniteComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULandscapeNaniteComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULandscapeNaniteComponent);
ULandscapeNaniteComponent::~ULandscapeNaniteComponent() {}
// ********** End Class ULandscapeNaniteComponent **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Landscape_Classes_LandscapeNaniteComponent_h__Script_Landscape_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULandscapeNaniteComponent, ULandscapeNaniteComponent::StaticClass, TEXT("ULandscapeNaniteComponent"), &Z_Registration_Info_UClass_ULandscapeNaniteComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULandscapeNaniteComponent), 3882339861U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Landscape_Classes_LandscapeNaniteComponent_h__Script_Landscape_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Landscape_Classes_LandscapeNaniteComponent_h__Script_Landscape_767462820{
TEXT("/Script/Landscape"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Landscape_Classes_LandscapeNaniteComponent_h__Script_Landscape_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Landscape_Classes_LandscapeNaniteComponent_h__Script_Landscape_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS