145 lines
8.6 KiB
C++
145 lines
8.6 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 "WorldPartition/HLOD/CustomHLODActor.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeCustomHLODActor() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_AActor();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_AWorldPartitionCustomHLOD();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_AWorldPartitionCustomHLOD_NoRegister();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UStaticMeshComponent_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class AWorldPartitionCustomHLOD ************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_AWorldPartitionCustomHLOD;
|
||
|
|
UClass* AWorldPartitionCustomHLOD::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = AWorldPartitionCustomHLOD;
|
||
|
|
if (!Z_Registration_Info_UClass_AWorldPartitionCustomHLOD.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("WorldPartitionCustomHLOD"),
|
||
|
|
Z_Registration_Info_UClass_AWorldPartitionCustomHLOD.InnerSingleton,
|
||
|
|
StaticRegisterNativesAWorldPartitionCustomHLOD,
|
||
|
|
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_AWorldPartitionCustomHLOD.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_AWorldPartitionCustomHLOD_NoRegister()
|
||
|
|
{
|
||
|
|
return AWorldPartitionCustomHLOD::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "WorldPartition/HLOD/CustomHLODActor.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/CustomHLODActor.h" },
|
||
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StaticMeshComponent_MetaData[] = {
|
||
|
|
{ "AllowPrivateAccess", "true" },
|
||
|
|
{ "Category", "CustomHLOD" },
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
{ "ExposeFunctionCategories", "Mesh,Rendering,Physics,Components|StaticMesh" },
|
||
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/CustomHLODActor.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HLODInstanceGuid_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/WorldPartition/HLOD/CustomHLODActor.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class AWorldPartitionCustomHLOD constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_StaticMeshComponent;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_HLODInstanceGuid;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class AWorldPartitionCustomHLOD constinit property declarations ******************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<AWorldPartitionCustomHLOD>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class AWorldPartitionCustomHLOD Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::NewProp_StaticMeshComponent = { "StaticMeshComponent", nullptr, (EPropertyFlags)0x01440000000a001d, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AWorldPartitionCustomHLOD, StaticMeshComponent), Z_Construct_UClass_UStaticMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StaticMeshComponent_MetaData), NewProp_StaticMeshComponent_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::NewProp_HLODInstanceGuid = { "HLODInstanceGuid", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AWorldPartitionCustomHLOD, HLODInstanceGuid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HLODInstanceGuid_MetaData), NewProp_HLODInstanceGuid_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::NewProp_StaticMeshComponent,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::NewProp_HLODInstanceGuid,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class AWorldPartitionCustomHLOD Property Definitions *****************************
|
||
|
|
UObject* (*const Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_AActor,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::ClassParams = {
|
||
|
|
&AWorldPartitionCustomHLOD::StaticClass,
|
||
|
|
"Engine",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x008800A4u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::Class_MetaDataParams), Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void AWorldPartitionCustomHLOD::StaticRegisterNativesAWorldPartitionCustomHLOD()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_AWorldPartitionCustomHLOD()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_AWorldPartitionCustomHLOD.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AWorldPartitionCustomHLOD.OuterSingleton, Z_Construct_UClass_AWorldPartitionCustomHLOD_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_AWorldPartitionCustomHLOD.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, AWorldPartitionCustomHLOD);
|
||
|
|
AWorldPartitionCustomHLOD::~AWorldPartitionCustomHLOD() {}
|
||
|
|
// ********** End Class AWorldPartitionCustomHLOD **************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_CustomHLODActor_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_AWorldPartitionCustomHLOD, AWorldPartitionCustomHLOD::StaticClass, TEXT("AWorldPartitionCustomHLOD"), &Z_Registration_Info_UClass_AWorldPartitionCustomHLOD, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AWorldPartitionCustomHLOD), 230944460U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_CustomHLODActor_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_CustomHLODActor_h__Script_Engine_632417990{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_CustomHLODActor_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_HLOD_CustomHLODActor_h__Script_Engine_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|