Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/AutomationWindow/UHT/AutomationPresetManager.gen.cpp

122 lines
8.9 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "AutomationPresetManager.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAutomationPresetManager() {}
// ********** Begin Cross Module References ********************************************************
AUTOMATIONWINDOW_API UScriptStruct* Z_Construct_UScriptStruct_FAutomationTestPreset();
UPackage* Z_Construct_UPackage__Script_AutomationWindow();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FAutomationTestPreset *********************************************
struct Z_Construct_UScriptStruct_FAutomationTestPreset_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FAutomationTestPreset); }
static inline consteval int16 GetStructAlignment() { return alignof(FAutomationTestPreset); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/**\n * Class that holds preset data for the automation window\n */" },
{ "ModuleRelativePath", "Private/AutomationPresetManager.h" },
{ "ToolTip", "Class that holds preset data for the automation window" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Id_MetaData[] = {
{ "Comment", "/** The unique name for this preset. */" },
{ "ModuleRelativePath", "Private/AutomationPresetManager.h" },
{ "ToolTip", "The unique name for this preset." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
{ "Comment", "/** The name of this preset. */" },
{ "ModuleRelativePath", "Private/AutomationPresetManager.h" },
{ "ToolTip", "The name of this preset." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnabledTests_MetaData[] = {
{ "Comment", "/** The list of enabled test names. */" },
{ "ModuleRelativePath", "Private/AutomationPresetManager.h" },
{ "ToolTip", "The list of enabled test names." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FAutomationTestPreset constinit property declarations *************
static const UECodeGen_Private::FNamePropertyParams NewProp_Id;
static const UECodeGen_Private::FTextPropertyParams NewProp_Name;
static const UECodeGen_Private::FStrPropertyParams NewProp_EnabledTests_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_EnabledTests;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FAutomationTestPreset constinit property declarations ***************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAutomationTestPreset>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FAutomationTestPreset_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAutomationTestPreset;
class UScriptStruct* FAutomationTestPreset::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FAutomationTestPreset.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FAutomationTestPreset.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAutomationTestPreset, (UObject*)Z_Construct_UPackage__Script_AutomationWindow(), TEXT("AutomationTestPreset"));
}
return Z_Registration_Info_UScriptStruct_FAutomationTestPreset.OuterSingleton;
}
// ********** Begin ScriptStruct FAutomationTestPreset Property Definitions ************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::NewProp_Id = { "Id", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAutomationTestPreset, Id), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Id_MetaData), NewProp_Id_MetaData) };
const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAutomationTestPreset, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::NewProp_EnabledTests_Inner = { "EnabledTests", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::NewProp_EnabledTests = { "EnabledTests", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAutomationTestPreset, EnabledTests), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnabledTests_MetaData), NewProp_EnabledTests_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::NewProp_Id,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::NewProp_Name,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::NewProp_EnabledTests_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::NewProp_EnabledTests,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FAutomationTestPreset Property Definitions **************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AutomationWindow,
nullptr,
&NewStructOps,
"AutomationTestPreset",
Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::PropPointers),
sizeof(FAutomationTestPreset),
alignof(FAutomationTestPreset),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FAutomationTestPreset()
{
if (!Z_Registration_Info_UScriptStruct_FAutomationTestPreset.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAutomationTestPreset.InnerSingleton, Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAutomationTestPreset.InnerSingleton);
}
// ********** End ScriptStruct FAutomationTestPreset ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationWindow_Private_AutomationPresetManager_h__Script_AutomationWindow_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FAutomationTestPreset::StaticStruct, Z_Construct_UScriptStruct_FAutomationTestPreset_Statics::NewStructOps, TEXT("AutomationTestPreset"),&Z_Registration_Info_UScriptStruct_FAutomationTestPreset, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAutomationTestPreset), 2564215851U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationWindow_Private_AutomationPresetManager_h__Script_AutomationWindow_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationWindow_Private_AutomationPresetManager_h__Script_AutomationWindow_1305218614{
TEXT("/Script/AutomationWindow"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationWindow_Private_AutomationPresetManager_h__Script_AutomationWindow_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationWindow_Private_AutomationPresetManager_h__Script_AutomationWindow_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS