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,119 @@
// 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 "LevelInstanceActorFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLevelInstanceActorFactory() {}
// ********** Begin Cross Module References ********************************************************
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceActorFactory();
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceActorFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UActorFactory();
UPackage* Z_Construct_UPackage__Script_LevelInstanceEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class ULevelInstanceActorFactory ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULevelInstanceActorFactory;
UClass* ULevelInstanceActorFactory::GetPrivateStaticClass()
{
using TClass = ULevelInstanceActorFactory;
if (!Z_Registration_Info_UClass_ULevelInstanceActorFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LevelInstanceActorFactory"),
Z_Registration_Info_UClass_ULevelInstanceActorFactory.InnerSingleton,
StaticRegisterNativesULevelInstanceActorFactory,
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_ULevelInstanceActorFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_ULevelInstanceActorFactory_NoRegister()
{
return ULevelInstanceActorFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULevelInstanceActorFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "LevelInstanceActorFactory.h" },
{ "ModuleRelativePath", "Private/LevelInstanceActorFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class ULevelInstanceActorFactory constinit property declarations ***************
// ********** End Class ULevelInstanceActorFactory constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULevelInstanceActorFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULevelInstanceActorFactory_Statics
UObject* (*const Z_Construct_UClass_ULevelInstanceActorFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UActorFactory,
(UObject* (*)())Z_Construct_UPackage__Script_LevelInstanceEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceActorFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULevelInstanceActorFactory_Statics::ClassParams = {
&ULevelInstanceActorFactory::StaticClass,
"Editor",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000830ACu,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceActorFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_ULevelInstanceActorFactory_Statics::Class_MetaDataParams)
};
void ULevelInstanceActorFactory::StaticRegisterNativesULevelInstanceActorFactory()
{
}
UClass* Z_Construct_UClass_ULevelInstanceActorFactory()
{
if (!Z_Registration_Info_UClass_ULevelInstanceActorFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULevelInstanceActorFactory.OuterSingleton, Z_Construct_UClass_ULevelInstanceActorFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULevelInstanceActorFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULevelInstanceActorFactory);
ULevelInstanceActorFactory::~ULevelInstanceActorFactory() {}
// ********** End Class ULevelInstanceActorFactory *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h__Script_LevelInstanceEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULevelInstanceActorFactory, ULevelInstanceActorFactory::StaticClass, TEXT("ULevelInstanceActorFactory"), &Z_Registration_Info_UClass_ULevelInstanceActorFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULevelInstanceActorFactory), 3519653903U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h__Script_LevelInstanceEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h__Script_LevelInstanceEditor_3423670841{
TEXT("/Script/LevelInstanceEditor"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h__Script_LevelInstanceEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h__Script_LevelInstanceEditor_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 "LevelInstanceActorFactory.h"
#ifdef LEVELINSTANCEEDITOR_LevelInstanceActorFactory_generated_h
#error "LevelInstanceActorFactory.generated.h already included, missing '#pragma once' in LevelInstanceActorFactory.h"
#endif
#define LEVELINSTANCEEDITOR_LevelInstanceActorFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class ULevelInstanceActorFactory ***********************************************
struct Z_Construct_UClass_ULevelInstanceActorFactory_Statics;
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceActorFactory_NoRegister();
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h_13_INCLASS \
private: \
static void StaticRegisterNativesULevelInstanceActorFactory(); \
friend struct ::Z_Construct_UClass_ULevelInstanceActorFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend LEVELINSTANCEEDITOR_API UClass* ::Z_Construct_UClass_ULevelInstanceActorFactory_NoRegister(); \
public: \
DECLARE_CLASS2(ULevelInstanceActorFactory, UActorFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/LevelInstanceEditor"), Z_Construct_UClass_ULevelInstanceActorFactory_NoRegister) \
DECLARE_SERIALIZER(ULevelInstanceActorFactory)
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h_13_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
LEVELINSTANCEEDITOR_API ULevelInstanceActorFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULevelInstanceActorFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(LEVELINSTANCEEDITOR_API, ULevelInstanceActorFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULevelInstanceActorFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
ULevelInstanceActorFactory(ULevelInstanceActorFactory&&) = delete; \
ULevelInstanceActorFactory(const ULevelInstanceActorFactory&) = delete; \
LEVELINSTANCEEDITOR_API virtual ~ULevelInstanceActorFactory();
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h_10_PROLOG
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h_13_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h_13_INCLASS \
FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h_13_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULevelInstanceActorFactory;
// ********** End Class ULevelInstanceActorFactory *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceActorFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

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 EmptyLinkFunctionForGeneratedCodeLevelInstanceEditor_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_LevelInstanceEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_LevelInstanceEditor()
{
if (!Z_Registration_Info_UPackage__Script_LevelInstanceEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/LevelInstanceEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x7C0292B7,
0x60F0C19B,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_LevelInstanceEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_LevelInstanceEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_LevelInstanceEditor(Z_Construct_UPackage__Script_LevelInstanceEditor, TEXT("/Script/LevelInstanceEditor"), Z_Registration_Info_UPackage__Script_LevelInstanceEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x7C0292B7, 0x60F0C19B));
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,236 @@
// 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 "LevelInstanceEditorMode.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLevelInstanceEditorMode() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInputBehaviorSet_NoRegister();
INTERACTIVETOOLSFRAMEWORK_API UClass* Z_Construct_UClass_UInputBehaviorSource_NoRegister();
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorBehaviorSource();
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_NoRegister();
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorMode();
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorMode_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UEdMode();
UPackage* Z_Construct_UPackage__Script_LevelInstanceEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class ULevelInstanceEditorBehaviorSource ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULevelInstanceEditorBehaviorSource;
UClass* ULevelInstanceEditorBehaviorSource::GetPrivateStaticClass()
{
using TClass = ULevelInstanceEditorBehaviorSource;
if (!Z_Registration_Info_UClass_ULevelInstanceEditorBehaviorSource.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LevelInstanceEditorBehaviorSource"),
Z_Registration_Info_UClass_ULevelInstanceEditorBehaviorSource.InnerSingleton,
StaticRegisterNativesULevelInstanceEditorBehaviorSource,
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_ULevelInstanceEditorBehaviorSource.InnerSingleton;
}
UClass* Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_NoRegister()
{
return ULevelInstanceEditorBehaviorSource::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "LevelInstanceEditorMode.h" },
{ "ModuleRelativePath", "Private/LevelInstanceEditorMode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InputBehaviorSet_MetaData[] = {
{ "ModuleRelativePath", "Private/LevelInstanceEditorMode.h" },
};
#endif // WITH_METADATA
// ********** Begin Class ULevelInstanceEditorBehaviorSource constinit property declarations *******
static const UECodeGen_Private::FObjectPropertyParams NewProp_InputBehaviorSet;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class ULevelInstanceEditorBehaviorSource constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULevelInstanceEditorBehaviorSource>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics
// ********** Begin Class ULevelInstanceEditorBehaviorSource Property Definitions ******************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::NewProp_InputBehaviorSet = { "InputBehaviorSet", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULevelInstanceEditorBehaviorSource, InputBehaviorSet), Z_Construct_UClass_UInputBehaviorSet_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InputBehaviorSet_MetaData), NewProp_InputBehaviorSet_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::NewProp_InputBehaviorSet,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::PropPointers) < 2048);
// ********** End Class ULevelInstanceEditorBehaviorSource Property Definitions ********************
UObject* (*const Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_LevelInstanceEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UInputBehaviorSource_NoRegister, (int32)VTABLE_OFFSET(ULevelInstanceEditorBehaviorSource, IInputBehaviorSource), false }, // 767817099
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::ClassParams = {
&ULevelInstanceEditorBehaviorSource::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::Class_MetaDataParams), Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::Class_MetaDataParams)
};
void ULevelInstanceEditorBehaviorSource::StaticRegisterNativesULevelInstanceEditorBehaviorSource()
{
}
UClass* Z_Construct_UClass_ULevelInstanceEditorBehaviorSource()
{
if (!Z_Registration_Info_UClass_ULevelInstanceEditorBehaviorSource.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULevelInstanceEditorBehaviorSource.OuterSingleton, Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULevelInstanceEditorBehaviorSource.OuterSingleton;
}
ULevelInstanceEditorBehaviorSource::ULevelInstanceEditorBehaviorSource(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULevelInstanceEditorBehaviorSource);
ULevelInstanceEditorBehaviorSource::~ULevelInstanceEditorBehaviorSource() {}
// ********** End Class ULevelInstanceEditorBehaviorSource *****************************************
// ********** Begin Class ULevelInstanceEditorMode *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULevelInstanceEditorMode;
UClass* ULevelInstanceEditorMode::GetPrivateStaticClass()
{
using TClass = ULevelInstanceEditorMode;
if (!Z_Registration_Info_UClass_ULevelInstanceEditorMode.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LevelInstanceEditorMode"),
Z_Registration_Info_UClass_ULevelInstanceEditorMode.InnerSingleton,
StaticRegisterNativesULevelInstanceEditorMode,
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_ULevelInstanceEditorMode.InnerSingleton;
}
UClass* Z_Construct_UClass_ULevelInstanceEditorMode_NoRegister()
{
return ULevelInstanceEditorMode::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULevelInstanceEditorMode_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "LevelInstanceEditorMode.h" },
{ "ModuleRelativePath", "Private/LevelInstanceEditorMode.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ModeBehaviorSource_MetaData[] = {
{ "ModuleRelativePath", "Private/LevelInstanceEditorMode.h" },
};
#endif // WITH_METADATA
// ********** Begin Class ULevelInstanceEditorMode constinit property declarations *****************
static const UECodeGen_Private::FInterfacePropertyParams NewProp_ModeBehaviorSource;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class ULevelInstanceEditorMode constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULevelInstanceEditorMode>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULevelInstanceEditorMode_Statics
// ********** Begin Class ULevelInstanceEditorMode Property Definitions ****************************
const UECodeGen_Private::FInterfacePropertyParams Z_Construct_UClass_ULevelInstanceEditorMode_Statics::NewProp_ModeBehaviorSource = { "ModeBehaviorSource", nullptr, (EPropertyFlags)0x0044000000002000, UECodeGen_Private::EPropertyGenFlags::Interface, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULevelInstanceEditorMode, ModeBehaviorSource), Z_Construct_UClass_UInputBehaviorSource_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ModeBehaviorSource_MetaData), NewProp_ModeBehaviorSource_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULevelInstanceEditorMode_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorMode_Statics::NewProp_ModeBehaviorSource,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorMode_Statics::PropPointers) < 2048);
// ********** End Class ULevelInstanceEditorMode Property Definitions ******************************
UObject* (*const Z_Construct_UClass_ULevelInstanceEditorMode_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEdMode,
(UObject* (*)())Z_Construct_UPackage__Script_LevelInstanceEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorMode_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULevelInstanceEditorMode_Statics::ClassParams = {
&ULevelInstanceEditorMode::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULevelInstanceEditorMode_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorMode_Statics::PropPointers),
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorMode_Statics::Class_MetaDataParams), Z_Construct_UClass_ULevelInstanceEditorMode_Statics::Class_MetaDataParams)
};
void ULevelInstanceEditorMode::StaticRegisterNativesULevelInstanceEditorMode()
{
}
UClass* Z_Construct_UClass_ULevelInstanceEditorMode()
{
if (!Z_Registration_Info_UClass_ULevelInstanceEditorMode.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULevelInstanceEditorMode.OuterSingleton, Z_Construct_UClass_ULevelInstanceEditorMode_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULevelInstanceEditorMode.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULevelInstanceEditorMode);
// ********** End Class ULevelInstanceEditorMode ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h__Script_LevelInstanceEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULevelInstanceEditorBehaviorSource, ULevelInstanceEditorBehaviorSource::StaticClass, TEXT("ULevelInstanceEditorBehaviorSource"), &Z_Registration_Info_UClass_ULevelInstanceEditorBehaviorSource, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULevelInstanceEditorBehaviorSource), 1376809644U) },
{ Z_Construct_UClass_ULevelInstanceEditorMode, ULevelInstanceEditorMode::StaticClass, TEXT("ULevelInstanceEditorMode"), &Z_Registration_Info_UClass_ULevelInstanceEditorMode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULevelInstanceEditorMode), 3204748399U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h__Script_LevelInstanceEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h__Script_LevelInstanceEditor_784624443{
TEXT("/Script/LevelInstanceEditor"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h__Script_LevelInstanceEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h__Script_LevelInstanceEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,102 @@
// 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 "LevelInstanceEditorMode.h"
#ifdef LEVELINSTANCEEDITOR_LevelInstanceEditorMode_generated_h
#error "LevelInstanceEditorMode.generated.h already included, missing '#pragma once' in LevelInstanceEditorMode.h"
#endif
#define LEVELINSTANCEEDITOR_LevelInstanceEditorMode_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class ULevelInstanceEditorBehaviorSource ***************************************
struct Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics;
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_NoRegister();
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesULevelInstanceEditorBehaviorSource(); \
friend struct ::Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_Statics; \
static UClass* GetPrivateStaticClass(); \
friend LEVELINSTANCEEDITOR_API UClass* ::Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_NoRegister(); \
public: \
DECLARE_CLASS2(ULevelInstanceEditorBehaviorSource, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/LevelInstanceEditor"), Z_Construct_UClass_ULevelInstanceEditorBehaviorSource_NoRegister) \
DECLARE_SERIALIZER(ULevelInstanceEditorBehaviorSource) \
virtual UObject* _getUObject() const override { return const_cast<ULevelInstanceEditorBehaviorSource*>(this); }
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API ULevelInstanceEditorBehaviorSource(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
ULevelInstanceEditorBehaviorSource(ULevelInstanceEditorBehaviorSource&&) = delete; \
ULevelInstanceEditorBehaviorSource(const ULevelInstanceEditorBehaviorSource&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, ULevelInstanceEditorBehaviorSource); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULevelInstanceEditorBehaviorSource); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(ULevelInstanceEditorBehaviorSource) \
NO_API virtual ~ULevelInstanceEditorBehaviorSource();
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_11_PROLOG
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULevelInstanceEditorBehaviorSource;
// ********** End Class ULevelInstanceEditorBehaviorSource *****************************************
// ********** Begin Class ULevelInstanceEditorMode *************************************************
struct Z_Construct_UClass_ULevelInstanceEditorMode_Statics;
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorMode_NoRegister();
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_29_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesULevelInstanceEditorMode(); \
friend struct ::Z_Construct_UClass_ULevelInstanceEditorMode_Statics; \
static UClass* GetPrivateStaticClass(); \
friend LEVELINSTANCEEDITOR_API UClass* ::Z_Construct_UClass_ULevelInstanceEditorMode_NoRegister(); \
public: \
DECLARE_CLASS2(ULevelInstanceEditorMode, UEdMode, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/LevelInstanceEditor"), Z_Construct_UClass_ULevelInstanceEditorMode_NoRegister) \
DECLARE_SERIALIZER(ULevelInstanceEditorMode)
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_29_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
ULevelInstanceEditorMode(ULevelInstanceEditorMode&&) = delete; \
ULevelInstanceEditorMode(const ULevelInstanceEditorMode&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, ULevelInstanceEditorMode); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULevelInstanceEditorMode); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(ULevelInstanceEditorMode)
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_26_PROLOG
#define FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_29_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_29_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h_29_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULevelInstanceEditorMode;
// ********** End Class ULevelInstanceEditorMode ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_LevelInstanceEditor_Private_LevelInstanceEditorMode_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,330 @@
// 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 "LevelInstanceEditorSettings.h"
#include "Editor/TemplateMapInfo.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeLevelInstanceEditorSettings() {}
// ********** Begin Cross Module References ********************************************************
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
ENGINE_API UEnum* Z_Construct_UEnum_Engine_ELevelInstancePivotType();
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings();
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_NoRegister();
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorSettings();
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorSettings_NoRegister();
UNREALED_API UScriptStruct* Z_Construct_UScriptStruct_FTemplateMapInfo();
UPackage* Z_Construct_UPackage__Script_LevelInstanceEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class ULevelInstanceEditorSettings *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULevelInstanceEditorSettings;
UClass* ULevelInstanceEditorSettings::GetPrivateStaticClass()
{
using TClass = ULevelInstanceEditorSettings;
if (!Z_Registration_Info_UClass_ULevelInstanceEditorSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LevelInstanceEditorSettings"),
Z_Registration_Info_UClass_ULevelInstanceEditorSettings.InnerSingleton,
StaticRegisterNativesULevelInstanceEditorSettings,
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_ULevelInstanceEditorSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_ULevelInstanceEditorSettings_NoRegister()
{
return ULevelInstanceEditorSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULevelInstanceEditorSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DisplayName", "Level Instance" },
{ "IncludePath", "LevelInstanceEditorSettings.h" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TemplateMapInfos_MetaData[] = {
{ "Comment", "/** List of info for all known LevelInstance template maps */" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
{ "ToolTip", "List of info for all known LevelInstance template maps" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LevelInstanceClassName_MetaData[] = {
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableStreaming_MetaData[] = {
{ "Category", "World Partition" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
{ "ToolTip", "Create World Partition Level Instances with Streaming Enabled/Disabled by default" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsEditInPlaceStreamingEnabled_MetaData[] = {
{ "Category", "World Partition" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
{ "ToolTip", "Allow Editing Level Instances with Streaming Enabled" },
};
#endif // WITH_METADATA
// ********** Begin Class ULevelInstanceEditorSettings constinit property declarations *************
static const UECodeGen_Private::FStructPropertyParams NewProp_TemplateMapInfos_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_TemplateMapInfos;
static const UECodeGen_Private::FStrPropertyParams NewProp_LevelInstanceClassName;
static void NewProp_bEnableStreaming_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableStreaming;
static void NewProp_bIsEditInPlaceStreamingEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsEditInPlaceStreamingEnabled;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class ULevelInstanceEditorSettings constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULevelInstanceEditorSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULevelInstanceEditorSettings_Statics
// ********** Begin Class ULevelInstanceEditorSettings Property Definitions ************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_TemplateMapInfos_Inner = { "TemplateMapInfos", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FTemplateMapInfo, METADATA_PARAMS(0, nullptr) }; // 2090864954
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_TemplateMapInfos = { "TemplateMapInfos", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULevelInstanceEditorSettings, TemplateMapInfos), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TemplateMapInfos_MetaData), NewProp_TemplateMapInfos_MetaData) }; // 2090864954
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_LevelInstanceClassName = { "LevelInstanceClassName", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULevelInstanceEditorSettings, LevelInstanceClassName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LevelInstanceClassName_MetaData), NewProp_LevelInstanceClassName_MetaData) };
void Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_bEnableStreaming_SetBit(void* Obj)
{
((ULevelInstanceEditorSettings*)Obj)->bEnableStreaming = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_bEnableStreaming = { "bEnableStreaming", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ULevelInstanceEditorSettings), &Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_bEnableStreaming_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableStreaming_MetaData), NewProp_bEnableStreaming_MetaData) };
void Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_bIsEditInPlaceStreamingEnabled_SetBit(void* Obj)
{
((ULevelInstanceEditorSettings*)Obj)->bIsEditInPlaceStreamingEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_bIsEditInPlaceStreamingEnabled = { "bIsEditInPlaceStreamingEnabled", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ULevelInstanceEditorSettings), &Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_bIsEditInPlaceStreamingEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsEditInPlaceStreamingEnabled_MetaData), NewProp_bIsEditInPlaceStreamingEnabled_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_TemplateMapInfos_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_TemplateMapInfos,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_LevelInstanceClassName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_bEnableStreaming,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::NewProp_bIsEditInPlaceStreamingEnabled,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::PropPointers) < 2048);
// ********** End Class ULevelInstanceEditorSettings Property Definitions **************************
UObject* (*const Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_LevelInstanceEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::ClassParams = {
&ULevelInstanceEditorSettings::StaticClass,
"Editor",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::PropPointers),
0,
0x000000A6u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::Class_MetaDataParams)
};
void ULevelInstanceEditorSettings::StaticRegisterNativesULevelInstanceEditorSettings()
{
}
UClass* Z_Construct_UClass_ULevelInstanceEditorSettings()
{
if (!Z_Registration_Info_UClass_ULevelInstanceEditorSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULevelInstanceEditorSettings.OuterSingleton, Z_Construct_UClass_ULevelInstanceEditorSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULevelInstanceEditorSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULevelInstanceEditorSettings);
ULevelInstanceEditorSettings::~ULevelInstanceEditorSettings() {}
// ********** End Class ULevelInstanceEditorSettings ***********************************************
// ********** Begin Class ULevelInstanceEditorPerProjectUserSettings *******************************
FClassRegistrationInfo Z_Registration_Info_UClass_ULevelInstanceEditorPerProjectUserSettings;
UClass* ULevelInstanceEditorPerProjectUserSettings::GetPrivateStaticClass()
{
using TClass = ULevelInstanceEditorPerProjectUserSettings;
if (!Z_Registration_Info_UClass_ULevelInstanceEditorPerProjectUserSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("LevelInstanceEditorPerProjectUserSettings"),
Z_Registration_Info_UClass_ULevelInstanceEditorPerProjectUserSettings.InnerSingleton,
StaticRegisterNativesULevelInstanceEditorPerProjectUserSettings,
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_ULevelInstanceEditorPerProjectUserSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_NoRegister()
{
return ULevelInstanceEditorPerProjectUserSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DisplayName", "Level Instance" },
{ "IncludePath", "LevelInstanceEditorSettings.h" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAlwaysShowDialog_MetaData[] = {
{ "Category", "Create" },
{ "Comment", "/** If false, create dialog will not be shown and last settings will be used. */" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
{ "ToolTip", "If false, create dialog will not be shown and last settings will be used." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PivotType_MetaData[] = {
{ "Category", "Pivot" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsSubSelectionEnabled_MetaData[] = {
{ "Category", "Selection" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
{ "ToolTip", "Allow Read Only Selection of Level Instance Level Actors" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsViewportSubSelectionEnabled_MetaData[] = {
{ "Category", "Selection" },
{ "DisplayName", "Is Viewport Sub Selection Enabled (Shift + Mouse Scroll Up/Down)" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
{ "ToolTip", "Allow Read Only Selection of Level Instance Level Actors in the Viewport (Shortcut: Shift + Mouse Scroll Up/Down)" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bKeepFoldersDuringBreak_MetaData[] = {
{ "Category", "Break" },
{ "Comment", "/**\n\x09 * When the Level Instance is broken via \"Level->Break..\", its actors will be placed inside the folder the LI is\n\x09 * inside of, under a subfolder with the name of the Level Instance, and also keeping their original folder structure.\n\x09 * So if i.e. the Level Instance Actor is called \"Desert/LI_House2\", and an actor inside is named \"Lights/Light_Sun\",\n\x09 * the actor will be moved to \"Desert/LI_House2/Lights/Light_Sun\" in the outer level.\n\x09 *\n\x09 * If this flag is not set, actors will be placed either in the root folder of the outer level (but their original\n\x09 * folders from the LI kept), or, if \"Current Folder\" is set, they'll be moved there without any subfolders.\n\x09 */" },
{ "ModuleRelativePath", "Public/LevelInstanceEditorSettings.h" },
{ "ToolTip", "When the Level Instance is broken via \"Level->Break..\", its actors will be placed inside the folder the LI is\ninside of, under a subfolder with the name of the Level Instance, and also keeping their original folder structure.\nSo if i.e. the Level Instance Actor is called \"Desert/LI_House2\", and an actor inside is named \"Lights/Light_Sun\",\nthe actor will be moved to \"Desert/LI_House2/Lights/Light_Sun\" in the outer level.\n\nIf this flag is not set, actors will be placed either in the root folder of the outer level (but their original\nfolders from the LI kept), or, if \"Current Folder\" is set, they'll be moved there without any subfolders." },
};
#endif // WITH_METADATA
// ********** Begin Class ULevelInstanceEditorPerProjectUserSettings constinit property declarations
static void NewProp_bAlwaysShowDialog_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAlwaysShowDialog;
static const UECodeGen_Private::FBytePropertyParams NewProp_PivotType_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_PivotType;
static void NewProp_bIsSubSelectionEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsSubSelectionEnabled;
static void NewProp_bIsViewportSubSelectionEnabled_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsViewportSubSelectionEnabled;
static void NewProp_bKeepFoldersDuringBreak_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bKeepFoldersDuringBreak;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class ULevelInstanceEditorPerProjectUserSettings constinit property declarations *
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<ULevelInstanceEditorPerProjectUserSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics
// ********** Begin Class ULevelInstanceEditorPerProjectUserSettings Property Definitions **********
void Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bAlwaysShowDialog_SetBit(void* Obj)
{
((ULevelInstanceEditorPerProjectUserSettings*)Obj)->bAlwaysShowDialog = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bAlwaysShowDialog = { "bAlwaysShowDialog", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ULevelInstanceEditorPerProjectUserSettings), &Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bAlwaysShowDialog_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAlwaysShowDialog_MetaData), NewProp_bAlwaysShowDialog_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_PivotType_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_PivotType = { "PivotType", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ULevelInstanceEditorPerProjectUserSettings, PivotType), Z_Construct_UEnum_Engine_ELevelInstancePivotType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PivotType_MetaData), NewProp_PivotType_MetaData) }; // 2177579645
void Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bIsSubSelectionEnabled_SetBit(void* Obj)
{
((ULevelInstanceEditorPerProjectUserSettings*)Obj)->bIsSubSelectionEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bIsSubSelectionEnabled = { "bIsSubSelectionEnabled", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ULevelInstanceEditorPerProjectUserSettings), &Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bIsSubSelectionEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsSubSelectionEnabled_MetaData), NewProp_bIsSubSelectionEnabled_MetaData) };
void Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bIsViewportSubSelectionEnabled_SetBit(void* Obj)
{
((ULevelInstanceEditorPerProjectUserSettings*)Obj)->bIsViewportSubSelectionEnabled = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bIsViewportSubSelectionEnabled = { "bIsViewportSubSelectionEnabled", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ULevelInstanceEditorPerProjectUserSettings), &Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bIsViewportSubSelectionEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsViewportSubSelectionEnabled_MetaData), NewProp_bIsViewportSubSelectionEnabled_MetaData) };
void Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bKeepFoldersDuringBreak_SetBit(void* Obj)
{
((ULevelInstanceEditorPerProjectUserSettings*)Obj)->bKeepFoldersDuringBreak = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bKeepFoldersDuringBreak = { "bKeepFoldersDuringBreak", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ULevelInstanceEditorPerProjectUserSettings), &Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bKeepFoldersDuringBreak_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bKeepFoldersDuringBreak_MetaData), NewProp_bKeepFoldersDuringBreak_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bAlwaysShowDialog,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_PivotType_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_PivotType,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bIsSubSelectionEnabled,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bIsViewportSubSelectionEnabled,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::NewProp_bKeepFoldersDuringBreak,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::PropPointers) < 2048);
// ********** End Class ULevelInstanceEditorPerProjectUserSettings Property Definitions ************
UObject* (*const Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_LevelInstanceEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::ClassParams = {
&ULevelInstanceEditorPerProjectUserSettings::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::PropPointers),
0,
0x000000A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::Class_MetaDataParams)
};
void ULevelInstanceEditorPerProjectUserSettings::StaticRegisterNativesULevelInstanceEditorPerProjectUserSettings()
{
}
UClass* Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings()
{
if (!Z_Registration_Info_UClass_ULevelInstanceEditorPerProjectUserSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ULevelInstanceEditorPerProjectUserSettings.OuterSingleton, Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_ULevelInstanceEditorPerProjectUserSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ULevelInstanceEditorPerProjectUserSettings);
ULevelInstanceEditorPerProjectUserSettings::~ULevelInstanceEditorPerProjectUserSettings() {}
// ********** End Class ULevelInstanceEditorPerProjectUserSettings *********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h__Script_LevelInstanceEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_ULevelInstanceEditorSettings, ULevelInstanceEditorSettings::StaticClass, TEXT("ULevelInstanceEditorSettings"), &Z_Registration_Info_UClass_ULevelInstanceEditorSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULevelInstanceEditorSettings), 3566648637U) },
{ Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings, ULevelInstanceEditorPerProjectUserSettings::StaticClass, TEXT("ULevelInstanceEditorPerProjectUserSettings"), &Z_Registration_Info_UClass_ULevelInstanceEditorPerProjectUserSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ULevelInstanceEditorPerProjectUserSettings), 3079643141U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h__Script_LevelInstanceEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h__Script_LevelInstanceEditor_3411464287{
TEXT("/Script/LevelInstanceEditor"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h__Script_LevelInstanceEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h__Script_LevelInstanceEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,104 @@
// 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 "LevelInstanceEditorSettings.h"
#ifdef LEVELINSTANCEEDITOR_LevelInstanceEditorSettings_generated_h
#error "LevelInstanceEditorSettings.generated.h already included, missing '#pragma once' in LevelInstanceEditorSettings.h"
#endif
#define LEVELINSTANCEEDITOR_LevelInstanceEditorSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class ULevelInstanceEditorSettings *********************************************
struct Z_Construct_UClass_ULevelInstanceEditorSettings_Statics;
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorSettings_NoRegister();
#define FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesULevelInstanceEditorSettings(); \
friend struct ::Z_Construct_UClass_ULevelInstanceEditorSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend LEVELINSTANCEEDITOR_API UClass* ::Z_Construct_UClass_ULevelInstanceEditorSettings_NoRegister(); \
public: \
DECLARE_CLASS2(ULevelInstanceEditorSettings, UDeveloperSettings, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/LevelInstanceEditor"), Z_Construct_UClass_ULevelInstanceEditorSettings_NoRegister) \
DECLARE_SERIALIZER(ULevelInstanceEditorSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("Editor");} \
#define FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_16_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
ULevelInstanceEditorSettings(ULevelInstanceEditorSettings&&) = delete; \
ULevelInstanceEditorSettings(const ULevelInstanceEditorSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, ULevelInstanceEditorSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULevelInstanceEditorSettings); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(ULevelInstanceEditorSettings) \
NO_API virtual ~ULevelInstanceEditorSettings();
#define FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_13_PROLOG
#define FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULevelInstanceEditorSettings;
// ********** End Class ULevelInstanceEditorSettings ***********************************************
// ********** Begin Class ULevelInstanceEditorPerProjectUserSettings *******************************
struct Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics;
LEVELINSTANCEEDITOR_API UClass* Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_NoRegister();
#define FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_38_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesULevelInstanceEditorPerProjectUserSettings(); \
friend struct ::Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend LEVELINSTANCEEDITOR_API UClass* ::Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_NoRegister(); \
public: \
DECLARE_CLASS2(ULevelInstanceEditorPerProjectUserSettings, UDeveloperSettings, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/LevelInstanceEditor"), Z_Construct_UClass_ULevelInstanceEditorPerProjectUserSettings_NoRegister) \
DECLARE_SERIALIZER(ULevelInstanceEditorPerProjectUserSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorPerProjectUserSettings");} \
#define FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_38_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
ULevelInstanceEditorPerProjectUserSettings(ULevelInstanceEditorPerProjectUserSettings&&) = delete; \
ULevelInstanceEditorPerProjectUserSettings(const ULevelInstanceEditorPerProjectUserSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, ULevelInstanceEditorPerProjectUserSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(ULevelInstanceEditorPerProjectUserSettings); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(ULevelInstanceEditorPerProjectUserSettings) \
NO_API virtual ~ULevelInstanceEditorPerProjectUserSettings();
#define FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_35_PROLOG
#define FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_38_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_38_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h_38_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class ULevelInstanceEditorPerProjectUserSettings;
// ********** End Class ULevelInstanceEditorPerProjectUserSettings *********************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_LevelInstanceEditor_Public_LevelInstanceEditorSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,3 @@
D:\UE_5_7_1\Engine\Source\Editor\LevelInstanceEditor\Public\LevelInstanceEditorSettings.h
D:\UE_5_7_1\Engine\Source\Editor\LevelInstanceEditor\Private\LevelInstanceActorFactory.h
D:\UE_5_7_1\Engine\Source\Editor\LevelInstanceEditor\Private\LevelInstanceEditorMode.h