173 lines
11 KiB
C++
173 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 "ISMPool/ISMPoolDebugDrawComponent.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeISMPoolDebugDrawComponent() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
ENGINE_API UClass* Z_Construct_UClass_UDebugDrawComponent();
|
|
ENGINE_API UClass* Z_Construct_UClass_UInstancedStaticMeshComponent_NoRegister();
|
|
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolDebugDrawComponent();
|
|
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolDebugDrawComponent_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_ISMPool();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UISMPoolDebugDrawComponent ***********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UISMPoolDebugDrawComponent;
|
|
UClass* UISMPoolDebugDrawComponent::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UISMPoolDebugDrawComponent;
|
|
if (!Z_Registration_Info_UClass_UISMPoolDebugDrawComponent.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ISMPoolDebugDrawComponent"),
|
|
Z_Registration_Info_UClass_UISMPoolDebugDrawComponent.InnerSingleton,
|
|
StaticRegisterNativesUISMPoolDebugDrawComponent,
|
|
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_UISMPoolDebugDrawComponent.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UISMPoolDebugDrawComponent_NoRegister()
|
|
{
|
|
return UISMPoolDebugDrawComponent::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "ClassGroupNames", "Debug" },
|
|
{ "HideCategories", "Activation AssetUserData Collision Cooking HLOD Lighting LOD Mobile Navigation Physics RayTracing Rendering Tags TextureStreaming Mobility VirtualTexture Trigger" },
|
|
{ "IncludePath", "ISMPool/ISMPoolDebugDrawComponent.h" },
|
|
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolDebugDrawComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowGlobalStats_MetaData[] = {
|
|
{ "Category", "Debug" },
|
|
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolDebugDrawComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowStats_MetaData[] = {
|
|
{ "Category", "Debug" },
|
|
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolDebugDrawComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowBounds_MetaData[] = {
|
|
{ "Category", "Debug" },
|
|
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolDebugDrawComponent.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedComponent_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolDebugDrawComponent.h" },
|
|
{ "NativeConstTemplateArg", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UISMPoolDebugDrawComponent constinit property declarations ***************
|
|
static void NewProp_bShowGlobalStats_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowGlobalStats;
|
|
static void NewProp_bShowStats_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowStats;
|
|
static void NewProp_bShowBounds_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowBounds;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SelectedComponent;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UISMPoolDebugDrawComponent constinit property declarations *****************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UISMPoolDebugDrawComponent>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics
|
|
|
|
// ********** Begin Class UISMPoolDebugDrawComponent Property Definitions **************************
|
|
void Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowGlobalStats_SetBit(void* Obj)
|
|
{
|
|
((UISMPoolDebugDrawComponent*)Obj)->bShowGlobalStats = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowGlobalStats = { "bShowGlobalStats", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UISMPoolDebugDrawComponent), &Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowGlobalStats_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowGlobalStats_MetaData), NewProp_bShowGlobalStats_MetaData) };
|
|
void Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowStats_SetBit(void* Obj)
|
|
{
|
|
((UISMPoolDebugDrawComponent*)Obj)->bShowStats = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowStats = { "bShowStats", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UISMPoolDebugDrawComponent), &Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowStats_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowStats_MetaData), NewProp_bShowStats_MetaData) };
|
|
void Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowBounds_SetBit(void* Obj)
|
|
{
|
|
((UISMPoolDebugDrawComponent*)Obj)->bShowBounds = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowBounds = { "bShowBounds", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UISMPoolDebugDrawComponent), &Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowBounds_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowBounds_MetaData), NewProp_bShowBounds_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_SelectedComponent = { "SelectedComponent", nullptr, (EPropertyFlags)0x0114000000082008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UISMPoolDebugDrawComponent, SelectedComponent), Z_Construct_UClass_UInstancedStaticMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedComponent_MetaData), NewProp_SelectedComponent_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowGlobalStats,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowStats,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_bShowBounds,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::NewProp_SelectedComponent,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::PropPointers) < 2048);
|
|
// ********** End Class UISMPoolDebugDrawComponent Property Definitions ****************************
|
|
UObject* (*const Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UDebugDrawComponent,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ISMPool,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::ClassParams = {
|
|
&UISMPoolDebugDrawComponent::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::PropPointers),
|
|
0,
|
|
0x00A800A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::Class_MetaDataParams)
|
|
};
|
|
void UISMPoolDebugDrawComponent::StaticRegisterNativesUISMPoolDebugDrawComponent()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UISMPoolDebugDrawComponent()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UISMPoolDebugDrawComponent.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UISMPoolDebugDrawComponent.OuterSingleton, Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UISMPoolDebugDrawComponent.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UISMPoolDebugDrawComponent);
|
|
UISMPoolDebugDrawComponent::~UISMPoolDebugDrawComponent() {}
|
|
// ********** End Class UISMPoolDebugDrawComponent *************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h__Script_ISMPool_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UISMPoolDebugDrawComponent, UISMPoolDebugDrawComponent::StaticClass, TEXT("UISMPoolDebugDrawComponent"), &Z_Registration_Info_UClass_UISMPoolDebugDrawComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UISMPoolDebugDrawComponent), 3800360739U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h__Script_ISMPool_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h__Script_ISMPool_2998246243{
|
|
TEXT("/Script/ISMPool"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h__Script_ISMPool_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h__Script_ISMPool_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|