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 EmptyLinkFunctionForGeneratedCodeAutomationUtilsEditor_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_AutomationUtilsEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AutomationUtilsEditor()
{
if (!Z_Registration_Info_UPackage__Script_AutomationUtilsEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AutomationUtilsEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xA5BBE4B2,
0x4F8F76E6,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AutomationUtilsEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AutomationUtilsEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AutomationUtilsEditor(Z_Construct_UPackage__Script_AutomationUtilsEditor, TEXT("/Script/AutomationUtilsEditor"), Z_Registration_Info_UPackage__Script_AutomationUtilsEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xA5BBE4B2, 0x4F8F76E6));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,118 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "ScreenshotComparisonCommandlet.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeScreenshotComparisonCommandlet() {}
// ********** Begin Cross Module References ********************************************************
AUTOMATIONUTILSEDITOR_API UClass* Z_Construct_UClass_UScreenshotComparisonCommandlet();
AUTOMATIONUTILSEDITOR_API UClass* Z_Construct_UClass_UScreenshotComparisonCommandlet_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UCommandlet();
UPackage* Z_Construct_UPackage__Script_AutomationUtilsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UScreenshotComparisonCommandlet ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UScreenshotComparisonCommandlet;
UClass* UScreenshotComparisonCommandlet::GetPrivateStaticClass()
{
using TClass = UScreenshotComparisonCommandlet;
if (!Z_Registration_Info_UClass_UScreenshotComparisonCommandlet.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ScreenshotComparisonCommandlet"),
Z_Registration_Info_UClass_UScreenshotComparisonCommandlet.InnerSingleton,
StaticRegisterNativesUScreenshotComparisonCommandlet,
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_UScreenshotComparisonCommandlet.InnerSingleton;
}
UClass* Z_Construct_UClass_UScreenshotComparisonCommandlet_NoRegister()
{
return UScreenshotComparisonCommandlet::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "ScreenshotComparisonCommandlet.h" },
{ "ModuleRelativePath", "Public/ScreenshotComparisonCommandlet.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UScreenshotComparisonCommandlet constinit property declarations **********
// ********** End Class UScreenshotComparisonCommandlet constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UScreenshotComparisonCommandlet>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics
UObject* (*const Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UCommandlet,
(UObject* (*)())Z_Construct_UPackage__Script_AutomationUtilsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics::ClassParams = {
&UScreenshotComparisonCommandlet::StaticClass,
"Editor",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A8u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics::Class_MetaDataParams), Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics::Class_MetaDataParams)
};
void UScreenshotComparisonCommandlet::StaticRegisterNativesUScreenshotComparisonCommandlet()
{
}
UClass* Z_Construct_UClass_UScreenshotComparisonCommandlet()
{
if (!Z_Registration_Info_UClass_UScreenshotComparisonCommandlet.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UScreenshotComparisonCommandlet.OuterSingleton, Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UScreenshotComparisonCommandlet.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UScreenshotComparisonCommandlet);
UScreenshotComparisonCommandlet::~UScreenshotComparisonCommandlet() {}
// ********** End Class UScreenshotComparisonCommandlet ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h__Script_AutomationUtilsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UScreenshotComparisonCommandlet, UScreenshotComparisonCommandlet::StaticClass, TEXT("UScreenshotComparisonCommandlet"), &Z_Registration_Info_UClass_UScreenshotComparisonCommandlet, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UScreenshotComparisonCommandlet), 1978966444U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h__Script_AutomationUtilsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h__Script_AutomationUtilsEditor_1880056113{
TEXT("/Script/AutomationUtilsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h__Script_AutomationUtilsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h__Script_AutomationUtilsEditor_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 "ScreenshotComparisonCommandlet.h"
#ifdef AUTOMATIONUTILSEDITOR_ScreenshotComparisonCommandlet_generated_h
#error "ScreenshotComparisonCommandlet.generated.h already included, missing '#pragma once' in ScreenshotComparisonCommandlet.h"
#endif
#define AUTOMATIONUTILSEDITOR_ScreenshotComparisonCommandlet_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UScreenshotComparisonCommandlet ******************************************
struct Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics;
AUTOMATIONUTILSEDITOR_API UClass* Z_Construct_UClass_UScreenshotComparisonCommandlet_NoRegister();
#define FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h_12_INCLASS \
private: \
static void StaticRegisterNativesUScreenshotComparisonCommandlet(); \
friend struct ::Z_Construct_UClass_UScreenshotComparisonCommandlet_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AUTOMATIONUTILSEDITOR_API UClass* ::Z_Construct_UClass_UScreenshotComparisonCommandlet_NoRegister(); \
public: \
DECLARE_CLASS2(UScreenshotComparisonCommandlet, UCommandlet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/AutomationUtilsEditor"), Z_Construct_UClass_UScreenshotComparisonCommandlet_NoRegister) \
DECLARE_SERIALIZER(UScreenshotComparisonCommandlet) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("Editor");} \
#define FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h_12_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UScreenshotComparisonCommandlet(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UScreenshotComparisonCommandlet) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UScreenshotComparisonCommandlet); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UScreenshotComparisonCommandlet); \
/** Deleted move- and copy-constructors, should never be used */ \
UScreenshotComparisonCommandlet(UScreenshotComparisonCommandlet&&) = delete; \
UScreenshotComparisonCommandlet(const UScreenshotComparisonCommandlet&) = delete; \
NO_API virtual ~UScreenshotComparisonCommandlet();
#define FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h_9_PROLOG
#define FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h_12_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h_12_INCLASS \
FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h_12_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UScreenshotComparisonCommandlet;
// ********** End Class UScreenshotComparisonCommandlet ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_AutomationUtils_Source_AutomationUtilsEditor_Public_ScreenshotComparisonCommandlet_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Plugins\Experimental\AutomationUtils\Source\AutomationUtilsEditor\Public\ScreenshotComparisonCommandlet.h