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 EmptyLinkFunctionForGeneratedCodeClassViewer_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_ClassViewer;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_ClassViewer()
{
if (!Z_Registration_Info_UPackage__Script_ClassViewer.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/ClassViewer",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x88811D91,
0x1E2BC741,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_ClassViewer.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_ClassViewer.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_ClassViewer(Z_Construct_UPackage__Script_ClassViewer, TEXT("/Script/ClassViewer"), Z_Registration_Info_UPackage__Script_ClassViewer, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x88811D91, 0x1E2BC741));
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,170 @@
// 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 "ClassViewerProjectSettings.h"
#include "UObject/SoftObjectPath.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeClassViewerProjectSettings() {}
// ********** Begin Cross Module References ********************************************************
CLASSVIEWER_API UClass* Z_Construct_UClass_UClassViewerProjectSettings();
CLASSVIEWER_API UClass* Z_Construct_UClass_UClassViewerProjectSettings_NoRegister();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDirectoryPath();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftClassPath();
UPackage* Z_Construct_UPackage__Script_ClassViewer();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UClassViewerProjectSettings **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UClassViewerProjectSettings;
UClass* UClassViewerProjectSettings::GetPrivateStaticClass()
{
using TClass = UClassViewerProjectSettings;
if (!Z_Registration_Info_UClass_UClassViewerProjectSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ClassViewerProjectSettings"),
Z_Registration_Info_UClass_UClassViewerProjectSettings.InnerSingleton,
StaticRegisterNativesUClassViewerProjectSettings,
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_UClassViewerProjectSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UClassViewerProjectSettings_NoRegister()
{
return UClassViewerProjectSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UClassViewerProjectSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements the settings for the Class Viewer Project Settings\n */" },
{ "IncludePath", "ClassViewerProjectSettings.h" },
{ "ModuleRelativePath", "Public/ClassViewerProjectSettings.h" },
{ "ToolTip", "Implements the settings for the Class Viewer Project Settings" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InternalOnlyPaths_MetaData[] = {
{ "Category", "ClassVisibilityManagement" },
{ "Comment", "/** The base directories to be considered Internal Only for the class picker.*/" },
{ "ContentDir", "" },
{ "DisplayName", "List of directories to consider Internal Only." },
{ "LongPackageName", "" },
{ "ModuleRelativePath", "Public/ClassViewerProjectSettings.h" },
{ "ToolTip", "The base directories to be considered Internal Only for the class picker." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InternalOnlyClasses_MetaData[] = {
{ "AllowAbstract", "true" },
{ "Category", "ClassVisibilityManagement" },
{ "Comment", "/** The base classes to be considered Internal Only for the class picker.*/" },
{ "DisplayName", "List of base classes to consider Internal Only." },
{ "HideViewOptions", "" },
{ "MetaClass", "/Script/CoreUObject.Object" },
{ "ModuleRelativePath", "Public/ClassViewerProjectSettings.h" },
{ "ShowTreeView", "" },
{ "ToolTip", "The base classes to be considered Internal Only for the class picker." },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin Class UClassViewerProjectSettings constinit property declarations **************
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStructPropertyParams NewProp_InternalOnlyPaths_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InternalOnlyPaths;
static const UECodeGen_Private::FStructPropertyParams NewProp_InternalOnlyClasses_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InternalOnlyClasses;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
#endif // WITH_EDITORONLY_DATA
// ********** End Class UClassViewerProjectSettings constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UClassViewerProjectSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UClassViewerProjectSettings_Statics
// ********** Begin Class UClassViewerProjectSettings Property Definitions *************************
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyPaths_Inner = { "InternalOnlyPaths", nullptr, (EPropertyFlags)0x0000000800004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(0, nullptr) }; // 1225349189
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyPaths = { "InternalOnlyPaths", nullptr, (EPropertyFlags)0x0010000800004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClassViewerProjectSettings, InternalOnlyPaths), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InternalOnlyPaths_MetaData), NewProp_InternalOnlyPaths_MetaData) }; // 1225349189
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyClasses_Inner = { "InternalOnlyClasses", nullptr, (EPropertyFlags)0x0000000800004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSoftClassPath, METADATA_PARAMS(0, nullptr) }; // 3467803280
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyClasses = { "InternalOnlyClasses", nullptr, (EPropertyFlags)0x0010000800004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UClassViewerProjectSettings, InternalOnlyClasses), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InternalOnlyClasses_MetaData), NewProp_InternalOnlyClasses_MetaData) }; // 3467803280
#endif // WITH_EDITORONLY_DATA
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UClassViewerProjectSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyPaths_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyPaths,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyClasses_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UClassViewerProjectSettings_Statics::NewProp_InternalOnlyClasses,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClassViewerProjectSettings_Statics::PropPointers) < 2048);
#endif // WITH_EDITORONLY_DATA
// ********** End Class UClassViewerProjectSettings Property Definitions ***************************
UObject* (*const Z_Construct_UClass_UClassViewerProjectSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_ClassViewer,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClassViewerProjectSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClassViewerProjectSettings_Statics::ClassParams = {
&UClassViewerProjectSettings::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UClassViewerProjectSettings_Statics::PropPointers, nullptr),
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UClassViewerProjectSettings_Statics::PropPointers), 0),
0,
0x000800A6u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClassViewerProjectSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UClassViewerProjectSettings_Statics::Class_MetaDataParams)
};
void UClassViewerProjectSettings::StaticRegisterNativesUClassViewerProjectSettings()
{
}
UClass* Z_Construct_UClass_UClassViewerProjectSettings()
{
if (!Z_Registration_Info_UClass_UClassViewerProjectSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClassViewerProjectSettings.OuterSingleton, Z_Construct_UClass_UClassViewerProjectSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UClassViewerProjectSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClassViewerProjectSettings);
UClassViewerProjectSettings::~UClassViewerProjectSettings() {}
// ********** End Class UClassViewerProjectSettings ************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UClassViewerProjectSettings, UClassViewerProjectSettings::StaticClass, TEXT("UClassViewerProjectSettings"), &Z_Registration_Info_UClass_UClassViewerProjectSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClassViewerProjectSettings), 159630784U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_853185871{
TEXT("/Script/ClassViewer"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h__Script_ClassViewer_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 "ClassViewerProjectSettings.h"
#ifdef CLASSVIEWER_ClassViewerProjectSettings_generated_h
#error "ClassViewerProjectSettings.generated.h already included, missing '#pragma once' in ClassViewerProjectSettings.h"
#endif
#define CLASSVIEWER_ClassViewerProjectSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UClassViewerProjectSettings **********************************************
struct Z_Construct_UClass_UClassViewerProjectSettings_Statics;
CLASSVIEWER_API UClass* Z_Construct_UClass_UClassViewerProjectSettings_NoRegister();
#define FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h_26_INCLASS \
private: \
static void StaticRegisterNativesUClassViewerProjectSettings(); \
friend struct ::Z_Construct_UClass_UClassViewerProjectSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend CLASSVIEWER_API UClass* ::Z_Construct_UClass_UClassViewerProjectSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UClassViewerProjectSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/ClassViewer"), Z_Construct_UClass_UClassViewerProjectSettings_NoRegister) \
DECLARE_SERIALIZER(UClassViewerProjectSettings)
#define FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h_26_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
CLASSVIEWER_API UClassViewerProjectSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UClassViewerProjectSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(CLASSVIEWER_API, UClassViewerProjectSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UClassViewerProjectSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UClassViewerProjectSettings(UClassViewerProjectSettings&&) = delete; \
UClassViewerProjectSettings(const UClassViewerProjectSettings&) = delete; \
CLASSVIEWER_API virtual ~UClassViewerProjectSettings();
#define FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h_23_PROLOG
#define FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h_26_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h_26_INCLASS \
FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h_26_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UClassViewerProjectSettings;
// ********** End Class UClassViewerProjectSettings ************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_ClassViewer_Public_ClassViewerProjectSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Source\Editor\ClassViewer\Public\ClassViewerProjectSettings.h