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 EmptyLinkFunctionForGeneratedCodeDrawPrimitiveDebugger_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_DrawPrimitiveDebugger;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_DrawPrimitiveDebugger()
{
if (!Z_Registration_Info_UPackage__Script_DrawPrimitiveDebugger.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/DrawPrimitiveDebugger",
nullptr,
0,
PKG_CompiledIn | 0x00000080,
0xF09D2872,
0xCAF29804,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_DrawPrimitiveDebugger.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_DrawPrimitiveDebugger.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_DrawPrimitiveDebugger(Z_Construct_UPackage__Script_DrawPrimitiveDebugger, TEXT("/Script/DrawPrimitiveDebugger"), Z_Registration_Info_UPackage__Script_DrawPrimitiveDebugger, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xF09D2872, 0xCAF29804));
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,136 @@
// 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 "DrawPrimitiveDebuggerConfig.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeDrawPrimitiveDebuggerConfig() {}
// ********** Begin Cross Module References ********************************************************
DEVELOPERSETTINGS_API UClass* Z_Construct_UClass_UDeveloperSettings();
DRAWPRIMITIVEDEBUGGER_API UClass* Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings();
DRAWPRIMITIVEDEBUGGER_API UClass* Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_DrawPrimitiveDebugger();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UDrawPrimitiveDebuggerUserSettings ***************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UDrawPrimitiveDebuggerUserSettings;
UClass* UDrawPrimitiveDebuggerUserSettings::GetPrivateStaticClass()
{
using TClass = UDrawPrimitiveDebuggerUserSettings;
if (!Z_Registration_Info_UClass_UDrawPrimitiveDebuggerUserSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("DrawPrimitiveDebuggerUserSettings"),
Z_Registration_Info_UClass_UDrawPrimitiveDebuggerUserSettings.InnerSingleton,
StaticRegisterNativesUDrawPrimitiveDebuggerUserSettings,
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_UDrawPrimitiveDebuggerUserSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_NoRegister()
{
return UDrawPrimitiveDebuggerUserSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DisplayName", "Draw Primitive Debugger" },
{ "IncludePath", "DrawPrimitiveDebuggerConfig.h" },
{ "ModuleRelativePath", "Public/DrawPrimitiveDebuggerConfig.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FontSize_MetaData[] = {
{ "Category", "DrawPrimitiveDebugger" },
{ "Comment", "/** Font Size used by Draw Primitive Debugger */" },
{ "ModuleRelativePath", "Public/DrawPrimitiveDebuggerConfig.h" },
{ "ToolTip", "Font Size used by Draw Primitive Debugger" },
};
#endif // WITH_METADATA
// ********** Begin Class UDrawPrimitiveDebuggerUserSettings constinit property declarations *******
static const UECodeGen_Private::FIntPropertyParams NewProp_FontSize;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UDrawPrimitiveDebuggerUserSettings constinit property declarations *********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UDrawPrimitiveDebuggerUserSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics
// ********** Begin Class UDrawPrimitiveDebuggerUserSettings Property Definitions ******************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::NewProp_FontSize = { "FontSize", nullptr, (EPropertyFlags)0x0020080000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UDrawPrimitiveDebuggerUserSettings, FontSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FontSize_MetaData), NewProp_FontSize_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::NewProp_FontSize,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::PropPointers) < 2048);
// ********** End Class UDrawPrimitiveDebuggerUserSettings Property Definitions ********************
UObject* (*const Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDeveloperSettings,
(UObject* (*)())Z_Construct_UPackage__Script_DrawPrimitiveDebugger,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::ClassParams = {
&UDrawPrimitiveDebuggerUserSettings::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::Class_MetaDataParams)
};
void UDrawPrimitiveDebuggerUserSettings::StaticRegisterNativesUDrawPrimitiveDebuggerUserSettings()
{
}
UClass* Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings()
{
if (!Z_Registration_Info_UClass_UDrawPrimitiveDebuggerUserSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UDrawPrimitiveDebuggerUserSettings.OuterSingleton, Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UDrawPrimitiveDebuggerUserSettings.OuterSingleton;
}
UDrawPrimitiveDebuggerUserSettings::UDrawPrimitiveDebuggerUserSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UDrawPrimitiveDebuggerUserSettings);
UDrawPrimitiveDebuggerUserSettings::~UDrawPrimitiveDebuggerUserSettings() {}
// ********** End Class UDrawPrimitiveDebuggerUserSettings *****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h__Script_DrawPrimitiveDebugger_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings, UDrawPrimitiveDebuggerUserSettings::StaticClass, TEXT("UDrawPrimitiveDebuggerUserSettings"), &Z_Registration_Info_UClass_UDrawPrimitiveDebuggerUserSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UDrawPrimitiveDebuggerUserSettings), 3686771522U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h__Script_DrawPrimitiveDebugger_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h__Script_DrawPrimitiveDebugger_359751877{
TEXT("/Script/DrawPrimitiveDebugger"),
Z_CompiledInDeferFile_FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h__Script_DrawPrimitiveDebugger_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h__Script_DrawPrimitiveDebugger_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,65 @@
// 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 "DrawPrimitiveDebuggerConfig.h"
#ifdef DRAWPRIMITIVEDEBUGGER_DrawPrimitiveDebuggerConfig_generated_h
#error "DrawPrimitiveDebuggerConfig.generated.h already included, missing '#pragma once' in DrawPrimitiveDebuggerConfig.h"
#endif
#define DRAWPRIMITIVEDEBUGGER_DrawPrimitiveDebuggerConfig_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UDrawPrimitiveDebuggerUserSettings ***************************************
struct Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics;
DRAWPRIMITIVEDEBUGGER_API UClass* Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_NoRegister();
#define FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUDrawPrimitiveDebuggerUserSettings(); \
friend struct ::Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend DRAWPRIMITIVEDEBUGGER_API UClass* ::Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UDrawPrimitiveDebuggerUserSettings, UDeveloperSettings, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/DrawPrimitiveDebugger"), Z_Construct_UClass_UDrawPrimitiveDebuggerUserSettings_NoRegister) \
DECLARE_SERIALIZER(UDrawPrimitiveDebuggerUserSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorPerProjectUserSettings");} \
#define FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
DRAWPRIMITIVEDEBUGGER_API UDrawPrimitiveDebuggerUserSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UDrawPrimitiveDebuggerUserSettings(UDrawPrimitiveDebuggerUserSettings&&) = delete; \
UDrawPrimitiveDebuggerUserSettings(const UDrawPrimitiveDebuggerUserSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(DRAWPRIMITIVEDEBUGGER_API, UDrawPrimitiveDebuggerUserSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UDrawPrimitiveDebuggerUserSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UDrawPrimitiveDebuggerUserSettings) \
DRAWPRIMITIVEDEBUGGER_API virtual ~UDrawPrimitiveDebuggerUserSettings();
#define FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h_11_PROLOG
#define FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UDrawPrimitiveDebuggerUserSettings;
// ********** End Class UDrawPrimitiveDebuggerUserSettings *****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Source_Developer_DrawPrimitiveDebugger_Public_DrawPrimitiveDebuggerConfig_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Source\Developer\DrawPrimitiveDebugger\Public\DrawPrimitiveDebuggerConfig.h