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 EmptyLinkFunctionForGeneratedCodeTedsEditorCompatibility_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_TedsEditorCompatibility;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_TedsEditorCompatibility()
{
if (!Z_Registration_Info_UPackage__Script_TedsEditorCompatibility.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/TedsEditorCompatibility",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x6B628A04,
0x46224B14,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_TedsEditorCompatibility.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_TedsEditorCompatibility.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_TedsEditorCompatibility(Z_Construct_UPackage__Script_TedsEditorCompatibility, TEXT("/Script/TedsEditorCompatibility"), Z_Registration_Info_UPackage__Script_TedsEditorCompatibility, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x6B628A04, 0x46224B14));
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,118 @@
// 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 "Level/TedsLevelFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeTedsLevelFactory() {}
// ********** Begin Cross Module References ********************************************************
TEDSEDITORCOMPATIBILITY_API UClass* Z_Construct_UClass_UTedsLevelFactory();
TEDSEDITORCOMPATIBILITY_API UClass* Z_Construct_UClass_UTedsLevelFactory_NoRegister();
TYPEDELEMENTFRAMEWORK_API UClass* Z_Construct_UClass_UEditorDataStorageFactory();
UPackage* Z_Construct_UPackage__Script_TedsEditorCompatibility();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UTedsLevelFactory ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UTedsLevelFactory;
UClass* UTedsLevelFactory::GetPrivateStaticClass()
{
using TClass = UTedsLevelFactory;
if (!Z_Registration_Info_UClass_UTedsLevelFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("TedsLevelFactory"),
Z_Registration_Info_UClass_UTedsLevelFactory.InnerSingleton,
StaticRegisterNativesUTedsLevelFactory,
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_UTedsLevelFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UTedsLevelFactory_NoRegister()
{
return UTedsLevelFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UTedsLevelFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Level/TedsLevelFactory.h" },
{ "ModuleRelativePath", "Private/Level/TedsLevelFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UTedsLevelFactory constinit property declarations ************************
// ********** End Class UTedsLevelFactory constinit property declarations **************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UTedsLevelFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UTedsLevelFactory_Statics
UObject* (*const Z_Construct_UClass_UTedsLevelFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEditorDataStorageFactory,
(UObject* (*)())Z_Construct_UPackage__Script_TedsEditorCompatibility,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTedsLevelFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UTedsLevelFactory_Statics::ClassParams = {
&UTedsLevelFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UTedsLevelFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UTedsLevelFactory_Statics::Class_MetaDataParams)
};
void UTedsLevelFactory::StaticRegisterNativesUTedsLevelFactory()
{
}
UClass* Z_Construct_UClass_UTedsLevelFactory()
{
if (!Z_Registration_Info_UClass_UTedsLevelFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTedsLevelFactory.OuterSingleton, Z_Construct_UClass_UTedsLevelFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UTedsLevelFactory.OuterSingleton;
}
UTedsLevelFactory::UTedsLevelFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UTedsLevelFactory);
// ********** End Class UTedsLevelFactory **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h__Script_TedsEditorCompatibility_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UTedsLevelFactory, UTedsLevelFactory::StaticClass, TEXT("UTedsLevelFactory"), &Z_Registration_Info_UClass_UTedsLevelFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UTedsLevelFactory), 2788975824U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h__Script_TedsEditorCompatibility_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h__Script_TedsEditorCompatibility_1292696726{
TEXT("/Script/TedsEditorCompatibility"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h__Script_TedsEditorCompatibility_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h__Script_TedsEditorCompatibility_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,62 @@
// 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 "Level/TedsLevelFactory.h"
#ifdef TEDSEDITORCOMPATIBILITY_TedsLevelFactory_generated_h
#error "TedsLevelFactory.generated.h already included, missing '#pragma once' in TedsLevelFactory.h"
#endif
#define TEDSEDITORCOMPATIBILITY_TedsLevelFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UTedsLevelFactory ********************************************************
struct Z_Construct_UClass_UTedsLevelFactory_Statics;
TEDSEDITORCOMPATIBILITY_API UClass* Z_Construct_UClass_UTedsLevelFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h_13_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUTedsLevelFactory(); \
friend struct ::Z_Construct_UClass_UTedsLevelFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend TEDSEDITORCOMPATIBILITY_API UClass* ::Z_Construct_UClass_UTedsLevelFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UTedsLevelFactory, UEditorDataStorageFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/TedsEditorCompatibility"), Z_Construct_UClass_UTedsLevelFactory_NoRegister) \
DECLARE_SERIALIZER(UTedsLevelFactory)
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h_13_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UTedsLevelFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UTedsLevelFactory(UTedsLevelFactory&&) = delete; \
UTedsLevelFactory(const UTedsLevelFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UTedsLevelFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTedsLevelFactory); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UTedsLevelFactory)
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h_10_PROLOG
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h_13_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h_13_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h_13_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UTedsLevelFactory;
// ********** End Class UTedsLevelFactory **********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_Level_TedsLevelFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,118 @@
// 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 "World/TedsWorldFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeTedsWorldFactory() {}
// ********** Begin Cross Module References ********************************************************
TEDSEDITORCOMPATIBILITY_API UClass* Z_Construct_UClass_UTedsWorldFactory();
TEDSEDITORCOMPATIBILITY_API UClass* Z_Construct_UClass_UTedsWorldFactory_NoRegister();
TYPEDELEMENTFRAMEWORK_API UClass* Z_Construct_UClass_UEditorDataStorageFactory();
UPackage* Z_Construct_UPackage__Script_TedsEditorCompatibility();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UTedsWorldFactory ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UTedsWorldFactory;
UClass* UTedsWorldFactory::GetPrivateStaticClass()
{
using TClass = UTedsWorldFactory;
if (!Z_Registration_Info_UClass_UTedsWorldFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("TedsWorldFactory"),
Z_Registration_Info_UClass_UTedsWorldFactory.InnerSingleton,
StaticRegisterNativesUTedsWorldFactory,
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_UTedsWorldFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UTedsWorldFactory_NoRegister()
{
return UTedsWorldFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UTedsWorldFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "World/TedsWorldFactory.h" },
{ "ModuleRelativePath", "Private/World/TedsWorldFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UTedsWorldFactory constinit property declarations ************************
// ********** End Class UTedsWorldFactory constinit property declarations **************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UTedsWorldFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UTedsWorldFactory_Statics
UObject* (*const Z_Construct_UClass_UTedsWorldFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEditorDataStorageFactory,
(UObject* (*)())Z_Construct_UPackage__Script_TedsEditorCompatibility,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTedsWorldFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UTedsWorldFactory_Statics::ClassParams = {
&UTedsWorldFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UTedsWorldFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UTedsWorldFactory_Statics::Class_MetaDataParams)
};
void UTedsWorldFactory::StaticRegisterNativesUTedsWorldFactory()
{
}
UClass* Z_Construct_UClass_UTedsWorldFactory()
{
if (!Z_Registration_Info_UClass_UTedsWorldFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTedsWorldFactory.OuterSingleton, Z_Construct_UClass_UTedsWorldFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UTedsWorldFactory.OuterSingleton;
}
UTedsWorldFactory::UTedsWorldFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UTedsWorldFactory);
// ********** End Class UTedsWorldFactory **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h__Script_TedsEditorCompatibility_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UTedsWorldFactory, UTedsWorldFactory::StaticClass, TEXT("UTedsWorldFactory"), &Z_Registration_Info_UClass_UTedsWorldFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UTedsWorldFactory), 2540530282U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h__Script_TedsEditorCompatibility_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h__Script_TedsEditorCompatibility_192704612{
TEXT("/Script/TedsEditorCompatibility"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h__Script_TedsEditorCompatibility_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h__Script_TedsEditorCompatibility_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,62 @@
// 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 "World/TedsWorldFactory.h"
#ifdef TEDSEDITORCOMPATIBILITY_TedsWorldFactory_generated_h
#error "TedsWorldFactory.generated.h already included, missing '#pragma once' in TedsWorldFactory.h"
#endif
#define TEDSEDITORCOMPATIBILITY_TedsWorldFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UTedsWorldFactory ********************************************************
struct Z_Construct_UClass_UTedsWorldFactory_Statics;
TEDSEDITORCOMPATIBILITY_API UClass* Z_Construct_UClass_UTedsWorldFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUTedsWorldFactory(); \
friend struct ::Z_Construct_UClass_UTedsWorldFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend TEDSEDITORCOMPATIBILITY_API UClass* ::Z_Construct_UClass_UTedsWorldFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UTedsWorldFactory, UEditorDataStorageFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/TedsEditorCompatibility"), Z_Construct_UClass_UTedsWorldFactory_NoRegister) \
DECLARE_SERIALIZER(UTedsWorldFactory)
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UTedsWorldFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UTedsWorldFactory(UTedsWorldFactory&&) = delete; \
UTedsWorldFactory(const UTedsWorldFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UTedsWorldFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTedsWorldFactory); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UTedsWorldFactory)
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h_11_PROLOG
#define FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UTedsWorldFactory;
// ********** End Class UTedsWorldFactory **********************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_EditorDataStorageFeatures_Source_TedsEditorCompatibility_Private_World_TedsWorldFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Plugins\Experimental\EditorDataStorageFeatures\Source\TedsEditorCompatibility\Private\Level\TedsLevelFactory.h
D:\UE_5_7_1\Engine\Plugins\Experimental\EditorDataStorageFeatures\Source\TedsEditorCompatibility\Private\World\TedsWorldFactory.h