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 EmptyLinkFunctionForGeneratedCodePaperTiledImporter_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_PaperTiledImporter;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_PaperTiledImporter()
{
if (!Z_Registration_Info_UPackage__Script_PaperTiledImporter.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/PaperTiledImporter",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xEA851786,
0x7333B4D3,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_PaperTiledImporter.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_PaperTiledImporter.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_PaperTiledImporter(Z_Construct_UPackage__Script_PaperTiledImporter, TEXT("/Script/PaperTiledImporter"), Z_Registration_Info_UPackage__Script_PaperTiledImporter, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xEA851786, 0x7333B4D3));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,11 @@
// 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
#include "PaperTiledImporterFactory.h"

View File

@@ -0,0 +1,120 @@
// 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 "PaperTiledImporterFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePaperTiledImporterFactory() {}
// ********** Begin Cross Module References ********************************************************
PAPERTILEDIMPORTER_API UClass* Z_Construct_UClass_UPaperTiledImporterFactory();
PAPERTILEDIMPORTER_API UClass* Z_Construct_UClass_UPaperTiledImporterFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_PaperTiledImporter();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UPaperTiledImporterFactory ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPaperTiledImporterFactory;
UClass* UPaperTiledImporterFactory::GetPrivateStaticClass()
{
using TClass = UPaperTiledImporterFactory;
if (!Z_Registration_Info_UClass_UPaperTiledImporterFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PaperTiledImporterFactory"),
Z_Registration_Info_UClass_UPaperTiledImporterFactory.InnerSingleton,
StaticRegisterNativesUPaperTiledImporterFactory,
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_UPaperTiledImporterFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UPaperTiledImporterFactory_NoRegister()
{
return UPaperTiledImporterFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPaperTiledImporterFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "// Imports a tile map (and associated textures & tile sets) exported from Tiled (http://www.mapeditor.org/)\n" },
{ "IncludePath", "PaperTiledImporterFactory.h" },
{ "ModuleRelativePath", "Classes/PaperTiledImporterFactory.h" },
{ "ToolTip", "Imports a tile map (and associated textures & tile sets) exported from Tiled (http:www.mapeditor.org/)" },
};
#endif // WITH_METADATA
// ********** Begin Class UPaperTiledImporterFactory constinit property declarations ***************
// ********** End Class UPaperTiledImporterFactory constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPaperTiledImporterFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPaperTiledImporterFactory_Statics
UObject* (*const Z_Construct_UClass_UPaperTiledImporterFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_PaperTiledImporter,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPaperTiledImporterFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPaperTiledImporterFactory_Statics::ClassParams = {
&UPaperTiledImporterFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPaperTiledImporterFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UPaperTiledImporterFactory_Statics::Class_MetaDataParams)
};
void UPaperTiledImporterFactory::StaticRegisterNativesUPaperTiledImporterFactory()
{
}
UClass* Z_Construct_UClass_UPaperTiledImporterFactory()
{
if (!Z_Registration_Info_UClass_UPaperTiledImporterFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPaperTiledImporterFactory.OuterSingleton, Z_Construct_UClass_UPaperTiledImporterFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPaperTiledImporterFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPaperTiledImporterFactory);
UPaperTiledImporterFactory::~UPaperTiledImporterFactory() {}
// ********** End Class UPaperTiledImporterFactory *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h__Script_PaperTiledImporter_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPaperTiledImporterFactory, UPaperTiledImporterFactory::StaticClass, TEXT("UPaperTiledImporterFactory"), &Z_Registration_Info_UClass_UPaperTiledImporterFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPaperTiledImporterFactory), 722619433U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h__Script_PaperTiledImporter_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h__Script_PaperTiledImporter_4245156313{
TEXT("/Script/PaperTiledImporter"),
Z_CompiledInDeferFile_FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h__Script_PaperTiledImporter_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h__Script_PaperTiledImporter_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 "PaperTiledImporterFactory.h"
#ifdef PAPERTILEDIMPORTER_PaperTiledImporterFactory_generated_h
#error "PaperTiledImporterFactory.generated.h already included, missing '#pragma once' in PaperTiledImporterFactory.h"
#endif
#define PAPERTILEDIMPORTER_PaperTiledImporterFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UPaperTiledImporterFactory ***********************************************
struct Z_Construct_UClass_UPaperTiledImporterFactory_Statics;
PAPERTILEDIMPORTER_API UClass* Z_Construct_UClass_UPaperTiledImporterFactory_NoRegister();
#define FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h_75_INCLASS \
private: \
static void StaticRegisterNativesUPaperTiledImporterFactory(); \
friend struct ::Z_Construct_UClass_UPaperTiledImporterFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend PAPERTILEDIMPORTER_API UClass* ::Z_Construct_UClass_UPaperTiledImporterFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UPaperTiledImporterFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/PaperTiledImporter"), Z_Construct_UClass_UPaperTiledImporterFactory_NoRegister) \
DECLARE_SERIALIZER(UPaperTiledImporterFactory)
#define FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h_75_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UPaperTiledImporterFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UPaperTiledImporterFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UPaperTiledImporterFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPaperTiledImporterFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UPaperTiledImporterFactory(UPaperTiledImporterFactory&&) = delete; \
UPaperTiledImporterFactory(const UPaperTiledImporterFactory&) = delete; \
NO_API virtual ~UPaperTiledImporterFactory();
#define FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h_72_PROLOG
#define FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h_75_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h_75_INCLASS \
FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h_75_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UPaperTiledImporterFactory;
// ********** End Class UPaperTiledImporterFactory *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_2D_Paper2D_Source_PaperTiledImporter_Classes_PaperTiledImporterFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Plugins\2D\Paper2D\Source\PaperTiledImporter\Classes\PaperTiledImporterFactory.h