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 EmptyLinkFunctionForGeneratedCodeStructViewer_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_StructViewer;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_StructViewer()
{
if (!Z_Registration_Info_UPackage__Script_StructViewer.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/StructViewer",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xE7BBCF66,
0x54E4CCDD,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_StructViewer.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_StructViewer.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_StructViewer(Z_Construct_UPackage__Script_StructViewer, TEXT("/Script/StructViewer"), Z_Registration_Info_UPackage__Script_StructViewer, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xE7BBCF66, 0x54E4CCDD));
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,168 @@
// 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 "StructViewerProjectSettings.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 EmptyLinkFunctionForGeneratedCodeStructViewerProjectSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UClass* Z_Construct_UClass_UScriptStruct_NoRegister();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDirectoryPath();
STRUCTVIEWER_API UClass* Z_Construct_UClass_UStructViewerProjectSettings();
STRUCTVIEWER_API UClass* Z_Construct_UClass_UStructViewerProjectSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_StructViewer();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UStructViewerProjectSettings *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UStructViewerProjectSettings;
UClass* UStructViewerProjectSettings::GetPrivateStaticClass()
{
using TClass = UStructViewerProjectSettings;
if (!Z_Registration_Info_UClass_UStructViewerProjectSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("StructViewerProjectSettings"),
Z_Registration_Info_UClass_UStructViewerProjectSettings.InnerSingleton,
StaticRegisterNativesUStructViewerProjectSettings,
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_UStructViewerProjectSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UStructViewerProjectSettings_NoRegister()
{
return UStructViewerProjectSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UStructViewerProjectSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements the settings for the Struct Viewer Project Settings\n */" },
{ "IncludePath", "StructViewerProjectSettings.h" },
{ "ModuleRelativePath", "Public/StructViewerProjectSettings.h" },
{ "ToolTip", "Implements the settings for the Struct Viewer Project Settings" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InternalOnlyPaths_MetaData[] = {
{ "Category", "StructVisibilityManagement" },
{ "Comment", "/** The base directories to be considered Internal Only for the struct picker.*/" },
{ "ContentDir", "" },
{ "DisplayName", "List of directories to consider Internal Only." },
{ "LongPackageName", "" },
{ "ModuleRelativePath", "Public/StructViewerProjectSettings.h" },
{ "ToolTip", "The base directories to be considered Internal Only for the struct picker." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InternalOnlyStructs_MetaData[] = {
{ "Category", "StructVisibilityManagement" },
{ "Comment", "/** The base classes to be considered Internal Only for the struct picker.*/" },
{ "DisplayName", "List of base structs to consider Internal Only." },
{ "HideViewOptions", "" },
{ "ModuleRelativePath", "Public/StructViewerProjectSettings.h" },
{ "ShowTreeView", "" },
{ "ToolTip", "The base classes to be considered Internal Only for the struct picker." },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin Class UStructViewerProjectSettings 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::FSoftObjectPropertyParams NewProp_InternalOnlyStructs_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_InternalOnlyStructs;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
#endif // WITH_EDITORONLY_DATA
// ********** End Class UStructViewerProjectSettings constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UStructViewerProjectSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UStructViewerProjectSettings_Statics
// ********** Begin Class UStructViewerProjectSettings Property Definitions ************************
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UStructViewerProjectSettings_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_UStructViewerProjectSettings_Statics::NewProp_InternalOnlyPaths = { "InternalOnlyPaths", nullptr, (EPropertyFlags)0x0010000800004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UStructViewerProjectSettings, InternalOnlyPaths), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InternalOnlyPaths_MetaData), NewProp_InternalOnlyPaths_MetaData) }; // 1225349189
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UClass_UStructViewerProjectSettings_Statics::NewProp_InternalOnlyStructs_Inner = { "InternalOnlyStructs", nullptr, (EPropertyFlags)0x0004000800004000, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UScriptStruct_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UStructViewerProjectSettings_Statics::NewProp_InternalOnlyStructs = { "InternalOnlyStructs", nullptr, (EPropertyFlags)0x0014000800004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UStructViewerProjectSettings, InternalOnlyStructs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InternalOnlyStructs_MetaData), NewProp_InternalOnlyStructs_MetaData) };
#endif // WITH_EDITORONLY_DATA
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UStructViewerProjectSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UStructViewerProjectSettings_Statics::NewProp_InternalOnlyPaths_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UStructViewerProjectSettings_Statics::NewProp_InternalOnlyPaths,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UStructViewerProjectSettings_Statics::NewProp_InternalOnlyStructs_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UStructViewerProjectSettings_Statics::NewProp_InternalOnlyStructs,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UStructViewerProjectSettings_Statics::PropPointers) < 2048);
#endif // WITH_EDITORONLY_DATA
// ********** End Class UStructViewerProjectSettings Property Definitions **************************
UObject* (*const Z_Construct_UClass_UStructViewerProjectSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_StructViewer,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UStructViewerProjectSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UStructViewerProjectSettings_Statics::ClassParams = {
&UStructViewerProjectSettings::StaticClass,
"Engine",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UStructViewerProjectSettings_Statics::PropPointers, nullptr),
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UStructViewerProjectSettings_Statics::PropPointers), 0),
0,
0x000800A6u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UStructViewerProjectSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UStructViewerProjectSettings_Statics::Class_MetaDataParams)
};
void UStructViewerProjectSettings::StaticRegisterNativesUStructViewerProjectSettings()
{
}
UClass* Z_Construct_UClass_UStructViewerProjectSettings()
{
if (!Z_Registration_Info_UClass_UStructViewerProjectSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UStructViewerProjectSettings.OuterSingleton, Z_Construct_UClass_UStructViewerProjectSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UStructViewerProjectSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UStructViewerProjectSettings);
UStructViewerProjectSettings::~UStructViewerProjectSettings() {}
// ********** End Class UStructViewerProjectSettings ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h__Script_StructViewer_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UStructViewerProjectSettings, UStructViewerProjectSettings::StaticClass, TEXT("UStructViewerProjectSettings"), &Z_Registration_Info_UClass_UStructViewerProjectSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UStructViewerProjectSettings), 1429305352U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h__Script_StructViewer_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h__Script_StructViewer_549336570{
TEXT("/Script/StructViewer"),
Z_CompiledInDeferFile_FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h__Script_StructViewer_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h__Script_StructViewer_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 "StructViewerProjectSettings.h"
#ifdef STRUCTVIEWER_StructViewerProjectSettings_generated_h
#error "StructViewerProjectSettings.generated.h already included, missing '#pragma once' in StructViewerProjectSettings.h"
#endif
#define STRUCTVIEWER_StructViewerProjectSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UStructViewerProjectSettings *********************************************
struct Z_Construct_UClass_UStructViewerProjectSettings_Statics;
STRUCTVIEWER_API UClass* Z_Construct_UClass_UStructViewerProjectSettings_NoRegister();
#define FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h_25_INCLASS \
private: \
static void StaticRegisterNativesUStructViewerProjectSettings(); \
friend struct ::Z_Construct_UClass_UStructViewerProjectSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend STRUCTVIEWER_API UClass* ::Z_Construct_UClass_UStructViewerProjectSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UStructViewerProjectSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/StructViewer"), Z_Construct_UClass_UStructViewerProjectSettings_NoRegister) \
DECLARE_SERIALIZER(UStructViewerProjectSettings)
#define FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h_25_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
STRUCTVIEWER_API UStructViewerProjectSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UStructViewerProjectSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(STRUCTVIEWER_API, UStructViewerProjectSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UStructViewerProjectSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UStructViewerProjectSettings(UStructViewerProjectSettings&&) = delete; \
UStructViewerProjectSettings(const UStructViewerProjectSettings&) = delete; \
STRUCTVIEWER_API virtual ~UStructViewerProjectSettings();
#define FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h_22_PROLOG
#define FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h_25_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h_25_INCLASS \
FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h_25_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UStructViewerProjectSettings;
// ********** End Class UStructViewerProjectSettings ***********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Editor_StructViewer_Public_StructViewerProjectSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

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