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

147 lines
10 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 "GeometryCollection/GeometryCollectionRootProxyRenderer.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionRootProxyRenderer() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
ENGINE_API UClass* Z_Construct_UClass_UStaticMeshComponent_NoRegister();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_NoRegister();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionRootProxyRenderer();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_NoRegister();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEngine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGeometryCollectionRootProxyRenderer *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCollectionRootProxyRenderer;
UClass* UGeometryCollectionRootProxyRenderer::GetPrivateStaticClass()
{
using TClass = UGeometryCollectionRootProxyRenderer;
if (!Z_Registration_Info_UClass_UGeometryCollectionRootProxyRenderer.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCollectionRootProxyRenderer"),
Z_Registration_Info_UClass_UGeometryCollectionRootProxyRenderer.InnerSingleton,
StaticRegisterNativesUGeometryCollectionRootProxyRenderer,
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_UGeometryCollectionRootProxyRenderer.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_NoRegister()
{
return UGeometryCollectionRootProxyRenderer::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Implementation of a geometry collection custom renderer that creates static mesh components representing the root proxies. */" },
{ "IncludePath", "GeometryCollection/GeometryCollectionRootProxyRenderer.h" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionRootProxyRenderer.h" },
{ "ToolTip", "Implementation of a geometry collection custom renderer that creates static mesh components representing the root proxies." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StaticMeshComponents_MetaData[] = {
{ "Comment", "/** Static mesh components for the root proxy meshes. */" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionRootProxyRenderer.h" },
{ "ToolTip", "Static mesh components for the root proxy meshes." },
};
#endif // WITH_METADATA
// ********** Begin Class UGeometryCollectionRootProxyRenderer constinit property declarations *****
static const UECodeGen_Private::FObjectPropertyParams NewProp_StaticMeshComponents_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_StaticMeshComponents;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UGeometryCollectionRootProxyRenderer constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGeometryCollectionRootProxyRenderer>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics
// ********** Begin Class UGeometryCollectionRootProxyRenderer Property Definitions ****************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::NewProp_StaticMeshComponents_Inner = { "StaticMeshComponents", nullptr, (EPropertyFlags)0x0104000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UStaticMeshComponent_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::NewProp_StaticMeshComponents = { "StaticMeshComponents", nullptr, (EPropertyFlags)0x0144008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCollectionRootProxyRenderer, StaticMeshComponents), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StaticMeshComponents_MetaData), NewProp_StaticMeshComponents_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::NewProp_StaticMeshComponents_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::NewProp_StaticMeshComponents,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::PropPointers) < 2048);
// ********** End Class UGeometryCollectionRootProxyRenderer Property Definitions ******************
UObject* (*const Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEngine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_NoRegister, (int32)VTABLE_OFFSET(UGeometryCollectionRootProxyRenderer, IGeometryCollectionExternalRenderInterface), false }, // 3038385190
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::ClassParams = {
&UGeometryCollectionRootProxyRenderer::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x008800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::Class_MetaDataParams)
};
void UGeometryCollectionRootProxyRenderer::StaticRegisterNativesUGeometryCollectionRootProxyRenderer()
{
}
UClass* Z_Construct_UClass_UGeometryCollectionRootProxyRenderer()
{
if (!Z_Registration_Info_UClass_UGeometryCollectionRootProxyRenderer.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCollectionRootProxyRenderer.OuterSingleton, Z_Construct_UClass_UGeometryCollectionRootProxyRenderer_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometryCollectionRootProxyRenderer.OuterSingleton;
}
UGeometryCollectionRootProxyRenderer::UGeometryCollectionRootProxyRenderer(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCollectionRootProxyRenderer);
UGeometryCollectionRootProxyRenderer::~UGeometryCollectionRootProxyRenderer() {}
// ********** End Class UGeometryCollectionRootProxyRenderer ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionRootProxyRenderer_h__Script_GeometryCollectionEngine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGeometryCollectionRootProxyRenderer, UGeometryCollectionRootProxyRenderer::StaticClass, TEXT("UGeometryCollectionRootProxyRenderer"), &Z_Registration_Info_UClass_UGeometryCollectionRootProxyRenderer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCollectionRootProxyRenderer), 3068190990U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionRootProxyRenderer_h__Script_GeometryCollectionEngine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionRootProxyRenderer_h__Script_GeometryCollectionEngine_209126252{
TEXT("/Script/GeometryCollectionEngine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionRootProxyRenderer_h__Script_GeometryCollectionEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionRootProxyRenderer_h__Script_GeometryCollectionEngine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS