184 lines
14 KiB
C++
184 lines
14 KiB
C++
|
|
// 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 "IAutomationReport.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeIAutomationReport() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
AUTOMATIONCONTROLLER_API UEnum* Z_Construct_UEnum_AutomationController_EAutomationArtifactType();
|
||
|
|
AUTOMATIONCONTROLLER_API UScriptStruct* Z_Construct_UScriptStruct_FAutomationArtifact();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_AutomationController();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EAutomationArtifactType ***************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EAutomationArtifactType;
|
||
|
|
static UEnum* EAutomationArtifactType_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EAutomationArtifactType.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EAutomationArtifactType.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_AutomationController_EAutomationArtifactType, (UObject*)Z_Construct_UPackage__Script_AutomationController(), TEXT("EAutomationArtifactType"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EAutomationArtifactType.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> AUTOMATIONCONTROLLER_NON_ATTRIBUTED_API UEnum* StaticEnum<EAutomationArtifactType>()
|
||
|
|
{
|
||
|
|
return EAutomationArtifactType_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_AutomationController_EAutomationArtifactType_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "Comparison.Name", "EAutomationArtifactType::Comparison" },
|
||
|
|
{ "Image.Name", "EAutomationArtifactType::Image" },
|
||
|
|
{ "ModuleRelativePath", "Public/IAutomationReport.h" },
|
||
|
|
{ "None.Name", "EAutomationArtifactType::None" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EAutomationArtifactType::None", (int64)EAutomationArtifactType::None },
|
||
|
|
{ "EAutomationArtifactType::Image", (int64)EAutomationArtifactType::Image },
|
||
|
|
{ "EAutomationArtifactType::Comparison", (int64)EAutomationArtifactType::Comparison },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_AutomationController_EAutomationArtifactType_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_AutomationController_EAutomationArtifactType_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_AutomationController,
|
||
|
|
nullptr,
|
||
|
|
"EAutomationArtifactType",
|
||
|
|
"EAutomationArtifactType",
|
||
|
|
Z_Construct_UEnum_AutomationController_EAutomationArtifactType_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_AutomationController_EAutomationArtifactType_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_AutomationController_EAutomationArtifactType_Statics::Enum_MetaDataParams), Z_Construct_UEnum_AutomationController_EAutomationArtifactType_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_AutomationController_EAutomationArtifactType()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EAutomationArtifactType.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EAutomationArtifactType.InnerSingleton, Z_Construct_UEnum_AutomationController_EAutomationArtifactType_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EAutomationArtifactType.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EAutomationArtifactType *****************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationArtifact ***********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FAutomationArtifact_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FAutomationArtifact); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FAutomationArtifact); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/IAutomationReport.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Id_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/IAutomationReport.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/IAutomationReport.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Type_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/IAutomationReport.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Files_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/IAutomationReport.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationArtifact constinit property declarations ***************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Id;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Name;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Type_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Type;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Files_ValueProp;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Files_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_Files;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FAutomationArtifact constinit property declarations *****************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAutomationArtifact>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FAutomationArtifact_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAutomationArtifact;
|
||
|
|
class UScriptStruct* FAutomationArtifact::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FAutomationArtifact.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FAutomationArtifact.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAutomationArtifact, (UObject*)Z_Construct_UPackage__Script_AutomationController(), TEXT("AutomationArtifact"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FAutomationArtifact.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FAutomationArtifact Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Id = { "Id", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAutomationArtifact, Id), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Id_MetaData), NewProp_Id_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAutomationArtifact, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Type_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Type = { "Type", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAutomationArtifact, Type), Z_Construct_UEnum_AutomationController_EAutomationArtifactType, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Type_MetaData), NewProp_Type_MetaData) }; // 3028377354
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Files_ValueProp = { "Files", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Files_Key_KeyProp = { "Files_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Files = { "Files", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAutomationArtifact, Files), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Files_MetaData), NewProp_Files_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAutomationArtifact_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Id,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Name,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Type_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Type,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Files_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Files_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewProp_Files,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAutomationArtifact_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FAutomationArtifact Property Definitions ****************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAutomationArtifact_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_AutomationController,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"AutomationArtifact",
|
||
|
|
Z_Construct_UScriptStruct_FAutomationArtifact_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAutomationArtifact_Statics::PropPointers),
|
||
|
|
sizeof(FAutomationArtifact),
|
||
|
|
alignof(FAutomationArtifact),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAutomationArtifact_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAutomationArtifact_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FAutomationArtifact()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FAutomationArtifact.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAutomationArtifact.InnerSingleton, Z_Construct_UScriptStruct_FAutomationArtifact_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAutomationArtifact.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FAutomationArtifact *************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationController_Public_IAutomationReport_h__Script_AutomationController_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EAutomationArtifactType_StaticEnum, TEXT("EAutomationArtifactType"), &Z_Registration_Info_UEnum_EAutomationArtifactType, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3028377354U) },
|
||
|
|
};
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FAutomationArtifact::StaticStruct, Z_Construct_UScriptStruct_FAutomationArtifact_Statics::NewStructOps, TEXT("AutomationArtifact"),&Z_Registration_Info_UScriptStruct_FAutomationArtifact, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAutomationArtifact), 1637257281U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationController_Public_IAutomationReport_h__Script_AutomationController_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationController_Public_IAutomationReport_h__Script_AutomationController_4004069335{
|
||
|
|
TEXT("/Script/AutomationController"),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationController_Public_IAutomationReport_h__Script_AutomationController_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationController_Public_IAutomationReport_h__Script_AutomationController_Statics::ScriptStructInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationController_Public_IAutomationReport_h__Script_AutomationController_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Developer_AutomationController_Public_IAutomationReport_h__Script_AutomationController_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|