Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeISMPool_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_ISMPool;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_ISMPool()
{
if (!Z_Registration_Info_UPackage__Script_ISMPool.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/ISMPool",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0x3D89238A,
0xF6B04A9D,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_ISMPool.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_ISMPool.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_ISMPool(Z_Construct_UPackage__Script_ISMPool, TEXT("/Script/ISMPool"), Z_Registration_Info_UPackage__Script_ISMPool, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x3D89238A, 0xF6B04A9D));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,147 @@
// 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/ISMPoolActor.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeISMPoolActor() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_AActor();
ISMPOOL_API UClass* Z_Construct_UClass_AISMPoolActor();
ISMPOOL_API UClass* Z_Construct_UClass_AISMPoolActor_NoRegister();
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolComponent_NoRegister();
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolDebugDrawComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_ISMPool();
// ********** End Cross Module References **********************************************************
// ********** Begin Class AISMPoolActor ************************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_AISMPoolActor;
UClass* AISMPoolActor::GetPrivateStaticClass()
{
using TClass = AISMPoolActor;
if (!Z_Registration_Info_UClass_AISMPoolActor.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ISMPoolActor"),
Z_Registration_Info_UClass_AISMPoolActor.InnerSingleton,
StaticRegisterNativesAISMPoolActor,
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_AISMPoolActor.InnerSingleton;
}
UClass* Z_Construct_UClass_AISMPoolActor_NoRegister()
{
return AISMPoolActor::GetPrivateStaticClass();
}
struct Z_Construct_UClass_AISMPoolActor_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IgnoreCategoryKeywordsInSubclasses", "true" },
{ "IncludePath", "ISMPool/ISMPoolActor.h" },
{ "IsConversionRoot", "true" },
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolActor.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ISMPoolComp_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "ISMPoolActor" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolActor.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ISMPoolDebugDrawComp_MetaData[] = {
{ "AllowPrivateAccess", "true" },
{ "Category", "ISMPoolActor" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolActor.h" },
};
#endif // WITH_METADATA
// ********** Begin Class AISMPoolActor constinit property declarations ****************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ISMPoolComp;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ISMPoolDebugDrawComp;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class AISMPoolActor constinit property declarations ******************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<AISMPoolActor>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_AISMPoolActor_Statics
// ********** Begin Class AISMPoolActor Property Definitions ***************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AISMPoolActor_Statics::NewProp_ISMPoolComp = { "ISMPoolComp", nullptr, (EPropertyFlags)0x01440000000a001d, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AISMPoolActor, ISMPoolComp), Z_Construct_UClass_UISMPoolComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ISMPoolComp_MetaData), NewProp_ISMPoolComp_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AISMPoolActor_Statics::NewProp_ISMPoolDebugDrawComp = { "ISMPoolDebugDrawComp", nullptr, (EPropertyFlags)0x01440000000a001d, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AISMPoolActor, ISMPoolDebugDrawComp), Z_Construct_UClass_UISMPoolDebugDrawComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ISMPoolDebugDrawComp_MetaData), NewProp_ISMPoolDebugDrawComp_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AISMPoolActor_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AISMPoolActor_Statics::NewProp_ISMPoolComp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AISMPoolActor_Statics::NewProp_ISMPoolDebugDrawComp,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AISMPoolActor_Statics::PropPointers) < 2048);
// ********** End Class AISMPoolActor Property Definitions *****************************************
UObject* (*const Z_Construct_UClass_AISMPoolActor_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_AActor,
(UObject* (*)())Z_Construct_UPackage__Script_ISMPool,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AISMPoolActor_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_AISMPoolActor_Statics::ClassParams = {
&AISMPoolActor::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_AISMPoolActor_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_AISMPoolActor_Statics::PropPointers),
0,
0x008800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AISMPoolActor_Statics::Class_MetaDataParams), Z_Construct_UClass_AISMPoolActor_Statics::Class_MetaDataParams)
};
void AISMPoolActor::StaticRegisterNativesAISMPoolActor()
{
}
UClass* Z_Construct_UClass_AISMPoolActor()
{
if (!Z_Registration_Info_UClass_AISMPoolActor.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AISMPoolActor.OuterSingleton, Z_Construct_UClass_AISMPoolActor_Statics::ClassParams);
}
return Z_Registration_Info_UClass_AISMPoolActor.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, AISMPoolActor);
AISMPoolActor::~AISMPoolActor() {}
// ********** End Class AISMPoolActor **************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h__Script_ISMPool_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_AISMPoolActor, AISMPoolActor::StaticClass, TEXT("AISMPoolActor"), &Z_Registration_Info_UClass_AISMPoolActor, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AISMPoolActor), 257645446U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h__Script_ISMPool_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h__Script_ISMPool_3463616472{
TEXT("/Script/ISMPool"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h__Script_ISMPool_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h__Script_ISMPool_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ISMPool/ISMPoolActor.h"
#ifdef ISMPOOL_ISMPoolActor_generated_h
#error "ISMPoolActor.generated.h already included, missing '#pragma once' in ISMPoolActor.h"
#endif
#define ISMPOOL_ISMPoolActor_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class AISMPoolActor ************************************************************
struct Z_Construct_UClass_AISMPoolActor_Statics;
ISMPOOL_API UClass* Z_Construct_UClass_AISMPoolActor_NoRegister();
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h_13_INCLASS \
private: \
static void StaticRegisterNativesAISMPoolActor(); \
friend struct ::Z_Construct_UClass_AISMPoolActor_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ISMPOOL_API UClass* ::Z_Construct_UClass_AISMPoolActor_NoRegister(); \
public: \
DECLARE_CLASS2(AISMPoolActor, AActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/ISMPool"), Z_Construct_UClass_AISMPoolActor_NoRegister) \
DECLARE_SERIALIZER(AISMPoolActor)
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h_13_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ISMPOOL_API AISMPoolActor(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AISMPoolActor) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ISMPOOL_API, AISMPoolActor); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AISMPoolActor); \
/** Deleted move- and copy-constructors, should never be used */ \
AISMPoolActor(AISMPoolActor&&) = delete; \
AISMPoolActor(const AISMPoolActor&) = delete; \
ISMPOOL_API virtual ~AISMPoolActor();
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h_10_PROLOG
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h_13_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h_13_INCLASS \
FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h_13_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class AISMPoolActor;
// ********** End Class AISMPoolActor **************************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolActor_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,122 @@
// 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/ISMPoolComponent.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeISMPoolComponent() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_USceneComponent();
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolComponent();
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolComponent_NoRegister();
UPackage* Z_Construct_UPackage__Script_ISMPool();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UISMPoolComponent ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UISMPoolComponent;
UClass* UISMPoolComponent::GetPrivateStaticClass()
{
using TClass = UISMPoolComponent;
if (!Z_Registration_Info_UClass_UISMPoolComponent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ISMPoolComponent"),
Z_Registration_Info_UClass_UISMPoolComponent.InnerSingleton,
StaticRegisterNativesUISMPoolComponent,
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_UISMPoolComponent.InnerSingleton;
}
UClass* Z_Construct_UClass_UISMPoolComponent_NoRegister()
{
return UISMPoolComponent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UISMPoolComponent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintSpawnableComponent", "" },
{ "Comment", "/**\n* UISMPoolComponent.\n* Component that manages a pool of ISM components in order to allow multiple client components that use the same meshes to the share ISMs.\n*/" },
{ "HideCategories", "Trigger PhysicsVolume" },
{ "IncludePath", "ISMPool/ISMPoolComponent.h" },
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolComponent.h" },
{ "ToolTip", "UISMPoolComponent.\nComponent that manages a pool of ISM components in order to allow multiple client components that use the same meshes to the share ISMs." },
};
#endif // WITH_METADATA
// ********** Begin Class UISMPoolComponent constinit property declarations ************************
// ********** End Class UISMPoolComponent constinit property declarations **************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UISMPoolComponent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UISMPoolComponent_Statics
UObject* (*const Z_Construct_UClass_UISMPoolComponent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USceneComponent,
(UObject* (*)())Z_Construct_UPackage__Script_ISMPool,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UISMPoolComponent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UISMPoolComponent_Statics::ClassParams = {
&UISMPoolComponent::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x00A800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UISMPoolComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UISMPoolComponent_Statics::Class_MetaDataParams)
};
void UISMPoolComponent::StaticRegisterNativesUISMPoolComponent()
{
}
UClass* Z_Construct_UClass_UISMPoolComponent()
{
if (!Z_Registration_Info_UClass_UISMPoolComponent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UISMPoolComponent.OuterSingleton, Z_Construct_UClass_UISMPoolComponent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UISMPoolComponent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UISMPoolComponent);
UISMPoolComponent::~UISMPoolComponent() {}
// ********** End Class UISMPoolComponent **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h__Script_ISMPool_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UISMPoolComponent, UISMPoolComponent::StaticClass, TEXT("UISMPoolComponent"), &Z_Registration_Info_UClass_UISMPoolComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UISMPoolComponent), 3147731800U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h__Script_ISMPool_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h__Script_ISMPool_1737328947{
TEXT("/Script/ISMPool"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h__Script_ISMPool_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h__Script_ISMPool_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ISMPool/ISMPoolComponent.h"
#ifdef ISMPOOL_ISMPoolComponent_generated_h
#error "ISMPoolComponent.generated.h already included, missing '#pragma once' in ISMPoolComponent.h"
#endif
#define ISMPOOL_ISMPoolComponent_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UISMPoolComponent ********************************************************
struct Z_Construct_UClass_UISMPoolComponent_Statics;
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolComponent_NoRegister();
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h_340_INCLASS \
private: \
static void StaticRegisterNativesUISMPoolComponent(); \
friend struct ::Z_Construct_UClass_UISMPoolComponent_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ISMPOOL_API UClass* ::Z_Construct_UClass_UISMPoolComponent_NoRegister(); \
public: \
DECLARE_CLASS2(UISMPoolComponent, USceneComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/ISMPool"), Z_Construct_UClass_UISMPoolComponent_NoRegister) \
DECLARE_SERIALIZER(UISMPoolComponent)
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h_340_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ISMPOOL_API UISMPoolComponent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UISMPoolComponent) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ISMPOOL_API, UISMPoolComponent); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UISMPoolComponent); \
/** Deleted move- and copy-constructors, should never be used */ \
UISMPoolComponent(UISMPoolComponent&&) = delete; \
UISMPoolComponent(const UISMPoolComponent&) = delete; \
ISMPOOL_API virtual ~UISMPoolComponent();
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h_337_PROLOG
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h_340_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h_340_INCLASS \
FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h_340_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UISMPoolComponent;
// ********** End Class UISMPoolComponent **********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolComponent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,172 @@
// 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

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ISMPool/ISMPoolDebugDrawComponent.h"
#ifdef ISMPOOL_ISMPoolDebugDrawComponent_generated_h
#error "ISMPoolDebugDrawComponent.generated.h already included, missing '#pragma once' in ISMPoolDebugDrawComponent.h"
#endif
#define ISMPOOL_ISMPoolDebugDrawComponent_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UISMPoolDebugDrawComponent ***********************************************
struct Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics;
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolDebugDrawComponent_NoRegister();
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h_17_INCLASS \
private: \
static void StaticRegisterNativesUISMPoolDebugDrawComponent(); \
friend struct ::Z_Construct_UClass_UISMPoolDebugDrawComponent_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ISMPOOL_API UClass* ::Z_Construct_UClass_UISMPoolDebugDrawComponent_NoRegister(); \
public: \
DECLARE_CLASS2(UISMPoolDebugDrawComponent, UDebugDrawComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/ISMPool"), Z_Construct_UClass_UISMPoolDebugDrawComponent_NoRegister) \
DECLARE_SERIALIZER(UISMPoolDebugDrawComponent)
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ISMPOOL_API UISMPoolDebugDrawComponent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UISMPoolDebugDrawComponent) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ISMPOOL_API, UISMPoolDebugDrawComponent); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UISMPoolDebugDrawComponent); \
/** Deleted move- and copy-constructors, should never be used */ \
UISMPoolDebugDrawComponent(UISMPoolDebugDrawComponent&&) = delete; \
UISMPoolDebugDrawComponent(const UISMPoolDebugDrawComponent&) = delete; \
ISMPOOL_API virtual ~UISMPoolDebugDrawComponent();
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h_14_PROLOG
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h_17_INCLASS \
FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UISMPoolDebugDrawComponent;
// ********** End Class UISMPoolDebugDrawComponent *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolDebugDrawComponent_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,187 @@
// 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/ISMPoolSubSystem.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeISMPoolSubSystem() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_AActor_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UWorldSubsystem();
ENGINE_API UEnum* Z_Construct_UEnum_Engine_EEndPlayReason();
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolSubSystem();
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolSubSystem_NoRegister();
UPackage* Z_Construct_UPackage__Script_ISMPool();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UISMPoolSubSystem Function OnActorEndPlay ********************************
struct Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics
{
struct ISMPoolSubSystem_eventOnActorEndPlay_Parms
{
AActor* InSource;
TEnumAsByte<EEndPlayReason::Type> Reason;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolSubSystem.h" },
};
#endif // WITH_METADATA
// ********** Begin Function OnActorEndPlay constinit property declarations ************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_InSource;
static const UECodeGen_Private::FBytePropertyParams NewProp_Reason;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function OnActorEndPlay constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function OnActorEndPlay Property Definitions ***********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::NewProp_InSource = { "InSource", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ISMPoolSubSystem_eventOnActorEndPlay_Parms, InSource), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::NewProp_Reason = { "Reason", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ISMPoolSubSystem_eventOnActorEndPlay_Parms, Reason), Z_Construct_UEnum_Engine_EEndPlayReason, METADATA_PARAMS(0, nullptr) }; // 1050143493
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::NewProp_InSource,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::NewProp_Reason,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::PropPointers) < 2048);
// ********** End Function OnActorEndPlay Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UISMPoolSubSystem, nullptr, "OnActorEndPlay", Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::ISMPoolSubSystem_eventOnActorEndPlay_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00080401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::Function_MetaDataParams), Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::ISMPoolSubSystem_eventOnActorEndPlay_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UISMPoolSubSystem::execOnActorEndPlay)
{
P_GET_OBJECT(AActor,Z_Param_InSource);
P_GET_PROPERTY(FByteProperty,Z_Param_Reason);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->OnActorEndPlay(Z_Param_InSource,EEndPlayReason::Type(Z_Param_Reason));
P_NATIVE_END;
}
// ********** End Class UISMPoolSubSystem Function OnActorEndPlay **********************************
// ********** Begin Class UISMPoolSubSystem ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UISMPoolSubSystem;
UClass* UISMPoolSubSystem::GetPrivateStaticClass()
{
using TClass = UISMPoolSubSystem;
if (!Z_Registration_Info_UClass_UISMPoolSubSystem.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ISMPoolSubSystem"),
Z_Registration_Info_UClass_UISMPoolSubSystem.InnerSingleton,
StaticRegisterNativesUISMPoolSubSystem,
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_UISMPoolSubSystem.InnerSingleton;
}
UClass* Z_Construct_UClass_UISMPoolSubSystem_NoRegister()
{
return UISMPoolSubSystem::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UISMPoolSubSystem_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A subsystem managing ISMPool actors.\n */" },
{ "IncludePath", "ISMPool/ISMPoolSubSystem.h" },
{ "ModuleRelativePath", "Public/ISMPool/ISMPoolSubSystem.h" },
{ "ToolTip", "A subsystem managing ISMPool actors." },
};
#endif // WITH_METADATA
// ********** Begin Class UISMPoolSubSystem constinit property declarations ************************
// ********** End Class UISMPoolSubSystem constinit property declarations **************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("OnActorEndPlay"), .Pointer = &UISMPoolSubSystem::execOnActorEndPlay },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UISMPoolSubSystem_OnActorEndPlay, "OnActorEndPlay" }, // 1387862913
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UISMPoolSubSystem>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UISMPoolSubSystem_Statics
UObject* (*const Z_Construct_UClass_UISMPoolSubSystem_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UWorldSubsystem,
(UObject* (*)())Z_Construct_UPackage__Script_ISMPool,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UISMPoolSubSystem_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UISMPoolSubSystem_Statics::ClassParams = {
&UISMPoolSubSystem::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UISMPoolSubSystem_Statics::Class_MetaDataParams), Z_Construct_UClass_UISMPoolSubSystem_Statics::Class_MetaDataParams)
};
void UISMPoolSubSystem::StaticRegisterNativesUISMPoolSubSystem()
{
UClass* Class = UISMPoolSubSystem::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UISMPoolSubSystem_Statics::Funcs));
}
UClass* Z_Construct_UClass_UISMPoolSubSystem()
{
if (!Z_Registration_Info_UClass_UISMPoolSubSystem.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UISMPoolSubSystem.OuterSingleton, Z_Construct_UClass_UISMPoolSubSystem_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UISMPoolSubSystem.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UISMPoolSubSystem);
UISMPoolSubSystem::~UISMPoolSubSystem() {}
// ********** End Class UISMPoolSubSystem **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h__Script_ISMPool_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UISMPoolSubSystem, UISMPoolSubSystem::StaticClass, TEXT("UISMPoolSubSystem"), &Z_Registration_Info_UClass_UISMPoolSubSystem, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UISMPoolSubSystem), 12660558U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h__Script_ISMPool_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h__Script_ISMPool_1906293716{
TEXT("/Script/ISMPool"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h__Script_ISMPool_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h__Script_ISMPool_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,67 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "ISMPool/ISMPoolSubSystem.h"
#ifdef ISMPOOL_ISMPoolSubSystem_generated_h
#error "ISMPoolSubSystem.generated.h already included, missing '#pragma once' in ISMPoolSubSystem.h"
#endif
#define ISMPOOL_ISMPoolSubSystem_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
class AActor;
// ********** Begin Class UISMPoolSubSystem ********************************************************
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execOnActorEndPlay);
struct Z_Construct_UClass_UISMPoolSubSystem_Statics;
ISMPOOL_API UClass* Z_Construct_UClass_UISMPoolSubSystem_NoRegister();
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUISMPoolSubSystem(); \
friend struct ::Z_Construct_UClass_UISMPoolSubSystem_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ISMPOOL_API UClass* ::Z_Construct_UClass_UISMPoolSubSystem_NoRegister(); \
public: \
DECLARE_CLASS2(UISMPoolSubSystem, UWorldSubsystem, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/ISMPool"), Z_Construct_UClass_UISMPoolSubSystem_NoRegister) \
DECLARE_SERIALIZER(UISMPoolSubSystem)
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h_16_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UISMPoolSubSystem(UISMPoolSubSystem&&) = delete; \
UISMPoolSubSystem(const UISMPoolSubSystem&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(ISMPOOL_API, UISMPoolSubSystem); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UISMPoolSubSystem); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UISMPoolSubSystem) \
ISMPOOL_API virtual ~UISMPoolSubSystem();
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h_13_PROLOG
#define FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h_16_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UISMPoolSubSystem;
// ********** End Class UISMPoolSubSystem **********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_Experimental_ISMPool_Public_ISMPool_ISMPoolSubSystem_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,4 @@
D:\UE_5_7_1\Engine\Source\Runtime\Experimental\ISMPool\Public\ISMPool\ISMPoolActor.h
D:\UE_5_7_1\Engine\Source\Runtime\Experimental\ISMPool\Public\ISMPool\ISMPoolComponent.h
D:\UE_5_7_1\Engine\Source\Runtime\Experimental\ISMPool\Public\ISMPool\ISMPoolSubSystem.h
D:\UE_5_7_1\Engine\Source\Runtime\Experimental\ISMPool\Public\ISMPool\ISMPoolDebugDrawComponent.h