153 lines
11 KiB
C++
153 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/GeometryCollectionISMPoolRenderer.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionISMPoolRenderer() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_NoRegister();
|
||
|
|
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionISMPoolRenderer();
|
||
|
|
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_NoRegister();
|
||
|
|
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolComponent_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEngine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UGeometryCollectionISMPoolRenderer ***************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCollectionISMPoolRenderer;
|
||
|
|
UClass* UGeometryCollectionISMPoolRenderer::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UGeometryCollectionISMPoolRenderer;
|
||
|
|
if (!Z_Registration_Info_UClass_UGeometryCollectionISMPoolRenderer.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("GeometryCollectionISMPoolRenderer"),
|
||
|
|
Z_Registration_Info_UClass_UGeometryCollectionISMPoolRenderer.InnerSingleton,
|
||
|
|
StaticRegisterNativesUGeometryCollectionISMPoolRenderer,
|
||
|
|
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_UGeometryCollectionISMPoolRenderer.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_NoRegister()
|
||
|
|
{
|
||
|
|
return UGeometryCollectionISMPoolRenderer::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/** Implementation of a geometry collection custom renderer that pushes AutoInstanceMeshes to an ISMPool. */" },
|
||
|
|
{ "IncludePath", "GeometryCollection/GeometryCollectionISMPoolRenderer.h" },
|
||
|
|
{ "ModuleRelativePath", "Private/GeometryCollection/GeometryCollectionISMPoolRenderer.h" },
|
||
|
|
{ "ToolTip", "Implementation of a geometry collection custom renderer that pushes AutoInstanceMeshes to an ISMPool." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CachedISMPoolComponent_MetaData[] = {
|
||
|
|
{ "Comment", "/** Instanced Static Mesh Pool component that is used to render our meshes. */" },
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
{ "ModuleRelativePath", "Private/GeometryCollection/GeometryCollectionISMPoolRenderer.h" },
|
||
|
|
{ "ToolTip", "Instanced Static Mesh Pool component that is used to render our meshes." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LocalISMPoolComponent_MetaData[] = {
|
||
|
|
{ "Comment", "/** Set if we have an Instanced Static Mesh Pool component owned by this renderer (ie when in Editor mode). Non-transient to behave correctly under actor duplication. */" },
|
||
|
|
{ "EditInline", "true" },
|
||
|
|
{ "ModuleRelativePath", "Private/GeometryCollection/GeometryCollectionISMPoolRenderer.h" },
|
||
|
|
{ "ToolTip", "Set if we have an Instanced Static Mesh Pool component owned by this renderer (ie when in Editor mode). Non-transient to behave correctly under actor duplication." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UGeometryCollectionISMPoolRenderer constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CachedISMPoolComponent;
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_LocalISMPoolComponent;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UGeometryCollectionISMPoolRenderer constinit property declarations *********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UGeometryCollectionISMPoolRenderer>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UGeometryCollectionISMPoolRenderer Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::NewProp_CachedISMPoolComponent = { "CachedISMPoolComponent", nullptr, (EPropertyFlags)0x0144000000082008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCollectionISMPoolRenderer, CachedISMPoolComponent), Z_Construct_UClass_UISMPoolComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CachedISMPoolComponent_MetaData), NewProp_CachedISMPoolComponent_MetaData) };
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::NewProp_LocalISMPoolComponent = { "LocalISMPoolComponent", nullptr, (EPropertyFlags)0x0144000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCollectionISMPoolRenderer, LocalISMPoolComponent), Z_Construct_UClass_UISMPoolComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LocalISMPoolComponent_MetaData), NewProp_LocalISMPoolComponent_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::NewProp_CachedISMPoolComponent,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::NewProp_LocalISMPoolComponent,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UGeometryCollectionISMPoolRenderer Property Definitions ********************
|
||
|
|
UObject* (*const Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEngine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::InterfaceParams[] = {
|
||
|
|
{ Z_Construct_UClass_UGeometryCollectionExternalRenderInterface_NoRegister, (int32)VTABLE_OFFSET(UGeometryCollectionISMPoolRenderer, IGeometryCollectionExternalRenderInterface), false }, // 3038385190
|
||
|
|
};
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::ClassParams = {
|
||
|
|
&UGeometryCollectionISMPoolRenderer::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::PropPointers,
|
||
|
|
InterfaceParams,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::PropPointers),
|
||
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
||
|
|
0x008000A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UGeometryCollectionISMPoolRenderer::StaticRegisterNativesUGeometryCollectionISMPoolRenderer()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UGeometryCollectionISMPoolRenderer()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UGeometryCollectionISMPoolRenderer.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCollectionISMPoolRenderer.OuterSingleton, Z_Construct_UClass_UGeometryCollectionISMPoolRenderer_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UGeometryCollectionISMPoolRenderer.OuterSingleton;
|
||
|
|
}
|
||
|
|
UGeometryCollectionISMPoolRenderer::UGeometryCollectionISMPoolRenderer(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCollectionISMPoolRenderer);
|
||
|
|
UGeometryCollectionISMPoolRenderer::~UGeometryCollectionISMPoolRenderer() {}
|
||
|
|
// ********** End Class UGeometryCollectionISMPoolRenderer *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Private_GeometryCollection_GeometryCollectionISMPoolRenderer_h__Script_GeometryCollectionEngine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UGeometryCollectionISMPoolRenderer, UGeometryCollectionISMPoolRenderer::StaticClass, TEXT("UGeometryCollectionISMPoolRenderer"), &Z_Registration_Info_UClass_UGeometryCollectionISMPoolRenderer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCollectionISMPoolRenderer), 2216583037U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Private_GeometryCollection_GeometryCollectionISMPoolRenderer_h__Script_GeometryCollectionEngine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Private_GeometryCollection_GeometryCollectionISMPoolRenderer_h__Script_GeometryCollectionEngine_2188113364{
|
||
|
|
TEXT("/Script/GeometryCollectionEngine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Private_GeometryCollection_GeometryCollectionISMPoolRenderer_h__Script_GeometryCollectionEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Private_GeometryCollection_GeometryCollectionISMPoolRenderer_h__Script_GeometryCollectionEngine_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|