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

202 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 "GeometryCollection/GeometryCollectionExternalRenderInterface.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionExternalRenderInterface() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UInterface();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionCustomDataInterface();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionCustomDataInterface_NoRegister();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionExternalRenderInterface();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_NoRegister();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEngine();
// ********** End Cross Module References **********************************************************
// ********** Begin Interface UGeometryCollectionExternalRenderInterface ***************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCollectionExternalRenderInterface;
UClass* UGeometryCollectionExternalRenderInterface::GetPrivateStaticClass()
{
using TClass = UGeometryCollectionExternalRenderInterface;
if (!Z_Registration_Info_UClass_UGeometryCollectionExternalRenderInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCollectionExternalRenderInterface"),
Z_Registration_Info_UClass_UGeometryCollectionExternalRenderInterface.InnerSingleton,
StaticRegisterNativesUGeometryCollectionExternalRenderInterface,
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_UGeometryCollectionExternalRenderInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_NoRegister()
{
return UGeometryCollectionExternalRenderInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionExternalRenderInterface.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface UGeometryCollectionExternalRenderInterface constinit property declarations
// ********** End Interface UGeometryCollectionExternalRenderInterface constinit property declarations
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<IGeometryCollectionExternalRenderInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics
UObject* (*const Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEngine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics::ClassParams = {
&UGeometryCollectionExternalRenderInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics::Class_MetaDataParams)
};
void UGeometryCollectionExternalRenderInterface::StaticRegisterNativesUGeometryCollectionExternalRenderInterface()
{
}
UClass* Z_Construct_UClass_UGeometryCollectionExternalRenderInterface()
{
if (!Z_Registration_Info_UClass_UGeometryCollectionExternalRenderInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCollectionExternalRenderInterface.OuterSingleton, Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometryCollectionExternalRenderInterface.OuterSingleton;
}
UGeometryCollectionExternalRenderInterface::UGeometryCollectionExternalRenderInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCollectionExternalRenderInterface);
// ********** End Interface UGeometryCollectionExternalRenderInterface *****************************
// ********** Begin Interface UGeometryCollectionCustomDataInterface *******************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCollectionCustomDataInterface;
UClass* UGeometryCollectionCustomDataInterface::GetPrivateStaticClass()
{
using TClass = UGeometryCollectionCustomDataInterface;
if (!Z_Registration_Info_UClass_UGeometryCollectionCustomDataInterface.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCollectionCustomDataInterface"),
Z_Registration_Info_UClass_UGeometryCollectionCustomDataInterface.InnerSingleton,
StaticRegisterNativesUGeometryCollectionCustomDataInterface,
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_UGeometryCollectionCustomDataInterface.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometryCollectionCustomDataInterface_NoRegister()
{
return UGeometryCollectionCustomDataInterface::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionExternalRenderInterface.h" },
};
#endif // WITH_METADATA
// ********** Begin Interface UGeometryCollectionCustomDataInterface constinit property declarations
// ********** End Interface UGeometryCollectionCustomDataInterface constinit property declarations *
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<IGeometryCollectionCustomDataInterface>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics
UObject* (*const Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UInterface,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEngine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics::ClassParams = {
&UGeometryCollectionCustomDataInterface::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000840A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics::Class_MetaDataParams)
};
void UGeometryCollectionCustomDataInterface::StaticRegisterNativesUGeometryCollectionCustomDataInterface()
{
}
UClass* Z_Construct_UClass_UGeometryCollectionCustomDataInterface()
{
if (!Z_Registration_Info_UClass_UGeometryCollectionCustomDataInterface.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCollectionCustomDataInterface.OuterSingleton, Z_Construct_UClass_UGeometryCollectionCustomDataInterface_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometryCollectionCustomDataInterface.OuterSingleton;
}
UGeometryCollectionCustomDataInterface::UGeometryCollectionCustomDataInterface(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCollectionCustomDataInterface);
// ********** End Interface UGeometryCollectionCustomDataInterface *********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h__Script_GeometryCollectionEngine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGeometryCollectionExternalRenderInterface, UGeometryCollectionExternalRenderInterface::StaticClass, TEXT("UGeometryCollectionExternalRenderInterface"), &Z_Registration_Info_UClass_UGeometryCollectionExternalRenderInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCollectionExternalRenderInterface), 3038385190U) },
{ Z_Construct_UClass_UGeometryCollectionCustomDataInterface, UGeometryCollectionCustomDataInterface::StaticClass, TEXT("UGeometryCollectionCustomDataInterface"), &Z_Registration_Info_UClass_UGeometryCollectionCustomDataInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCollectionCustomDataInterface), 583595447U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h__Script_GeometryCollectionEngine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h__Script_GeometryCollectionEngine_3714094260{
TEXT("/Script/GeometryCollectionEngine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h__Script_GeometryCollectionEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionExternalRenderInterface_h__Script_GeometryCollectionEngine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS