1625 lines
142 KiB
C++
1625 lines
142 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 "Tests/AutomationTestSettings.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 EmptyLinkFunctionForGeneratedCodeAutomationTestSettings() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDirectoryPath();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFilePath();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FIntPoint();
|
||
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftObjectPath();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UAutomationTestSettings();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UAutomationTestSettings_NoRegister();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FBuildPromotionTestSettings();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEditorImportExportTestDefinition();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FExternalToolDefinition();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FImportFactorySettingValues();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FLaunchOnTestSettings();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings();
|
||
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FParticleEditorPromotionSettings();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FExternalToolDefinition *******************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FExternalToolDefinition_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FExternalToolDefinition); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FExternalToolDefinition); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Structure for defining an external tool\n */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Structure for defining an external tool" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ToolName_MetaData[] = {
|
||
|
|
{ "Category", "ExternalTools" },
|
||
|
|
{ "Comment", "/* The name of the tool / test. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The name of the tool / test." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExecutablePath_MetaData[] = {
|
||
|
|
{ "Category", "ExternalTools" },
|
||
|
|
{ "Comment", "/* The executable to run. */" },
|
||
|
|
{ "FilePathFilter", "*" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The executable to run." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CommandLineOptions_MetaData[] = {
|
||
|
|
{ "Category", "ExternalTools" },
|
||
|
|
{ "Comment", "/* The command line options to pass to the executable. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The command line options to pass to the executable." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorkingDirectory_MetaData[] = {
|
||
|
|
{ "Category", "ExternalTools" },
|
||
|
|
{ "Comment", "/* The working directory for the new process. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "RelativePath", "" },
|
||
|
|
{ "ToolTip", "The working directory for the new process." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScriptExtension_MetaData[] = {
|
||
|
|
{ "Category", "ExternalTools" },
|
||
|
|
{ "Comment", "/* If set, look for scripts with this extension. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "If set, look for scripts with this extension." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScriptDirectory_MetaData[] = {
|
||
|
|
{ "Category", "ExternalTools" },
|
||
|
|
{ "Comment", "/* If the ScriptExtension is set, look here for the script files. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "RelativePath", "" },
|
||
|
|
{ "ToolTip", "If the ScriptExtension is set, look here for the script files." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FExternalToolDefinition constinit property declarations ***********
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ToolName;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ExecutablePath;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_CommandLineOptions;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_WorkingDirectory;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ScriptExtension;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ScriptDirectory;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FExternalToolDefinition constinit property declarations *************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FExternalToolDefinition>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FExternalToolDefinition_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FExternalToolDefinition;
|
||
|
|
class UScriptStruct* FExternalToolDefinition::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FExternalToolDefinition.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FExternalToolDefinition.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FExternalToolDefinition, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ExternalToolDefinition"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FExternalToolDefinition.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FExternalToolDefinition Property Definitions **********************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_ToolName = { "ToolName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FExternalToolDefinition, ToolName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ToolName_MetaData), NewProp_ToolName_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_ExecutablePath = { "ExecutablePath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FExternalToolDefinition, ExecutablePath), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExecutablePath_MetaData), NewProp_ExecutablePath_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_CommandLineOptions = { "CommandLineOptions", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FExternalToolDefinition, CommandLineOptions), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CommandLineOptions_MetaData), NewProp_CommandLineOptions_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_WorkingDirectory = { "WorkingDirectory", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FExternalToolDefinition, WorkingDirectory), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorkingDirectory_MetaData), NewProp_WorkingDirectory_MetaData) }; // 1225349189
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_ScriptExtension = { "ScriptExtension", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FExternalToolDefinition, ScriptExtension), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScriptExtension_MetaData), NewProp_ScriptExtension_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_ScriptDirectory = { "ScriptDirectory", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FExternalToolDefinition, ScriptDirectory), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScriptDirectory_MetaData), NewProp_ScriptDirectory_MetaData) }; // 1225349189
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_ToolName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_ExecutablePath,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_CommandLineOptions,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_WorkingDirectory,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_ScriptExtension,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewProp_ScriptDirectory,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FExternalToolDefinition Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"ExternalToolDefinition",
|
||
|
|
Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::PropPointers),
|
||
|
|
sizeof(FExternalToolDefinition),
|
||
|
|
alignof(FExternalToolDefinition),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FExternalToolDefinition()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FExternalToolDefinition.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FExternalToolDefinition.InnerSingleton, Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FExternalToolDefinition.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FExternalToolDefinition *********************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FImportFactorySettingValues ***************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FImportFactorySettingValues); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FImportFactorySettingValues); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Holds FProperty names and values to customize factory settings\n */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds FProperty names and values to customize factory settings" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SettingName_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Name of the property to change. Nested settings can be modified using \"Outer.Property" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Value_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Value to import for the specified property." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FImportFactorySettingValues constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_SettingName;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Value;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FImportFactorySettingValues constinit property declarations *********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FImportFactorySettingValues>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FImportFactorySettingValues;
|
||
|
|
class UScriptStruct* FImportFactorySettingValues::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FImportFactorySettingValues.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FImportFactorySettingValues.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FImportFactorySettingValues, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ImportFactorySettingValues"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FImportFactorySettingValues.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FImportFactorySettingValues Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::NewProp_SettingName = { "SettingName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FImportFactorySettingValues, SettingName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SettingName_MetaData), NewProp_SettingName_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FImportFactorySettingValues, Value), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Value_MetaData), NewProp_Value_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::NewProp_SettingName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::NewProp_Value,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FImportFactorySettingValues Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"ImportFactorySettingValues",
|
||
|
|
Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::PropPointers),
|
||
|
|
sizeof(FImportFactorySettingValues),
|
||
|
|
alignof(FImportFactorySettingValues),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FImportFactorySettingValues()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FImportFactorySettingValues.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FImportFactorySettingValues.InnerSingleton, Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FImportFactorySettingValues.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FImportFactorySettingValues *****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEditorImportExportTestDefinition *********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FEditorImportExportTestDefinition); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FEditorImportExportTestDefinition); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Holds settings for the asset import / export automation test\n */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the asset import / export automation test" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ImportFilePath_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* The file to import */" },
|
||
|
|
{ "FilePathFilter", "*" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The file to import" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExportFileExtension_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The file extension to use when exporting this asset. Used to find a supporting exporter" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSkipExport_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* If true, the export step will be skipped */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "If true, the export step will be skipped" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FactorySettings_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Settings for the import factory */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Settings for the import factory" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEditorImportExportTestDefinition constinit property declarations *
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ImportFilePath;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ExportFileExtension;
|
||
|
|
static void NewProp_bSkipExport_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSkipExport;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FactorySettings_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_FactorySettings;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FEditorImportExportTestDefinition constinit property declarations ***
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEditorImportExportTestDefinition>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEditorImportExportTestDefinition;
|
||
|
|
class UScriptStruct* FEditorImportExportTestDefinition::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FEditorImportExportTestDefinition.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FEditorImportExportTestDefinition.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEditorImportExportTestDefinition, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EditorImportExportTestDefinition"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FEditorImportExportTestDefinition.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEditorImportExportTestDefinition Property Definitions ************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_ImportFilePath = { "ImportFilePath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEditorImportExportTestDefinition, ImportFilePath), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ImportFilePath_MetaData), NewProp_ImportFilePath_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_ExportFileExtension = { "ExportFileExtension", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEditorImportExportTestDefinition, ExportFileExtension), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExportFileExtension_MetaData), NewProp_ExportFileExtension_MetaData) };
|
||
|
|
void Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_bSkipExport_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((FEditorImportExportTestDefinition*)Obj)->bSkipExport = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_bSkipExport = { "bSkipExport", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FEditorImportExportTestDefinition), &Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_bSkipExport_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSkipExport_MetaData), NewProp_bSkipExport_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_FactorySettings_Inner = { "FactorySettings", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FImportFactorySettingValues, METADATA_PARAMS(0, nullptr) }; // 3651501006
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_FactorySettings = { "FactorySettings", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEditorImportExportTestDefinition, FactorySettings), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FactorySettings_MetaData), NewProp_FactorySettings_MetaData) }; // 3651501006
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_ImportFilePath,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_ExportFileExtension,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_bSkipExport,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_FactorySettings_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewProp_FactorySettings,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FEditorImportExportTestDefinition Property Definitions **************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"EditorImportExportTestDefinition",
|
||
|
|
Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::PropPointers),
|
||
|
|
sizeof(FEditorImportExportTestDefinition),
|
||
|
|
alignof(FEditorImportExportTestDefinition),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FEditorImportExportTestDefinition()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FEditorImportExportTestDefinition.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEditorImportExportTestDefinition.InnerSingleton, Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEditorImportExportTestDefinition.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FEditorImportExportTestDefinition ***********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEditorImportWorkflowDefinition ***********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FEditorImportWorkflowDefinition); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FEditorImportWorkflowDefinition); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the asset import workflow test\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the asset import workflow test" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ImportFilePath_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* The file to import */" },
|
||
|
|
{ "FilePathFilter", "*" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The file to import" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FactorySettings_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Settings for the import factory */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Settings for the import factory" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEditorImportWorkflowDefinition constinit property declarations ***
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ImportFilePath;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FactorySettings_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_FactorySettings;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FEditorImportWorkflowDefinition constinit property declarations *****
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEditorImportWorkflowDefinition>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEditorImportWorkflowDefinition;
|
||
|
|
class UScriptStruct* FEditorImportWorkflowDefinition::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FEditorImportWorkflowDefinition.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FEditorImportWorkflowDefinition.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EditorImportWorkflowDefinition"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FEditorImportWorkflowDefinition.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEditorImportWorkflowDefinition Property Definitions **************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::NewProp_ImportFilePath = { "ImportFilePath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEditorImportWorkflowDefinition, ImportFilePath), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ImportFilePath_MetaData), NewProp_ImportFilePath_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::NewProp_FactorySettings_Inner = { "FactorySettings", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FImportFactorySettingValues, METADATA_PARAMS(0, nullptr) }; // 3651501006
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::NewProp_FactorySettings = { "FactorySettings", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEditorImportWorkflowDefinition, FactorySettings), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FactorySettings_MetaData), NewProp_FactorySettings_MetaData) }; // 3651501006
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::NewProp_ImportFilePath,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::NewProp_FactorySettings_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::NewProp_FactorySettings,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FEditorImportWorkflowDefinition Property Definitions ****************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"EditorImportWorkflowDefinition",
|
||
|
|
Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::PropPointers),
|
||
|
|
sizeof(FEditorImportWorkflowDefinition),
|
||
|
|
alignof(FEditorImportWorkflowDefinition),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FEditorImportWorkflowDefinition.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEditorImportWorkflowDefinition.InnerSingleton, Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEditorImportWorkflowDefinition.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FEditorImportWorkflowDefinition *************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionImportWorkflowSettings *****************************
|
||
|
|
struct Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBuildPromotionImportWorkflowSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBuildPromotionImportWorkflowSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the import workflow stage of the build promotion test\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the import workflow stage of the build promotion test" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Diffuse_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the Diffuse texture */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the Diffuse texture" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Normal_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the Normalmap texture */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the Normalmap texture" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StaticMesh_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the static mesh */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the static mesh" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReimportStaticMesh_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the static mesh to re-import */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the static mesh to re-import" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlendShapeMesh_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the blend shape */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the blend shape" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MorphMesh_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the morph mesh */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the morph mesh" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SkeletalMesh_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the skeletal mesh */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the skeletal mesh" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Animation_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the animation asset. (Will automatically use the skeleton of the skeletal mesh above) */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the animation asset. (Will automatically use the skeleton of the skeletal mesh above)" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Sound_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the sound */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the sound" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SurroundSound_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for the surround sound (Select any of the channels. It will auto import the rest)*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for the surround sound (Select any of the channels. It will auto import the rest)" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OtherAssetsToImport_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* Import settings for any other assets you may want to import */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import settings for any other assets you may want to import" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionImportWorkflowSettings constinit property declarations
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Diffuse;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Normal;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_StaticMesh;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReimportStaticMesh;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BlendShapeMesh;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MorphMesh;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SkeletalMesh;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Animation;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Sound;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SurroundSound;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OtherAssetsToImport_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_OtherAssetsToImport;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FBuildPromotionImportWorkflowSettings constinit property declarations
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBuildPromotionImportWorkflowSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBuildPromotionImportWorkflowSettings;
|
||
|
|
class UScriptStruct* FBuildPromotionImportWorkflowSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildPromotionImportWorkflowSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FBuildPromotionImportWorkflowSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BuildPromotionImportWorkflowSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FBuildPromotionImportWorkflowSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionImportWorkflowSettings Property Definitions ********
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_Diffuse = { "Diffuse", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, Diffuse), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Diffuse_MetaData), NewProp_Diffuse_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_Normal = { "Normal", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, Normal), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Normal_MetaData), NewProp_Normal_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_StaticMesh = { "StaticMesh", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, StaticMesh), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StaticMesh_MetaData), NewProp_StaticMesh_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_ReimportStaticMesh = { "ReimportStaticMesh", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, ReimportStaticMesh), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReimportStaticMesh_MetaData), NewProp_ReimportStaticMesh_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_BlendShapeMesh = { "BlendShapeMesh", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, BlendShapeMesh), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlendShapeMesh_MetaData), NewProp_BlendShapeMesh_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_MorphMesh = { "MorphMesh", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, MorphMesh), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MorphMesh_MetaData), NewProp_MorphMesh_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_SkeletalMesh = { "SkeletalMesh", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, SkeletalMesh), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SkeletalMesh_MetaData), NewProp_SkeletalMesh_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_Animation = { "Animation", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, Animation), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Animation_MetaData), NewProp_Animation_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_Sound = { "Sound", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, Sound), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Sound_MetaData), NewProp_Sound_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_SurroundSound = { "SurroundSound", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, SurroundSound), Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SurroundSound_MetaData), NewProp_SurroundSound_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_OtherAssetsToImport_Inner = { "OtherAssetsToImport", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition, METADATA_PARAMS(0, nullptr) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_OtherAssetsToImport = { "OtherAssetsToImport", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionImportWorkflowSettings, OtherAssetsToImport), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OtherAssetsToImport_MetaData), NewProp_OtherAssetsToImport_MetaData) }; // 2828318937
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_Diffuse,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_Normal,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_StaticMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_ReimportStaticMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_BlendShapeMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_MorphMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_SkeletalMesh,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_Animation,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_Sound,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_SurroundSound,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_OtherAssetsToImport_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewProp_OtherAssetsToImport,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FBuildPromotionImportWorkflowSettings Property Definitions **********
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"BuildPromotionImportWorkflowSettings",
|
||
|
|
Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::PropPointers),
|
||
|
|
sizeof(FBuildPromotionImportWorkflowSettings),
|
||
|
|
alignof(FBuildPromotionImportWorkflowSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildPromotionImportWorkflowSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBuildPromotionImportWorkflowSettings.InnerSingleton, Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBuildPromotionImportWorkflowSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FBuildPromotionImportWorkflowSettings *******************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionOpenAssetSettings **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBuildPromotionOpenAssetSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBuildPromotionOpenAssetSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the open assets stage of the build promotion test\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the open assets stage of the build promotion test" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlueprintAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* The blueprint asset to open */" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The blueprint asset to open" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaterialAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* The material asset to open */" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The material asset to open" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParticleSystemAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* The particle system asset to open */" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The particle system asset to open" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SkeletalMeshAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* The skeletal mesh asset to open */" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The skeletal mesh asset to open" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StaticMeshAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* The static mesh asset to open */" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The static mesh asset to open" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextureAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/* The texture asset to open */" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The texture asset to open" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionOpenAssetSettings constinit property declarations **
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BlueprintAsset;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MaterialAsset;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ParticleSystemAsset;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SkeletalMeshAsset;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_StaticMeshAsset;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TextureAsset;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FBuildPromotionOpenAssetSettings constinit property declarations ****
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBuildPromotionOpenAssetSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBuildPromotionOpenAssetSettings;
|
||
|
|
class UScriptStruct* FBuildPromotionOpenAssetSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildPromotionOpenAssetSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FBuildPromotionOpenAssetSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BuildPromotionOpenAssetSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FBuildPromotionOpenAssetSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionOpenAssetSettings Property Definitions *************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_BlueprintAsset = { "BlueprintAsset", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionOpenAssetSettings, BlueprintAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlueprintAsset_MetaData), NewProp_BlueprintAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_MaterialAsset = { "MaterialAsset", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionOpenAssetSettings, MaterialAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaterialAsset_MetaData), NewProp_MaterialAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_ParticleSystemAsset = { "ParticleSystemAsset", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionOpenAssetSettings, ParticleSystemAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParticleSystemAsset_MetaData), NewProp_ParticleSystemAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_SkeletalMeshAsset = { "SkeletalMeshAsset", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionOpenAssetSettings, SkeletalMeshAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SkeletalMeshAsset_MetaData), NewProp_SkeletalMeshAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_StaticMeshAsset = { "StaticMeshAsset", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionOpenAssetSettings, StaticMeshAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StaticMeshAsset_MetaData), NewProp_StaticMeshAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_TextureAsset = { "TextureAsset", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionOpenAssetSettings, TextureAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextureAsset_MetaData), NewProp_TextureAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_BlueprintAsset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_MaterialAsset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_ParticleSystemAsset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_SkeletalMeshAsset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_StaticMeshAsset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewProp_TextureAsset,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FBuildPromotionOpenAssetSettings Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"BuildPromotionOpenAssetSettings",
|
||
|
|
Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::PropPointers),
|
||
|
|
sizeof(FBuildPromotionOpenAssetSettings),
|
||
|
|
alignof(FBuildPromotionOpenAssetSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildPromotionOpenAssetSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBuildPromotionOpenAssetSettings.InnerSingleton, Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBuildPromotionOpenAssetSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FBuildPromotionOpenAssetSettings ************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionNewProjectSettings *********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBuildPromotionNewProjectSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBuildPromotionNewProjectSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the new project stage of the build promotion test\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the new project stage of the build promotion test" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NewProjectFolderOverride_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** The path for the new project */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The path for the new project" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NewProjectNameOverride_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** The name of the project **/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The name of the project *" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionNewProjectSettings constinit property declarations *
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_NewProjectFolderOverride;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_NewProjectNameOverride;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FBuildPromotionNewProjectSettings constinit property declarations ***
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBuildPromotionNewProjectSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBuildPromotionNewProjectSettings;
|
||
|
|
class UScriptStruct* FBuildPromotionNewProjectSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildPromotionNewProjectSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FBuildPromotionNewProjectSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BuildPromotionNewProjectSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FBuildPromotionNewProjectSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionNewProjectSettings Property Definitions ************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::NewProp_NewProjectFolderOverride = { "NewProjectFolderOverride", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionNewProjectSettings, NewProjectFolderOverride), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NewProjectFolderOverride_MetaData), NewProp_NewProjectFolderOverride_MetaData) }; // 1225349189
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::NewProp_NewProjectNameOverride = { "NewProjectNameOverride", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionNewProjectSettings, NewProjectNameOverride), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NewProjectNameOverride_MetaData), NewProp_NewProjectNameOverride_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::NewProp_NewProjectFolderOverride,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::NewProp_NewProjectNameOverride,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FBuildPromotionNewProjectSettings Property Definitions **************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"BuildPromotionNewProjectSettings",
|
||
|
|
Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::PropPointers),
|
||
|
|
sizeof(FBuildPromotionNewProjectSettings),
|
||
|
|
alignof(FBuildPromotionNewProjectSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildPromotionNewProjectSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBuildPromotionNewProjectSettings.InnerSingleton, Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBuildPromotionNewProjectSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FBuildPromotionNewProjectSettings ***********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMaterialEditorPromotionSettings **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FMaterialEditorPromotionSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FMaterialEditorPromotionSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the material editor build promotion tests\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the material editor build promotion tests" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultMaterialAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Default material asset to apply to static meshes **/" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Default material asset to apply to static meshes *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultDiffuseTexture_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Default material asset to apply to static meshes **/" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Default material asset to apply to static meshes *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultNormalTexture_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Default material asset to apply to static meshes **/" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Default material asset to apply to static meshes *" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMaterialEditorPromotionSettings constinit property declarations **
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultMaterialAsset;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultDiffuseTexture;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultNormalTexture;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FMaterialEditorPromotionSettings constinit property declarations ****
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMaterialEditorPromotionSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMaterialEditorPromotionSettings;
|
||
|
|
class UScriptStruct* FMaterialEditorPromotionSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FMaterialEditorPromotionSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FMaterialEditorPromotionSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("MaterialEditorPromotionSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FMaterialEditorPromotionSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FMaterialEditorPromotionSettings Property Definitions *************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::NewProp_DefaultMaterialAsset = { "DefaultMaterialAsset", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMaterialEditorPromotionSettings, DefaultMaterialAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultMaterialAsset_MetaData), NewProp_DefaultMaterialAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::NewProp_DefaultDiffuseTexture = { "DefaultDiffuseTexture", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMaterialEditorPromotionSettings, DefaultDiffuseTexture), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultDiffuseTexture_MetaData), NewProp_DefaultDiffuseTexture_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::NewProp_DefaultNormalTexture = { "DefaultNormalTexture", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMaterialEditorPromotionSettings, DefaultNormalTexture), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultNormalTexture_MetaData), NewProp_DefaultNormalTexture_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::NewProp_DefaultMaterialAsset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::NewProp_DefaultDiffuseTexture,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::NewProp_DefaultNormalTexture,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FMaterialEditorPromotionSettings Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"MaterialEditorPromotionSettings",
|
||
|
|
Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::PropPointers),
|
||
|
|
sizeof(FMaterialEditorPromotionSettings),
|
||
|
|
alignof(FMaterialEditorPromotionSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FMaterialEditorPromotionSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMaterialEditorPromotionSettings.InnerSingleton, Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMaterialEditorPromotionSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FMaterialEditorPromotionSettings ************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FParticleEditorPromotionSettings **********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FParticleEditorPromotionSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FParticleEditorPromotionSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the particle editor build promotion tests\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the particle editor build promotion tests" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultParticleAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Default particle asset to use for tests*/" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Default particle asset to use for tests" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FParticleEditorPromotionSettings constinit property declarations **
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultParticleAsset;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FParticleEditorPromotionSettings constinit property declarations ****
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FParticleEditorPromotionSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FParticleEditorPromotionSettings;
|
||
|
|
class UScriptStruct* FParticleEditorPromotionSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FParticleEditorPromotionSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FParticleEditorPromotionSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FParticleEditorPromotionSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ParticleEditorPromotionSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FParticleEditorPromotionSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FParticleEditorPromotionSettings Property Definitions *************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::NewProp_DefaultParticleAsset = { "DefaultParticleAsset", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FParticleEditorPromotionSettings, DefaultParticleAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultParticleAsset_MetaData), NewProp_DefaultParticleAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::NewProp_DefaultParticleAsset,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FParticleEditorPromotionSettings Property Definitions ***************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"ParticleEditorPromotionSettings",
|
||
|
|
Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::PropPointers),
|
||
|
|
sizeof(FParticleEditorPromotionSettings),
|
||
|
|
alignof(FParticleEditorPromotionSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FParticleEditorPromotionSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FParticleEditorPromotionSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FParticleEditorPromotionSettings.InnerSingleton, Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FParticleEditorPromotionSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FParticleEditorPromotionSettings ************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBlueprintEditorPromotionSettings *********************************
|
||
|
|
struct Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBlueprintEditorPromotionSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBlueprintEditorPromotionSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the blueprint editor build promotion tests\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the blueprint editor build promotion tests" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FirstMeshPath_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** The starting mesh for the blueprint **/" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The starting mesh for the blueprint *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SecondMeshPath_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** The mesh to set on the blueprint after the delay **/" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The mesh to set on the blueprint after the delay *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultParticleAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Default particle asset to use for tests*/" },
|
||
|
|
{ "FilePathFilter", "uasset" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Default particle asset to use for tests" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBlueprintEditorPromotionSettings constinit property declarations *
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_FirstMeshPath;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SecondMeshPath;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultParticleAsset;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FBlueprintEditorPromotionSettings constinit property declarations ***
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBlueprintEditorPromotionSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBlueprintEditorPromotionSettings;
|
||
|
|
class UScriptStruct* FBlueprintEditorPromotionSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBlueprintEditorPromotionSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FBlueprintEditorPromotionSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BlueprintEditorPromotionSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FBlueprintEditorPromotionSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBlueprintEditorPromotionSettings Property Definitions ************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::NewProp_FirstMeshPath = { "FirstMeshPath", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBlueprintEditorPromotionSettings, FirstMeshPath), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FirstMeshPath_MetaData), NewProp_FirstMeshPath_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::NewProp_SecondMeshPath = { "SecondMeshPath", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBlueprintEditorPromotionSettings, SecondMeshPath), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SecondMeshPath_MetaData), NewProp_SecondMeshPath_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::NewProp_DefaultParticleAsset = { "DefaultParticleAsset", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBlueprintEditorPromotionSettings, DefaultParticleAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultParticleAsset_MetaData), NewProp_DefaultParticleAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::NewProp_FirstMeshPath,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::NewProp_SecondMeshPath,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::NewProp_DefaultParticleAsset,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FBlueprintEditorPromotionSettings Property Definitions **************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"BlueprintEditorPromotionSettings",
|
||
|
|
Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::PropPointers),
|
||
|
|
sizeof(FBlueprintEditorPromotionSettings),
|
||
|
|
alignof(FBlueprintEditorPromotionSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBlueprintEditorPromotionSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBlueprintEditorPromotionSettings.InnerSingleton, Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBlueprintEditorPromotionSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FBlueprintEditorPromotionSettings ***********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionTestSettings ***************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FBuildPromotionTestSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FBuildPromotionTestSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the editor build promotion test\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the editor build promotion test" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultStaticMeshAsset_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Default static mesh asset to apply materials to **/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Default static mesh asset to apply materials to *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ImportWorkflow_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Import workflow settings **/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Import workflow settings *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OpenAssets_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Open assets settings **/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Open assets settings *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NewProjectSettings_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** New project settings **/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "New project settings *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SourceControlMaterial_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Material to modify for the content browser step **/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Material to modify for the content browser step *" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionTestSettings constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultStaticMeshAsset;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ImportWorkflow;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OpenAssets;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_NewProjectSettings;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_SourceControlMaterial;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FBuildPromotionTestSettings constinit property declarations *********
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FBuildPromotionTestSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FBuildPromotionTestSettings;
|
||
|
|
class UScriptStruct* FBuildPromotionTestSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildPromotionTestSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FBuildPromotionTestSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FBuildPromotionTestSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("BuildPromotionTestSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FBuildPromotionTestSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FBuildPromotionTestSettings Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_DefaultStaticMeshAsset = { "DefaultStaticMeshAsset", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionTestSettings, DefaultStaticMeshAsset), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultStaticMeshAsset_MetaData), NewProp_DefaultStaticMeshAsset_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_ImportWorkflow = { "ImportWorkflow", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionTestSettings, ImportWorkflow), Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ImportWorkflow_MetaData), NewProp_ImportWorkflow_MetaData) }; // 1734014099
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_OpenAssets = { "OpenAssets", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionTestSettings, OpenAssets), Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OpenAssets_MetaData), NewProp_OpenAssets_MetaData) }; // 3384546845
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_NewProjectSettings = { "NewProjectSettings", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionTestSettings, NewProjectSettings), Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NewProjectSettings_MetaData), NewProp_NewProjectSettings_MetaData) }; // 692861266
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_SourceControlMaterial = { "SourceControlMaterial", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FBuildPromotionTestSettings, SourceControlMaterial), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SourceControlMaterial_MetaData), NewProp_SourceControlMaterial_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_DefaultStaticMeshAsset,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_ImportWorkflow,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_OpenAssets,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_NewProjectSettings,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewProp_SourceControlMaterial,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FBuildPromotionTestSettings Property Definitions ********************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"BuildPromotionTestSettings",
|
||
|
|
Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::PropPointers),
|
||
|
|
sizeof(FBuildPromotionTestSettings),
|
||
|
|
alignof(FBuildPromotionTestSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FBuildPromotionTestSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FBuildPromotionTestSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FBuildPromotionTestSettings.InnerSingleton, Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FBuildPromotionTestSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FBuildPromotionTestSettings *****************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEditorMapPerformanceTestDefinition *******************************
|
||
|
|
struct Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FEditorMapPerformanceTestDefinition); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FEditorMapPerformanceTestDefinition); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the asset import / export automation test\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the asset import / export automation test" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PerformanceTestmap_MetaData[] = {
|
||
|
|
{ "AllowedClasses", "/Script/Engine.World" },
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Map to be used for the Performance Capture **/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Map to be used for the Performance Capture *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TestTimer_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "This is the length of time in seconds that this test will run for before stopping." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEditorMapPerformanceTestDefinition constinit property declarations
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_PerformanceTestmap;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_TestTimer;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FEditorMapPerformanceTestDefinition constinit property declarations *
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FEditorMapPerformanceTestDefinition>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FEditorMapPerformanceTestDefinition;
|
||
|
|
class UScriptStruct* FEditorMapPerformanceTestDefinition::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FEditorMapPerformanceTestDefinition.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FEditorMapPerformanceTestDefinition.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EditorMapPerformanceTestDefinition"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FEditorMapPerformanceTestDefinition.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FEditorMapPerformanceTestDefinition Property Definitions **********
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::NewProp_PerformanceTestmap = { "PerformanceTestmap", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEditorMapPerformanceTestDefinition, PerformanceTestmap), Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PerformanceTestmap_MetaData), NewProp_PerformanceTestmap_MetaData) }; // 2425717601
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::NewProp_TestTimer = { "TestTimer", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FEditorMapPerformanceTestDefinition, TestTimer), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TestTimer_MetaData), NewProp_TestTimer_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::NewProp_PerformanceTestmap,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::NewProp_TestTimer,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FEditorMapPerformanceTestDefinition Property Definitions ************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"EditorMapPerformanceTestDefinition",
|
||
|
|
Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::PropPointers),
|
||
|
|
sizeof(FEditorMapPerformanceTestDefinition),
|
||
|
|
alignof(FEditorMapPerformanceTestDefinition),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FEditorMapPerformanceTestDefinition.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FEditorMapPerformanceTestDefinition.InnerSingleton, Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FEditorMapPerformanceTestDefinition.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FEditorMapPerformanceTestDefinition *********************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FLaunchOnTestSettings *********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FLaunchOnTestSettings); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FLaunchOnTestSettings); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n* Holds settings for the editor Launch On With Map Iterations test.\n*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Holds settings for the editor Launch On With Map Iterations test." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LaunchOnTestmap_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/** Map to be used for the Launch On test **/" },
|
||
|
|
{ "FilePathFilter", "umap" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Map to be used for the Launch On test *" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DeviceID_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "This is the device to be used for launch on. Example: WindowsClient, Android, IOS, Linux" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FLaunchOnTestSettings constinit property declarations *************
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LaunchOnTestmap;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_DeviceID;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FLaunchOnTestSettings constinit property declarations ***************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FLaunchOnTestSettings>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FLaunchOnTestSettings;
|
||
|
|
class UScriptStruct* FLaunchOnTestSettings::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FLaunchOnTestSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FLaunchOnTestSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FLaunchOnTestSettings, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("LaunchOnTestSettings"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FLaunchOnTestSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FLaunchOnTestSettings Property Definitions ************************
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::NewProp_LaunchOnTestmap = { "LaunchOnTestmap", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FLaunchOnTestSettings, LaunchOnTestmap), Z_Construct_UScriptStruct_FFilePath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LaunchOnTestmap_MetaData), NewProp_LaunchOnTestmap_MetaData) }; // 1592925316
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::NewProp_DeviceID = { "DeviceID", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FLaunchOnTestSettings, DeviceID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DeviceID_MetaData), NewProp_DeviceID_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::NewProp_LaunchOnTestmap,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::NewProp_DeviceID,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FLaunchOnTestSettings Property Definitions **************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"LaunchOnTestSettings",
|
||
|
|
Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::PropPointers),
|
||
|
|
sizeof(FLaunchOnTestSettings),
|
||
|
|
alignof(FLaunchOnTestSettings),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FLaunchOnTestSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FLaunchOnTestSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FLaunchOnTestSettings.InnerSingleton, Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FLaunchOnTestSettings.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FLaunchOnTestSettings ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UAutomationTestSettings **************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAutomationTestSettings;
|
||
|
|
UClass* UAutomationTestSettings::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UAutomationTestSettings;
|
||
|
|
if (!Z_Registration_Info_UClass_UAutomationTestSettings.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("AutomationTestSettings"),
|
||
|
|
Z_Registration_Info_UClass_UAutomationTestSettings.InnerSingleton,
|
||
|
|
StaticRegisterNativesUAutomationTestSettings,
|
||
|
|
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_UAutomationTestSettings.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAutomationTestSettings_NoRegister()
|
||
|
|
{
|
||
|
|
return UAutomationTestSettings::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UAutomationTestSettings_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * Implements the Editor's user settings.\n */" },
|
||
|
|
{ "IncludePath", "Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Implements the Editor's user settings." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EngineTestModules_MetaData[] = {
|
||
|
|
{ "Category", "Loading" },
|
||
|
|
{ "Comment", "/**\n\x09 * Modules to load that have engine tests\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Modules to load that have engine tests" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorTestModules_MetaData[] = {
|
||
|
|
{ "Category", "Loading" },
|
||
|
|
{ "Comment", "/**\n\x09 * Modules to load that have editor tests\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Modules to load that have editor tests" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AutomationTestmap_MetaData[] = {
|
||
|
|
{ "AllowedClasses", "/Script/Engine.World" },
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09 * The automation test map to be used for several of the automation tests.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The automation test map to be used for several of the automation tests." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorPerformanceTestMaps_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09* The map to be used for the editor performance capture tool.\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The map to be used for the editor performance capture tool." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetsToOpen_MetaData[] = {
|
||
|
|
{ "Category", "Open Asset Tests" },
|
||
|
|
{ "Comment", "/**\n\x09 * Asset to test for open in automation process\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Asset to test for open in automation process" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MapsToPIETest_MetaData[] = {
|
||
|
|
{ "Category", "PIE Test Maps" },
|
||
|
|
{ "Comment", "/**\n\x09 * Maps to PIE during the PIE test\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Maps to PIE during the PIE test" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseAllProjectMapsToPlayInPIE_MetaData[] = {
|
||
|
|
{ "Category", "Play all project Maps In PIE" },
|
||
|
|
{ "Comment", "/**\n\x09 * Use all Maps from project for PlayMapInPIE test\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Use all Maps from project for PlayMapInPIE test" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BuildPromotionTest_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09* Editor build promotion test settings\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Editor build promotion test settings" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaterialEditorPromotionTest_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09* Material editor promotion test settings\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Material editor promotion test settings" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParticleEditorPromotionTest_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09* Particle editor promotion test settings\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Particle editor promotion test settings" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BlueprintEditorPromotionTest_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09* Blueprint editor promotion test settings\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Blueprint editor promotion test settings" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TestLevelFolders_MetaData[] = {
|
||
|
|
{ "Category", "MiscAutomationSetups" },
|
||
|
|
{ "Comment", "/**\n\x09* Folders containing levels to exclude from automated tests\n\x09*/" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Folders containing levels to exclude from automated tests" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExternalTools_MetaData[] = {
|
||
|
|
{ "Category", "ExternalTools" },
|
||
|
|
{ "Comment", "/**\n\x09 * External executables and scripts to run as part of automation.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "External executables and scripts to run as part of automation." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ImportExportTestDefinitions_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09 * Asset import / Export test settings\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Asset import / Export test settings" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LaunchOnSettings_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09* The map and device type to be used for the editor Launch On With Map Iterations test.\n\x09*/" },
|
||
|
|
{ "FilePathFilter", "umap" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The map and device type to be used for the editor Launch On With Map Iterations test." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultScreenshotResolution_MetaData[] = {
|
||
|
|
{ "Category", "Screenshots" },
|
||
|
|
{ "Comment", "/**\n\x09 * The default resolution to take all automation screenshots at.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "The default resolution to take all automation screenshots at." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PIETestDuration_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09 * PIE test duration in seconds. Only applied if you do PIETest\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "PIE test duration in seconds. Only applied if you do PIETest" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultInteractiveFramerate_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09 * Default value used for FWaitForInteractiveFrameRate. This is a framerate determine to be suitably \"interactive\", but may be\n\x09 * less than the target framerate of the game as this is used for evaluating time to PIE, load the editor etc\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Default value used for FWaitForInteractiveFrameRate. This is a framerate determine to be suitably \"interactive\", but may be\nless than the target framerate of the game as this is used for evaluating time to PIE, load the editor etc" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultInteractiveFramerateWaitTime_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09 * Default wait time in seconds for FWaitForInteractiveFrameRate. After this time a test will fail.\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Default wait time in seconds for FWaitForInteractiveFrameRate. After this time a test will fail." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultInteractiveFramerateDuration_MetaData[] = {
|
||
|
|
{ "Category", "Automation" },
|
||
|
|
{ "Comment", "/**\n\x09 * Default time in seconds that DefaultInteractiveFramerate must remain true in FWaitForInteractiveFrameRate\n\x09 */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Tests/AutomationTestSettings.h" },
|
||
|
|
{ "ToolTip", "Default time in seconds that DefaultInteractiveFramerate must remain true in FWaitForInteractiveFrameRate" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UAutomationTestSettings constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_EngineTestModules_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_EngineTestModules;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_EditorTestModules_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_EditorTestModules;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_AutomationTestmap;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_EditorPerformanceTestMaps_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_EditorPerformanceTestMaps;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_AssetsToOpen_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_AssetsToOpen;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_MapsToPIETest_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_MapsToPIETest;
|
||
|
|
static void NewProp_bUseAllProjectMapsToPlayInPIE_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseAllProjectMapsToPlayInPIE;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BuildPromotionTest;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MaterialEditorPromotionTest;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ParticleEditorPromotionTest;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_BlueprintEditorPromotionTest;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_TestLevelFolders_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_TestLevelFolders;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ExternalTools_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ExternalTools;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ImportExportTestDefinitions_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ImportExportTestDefinitions;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LaunchOnSettings_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_LaunchOnSettings;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultScreenshotResolution;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_PIETestDuration;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DefaultInteractiveFramerate;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DefaultInteractiveFramerateWaitTime;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_DefaultInteractiveFramerateDuration;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UAutomationTestSettings constinit property declarations ********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UAutomationTestSettings>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UAutomationTestSettings_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UAutomationTestSettings Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EngineTestModules_Inner = { "EngineTestModules", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EngineTestModules = { "EngineTestModules", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, EngineTestModules), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EngineTestModules_MetaData), NewProp_EngineTestModules_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EditorTestModules_Inner = { "EditorTestModules", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EditorTestModules = { "EditorTestModules", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, EditorTestModules), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorTestModules_MetaData), NewProp_EditorTestModules_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_AutomationTestmap = { "AutomationTestmap", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, AutomationTestmap), Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AutomationTestmap_MetaData), NewProp_AutomationTestmap_MetaData) }; // 2425717601
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EditorPerformanceTestMaps_Inner = { "EditorPerformanceTestMaps", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition, METADATA_PARAMS(0, nullptr) }; // 467361184
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EditorPerformanceTestMaps = { "EditorPerformanceTestMaps", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, EditorPerformanceTestMaps), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorPerformanceTestMaps_MetaData), NewProp_EditorPerformanceTestMaps_MetaData) }; // 467361184
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_AssetsToOpen_Inner = { "AssetsToOpen", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_AssetsToOpen = { "AssetsToOpen", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, AssetsToOpen), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetsToOpen_MetaData), NewProp_AssetsToOpen_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_MapsToPIETest_Inner = { "MapsToPIETest", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_MapsToPIETest = { "MapsToPIETest", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, MapsToPIETest), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MapsToPIETest_MetaData), NewProp_MapsToPIETest_MetaData) };
|
||
|
|
void Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_bUseAllProjectMapsToPlayInPIE_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UAutomationTestSettings*)Obj)->bUseAllProjectMapsToPlayInPIE = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_bUseAllProjectMapsToPlayInPIE = { "bUseAllProjectMapsToPlayInPIE", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UAutomationTestSettings), &Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_bUseAllProjectMapsToPlayInPIE_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseAllProjectMapsToPlayInPIE_MetaData), NewProp_bUseAllProjectMapsToPlayInPIE_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_BuildPromotionTest = { "BuildPromotionTest", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, BuildPromotionTest), Z_Construct_UScriptStruct_FBuildPromotionTestSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BuildPromotionTest_MetaData), NewProp_BuildPromotionTest_MetaData) }; // 3270556297
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_MaterialEditorPromotionTest = { "MaterialEditorPromotionTest", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, MaterialEditorPromotionTest), Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaterialEditorPromotionTest_MetaData), NewProp_MaterialEditorPromotionTest_MetaData) }; // 15206150
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ParticleEditorPromotionTest = { "ParticleEditorPromotionTest", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, ParticleEditorPromotionTest), Z_Construct_UScriptStruct_FParticleEditorPromotionSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParticleEditorPromotionTest_MetaData), NewProp_ParticleEditorPromotionTest_MetaData) }; // 1423326066
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_BlueprintEditorPromotionTest = { "BlueprintEditorPromotionTest", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, BlueprintEditorPromotionTest), Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BlueprintEditorPromotionTest_MetaData), NewProp_BlueprintEditorPromotionTest_MetaData) }; // 607439410
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_TestLevelFolders_Inner = { "TestLevelFolders", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_TestLevelFolders = { "TestLevelFolders", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, TestLevelFolders), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TestLevelFolders_MetaData), NewProp_TestLevelFolders_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ExternalTools_Inner = { "ExternalTools", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FExternalToolDefinition, METADATA_PARAMS(0, nullptr) }; // 2274722930
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ExternalTools = { "ExternalTools", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, ExternalTools), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExternalTools_MetaData), NewProp_ExternalTools_MetaData) }; // 2274722930
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ImportExportTestDefinitions_Inner = { "ImportExportTestDefinitions", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FEditorImportExportTestDefinition, METADATA_PARAMS(0, nullptr) }; // 2585409566
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ImportExportTestDefinitions = { "ImportExportTestDefinitions", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, ImportExportTestDefinitions), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ImportExportTestDefinitions_MetaData), NewProp_ImportExportTestDefinitions_MetaData) }; // 2585409566
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_LaunchOnSettings_Inner = { "LaunchOnSettings", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FLaunchOnTestSettings, METADATA_PARAMS(0, nullptr) }; // 2981302485
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_LaunchOnSettings = { "LaunchOnSettings", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, LaunchOnSettings), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LaunchOnSettings_MetaData), NewProp_LaunchOnSettings_MetaData) }; // 2981302485
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_DefaultScreenshotResolution = { "DefaultScreenshotResolution", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, DefaultScreenshotResolution), Z_Construct_UScriptStruct_FIntPoint, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultScreenshotResolution_MetaData), NewProp_DefaultScreenshotResolution_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_PIETestDuration = { "PIETestDuration", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, PIETestDuration), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PIETestDuration_MetaData), NewProp_PIETestDuration_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_DefaultInteractiveFramerate = { "DefaultInteractiveFramerate", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, DefaultInteractiveFramerate), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultInteractiveFramerate_MetaData), NewProp_DefaultInteractiveFramerate_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_DefaultInteractiveFramerateWaitTime = { "DefaultInteractiveFramerateWaitTime", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, DefaultInteractiveFramerateWaitTime), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultInteractiveFramerateWaitTime_MetaData), NewProp_DefaultInteractiveFramerateWaitTime_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_DefaultInteractiveFramerateDuration = { "DefaultInteractiveFramerateDuration", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAutomationTestSettings, DefaultInteractiveFramerateDuration), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultInteractiveFramerateDuration_MetaData), NewProp_DefaultInteractiveFramerateDuration_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAutomationTestSettings_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EngineTestModules_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EngineTestModules,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EditorTestModules_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EditorTestModules,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_AutomationTestmap,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EditorPerformanceTestMaps_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_EditorPerformanceTestMaps,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_AssetsToOpen_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_AssetsToOpen,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_MapsToPIETest_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_MapsToPIETest,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_bUseAllProjectMapsToPlayInPIE,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_BuildPromotionTest,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_MaterialEditorPromotionTest,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ParticleEditorPromotionTest,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_BlueprintEditorPromotionTest,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_TestLevelFolders_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_TestLevelFolders,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ExternalTools_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ExternalTools,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ImportExportTestDefinitions_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_ImportExportTestDefinitions,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_LaunchOnSettings_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_LaunchOnSettings,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_DefaultScreenshotResolution,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_PIETestDuration,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_DefaultInteractiveFramerate,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_DefaultInteractiveFramerateWaitTime,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAutomationTestSettings_Statics::NewProp_DefaultInteractiveFramerateDuration,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAutomationTestSettings_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UAutomationTestSettings Property Definitions *******************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UAutomationTestSettings_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAutomationTestSettings_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAutomationTestSettings_Statics::ClassParams = {
|
||
|
|
&UAutomationTestSettings::StaticClass,
|
||
|
|
"Engine",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UAutomationTestSettings_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UAutomationTestSettings_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A6u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAutomationTestSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UAutomationTestSettings_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UAutomationTestSettings::StaticRegisterNativesUAutomationTestSettings()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAutomationTestSettings()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UAutomationTestSettings.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAutomationTestSettings.OuterSingleton, Z_Construct_UClass_UAutomationTestSettings_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UAutomationTestSettings.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAutomationTestSettings);
|
||
|
|
UAutomationTestSettings::~UAutomationTestSettings() {}
|
||
|
|
// ********** End Class UAutomationTestSettings ****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Tests_AutomationTestSettings_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FExternalToolDefinition::StaticStruct, Z_Construct_UScriptStruct_FExternalToolDefinition_Statics::NewStructOps, TEXT("ExternalToolDefinition"),&Z_Registration_Info_UScriptStruct_FExternalToolDefinition, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FExternalToolDefinition), 2274722930U) },
|
||
|
|
{ FImportFactorySettingValues::StaticStruct, Z_Construct_UScriptStruct_FImportFactorySettingValues_Statics::NewStructOps, TEXT("ImportFactorySettingValues"),&Z_Registration_Info_UScriptStruct_FImportFactorySettingValues, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FImportFactorySettingValues), 3651501006U) },
|
||
|
|
{ FEditorImportExportTestDefinition::StaticStruct, Z_Construct_UScriptStruct_FEditorImportExportTestDefinition_Statics::NewStructOps, TEXT("EditorImportExportTestDefinition"),&Z_Registration_Info_UScriptStruct_FEditorImportExportTestDefinition, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEditorImportExportTestDefinition), 2585409566U) },
|
||
|
|
{ FEditorImportWorkflowDefinition::StaticStruct, Z_Construct_UScriptStruct_FEditorImportWorkflowDefinition_Statics::NewStructOps, TEXT("EditorImportWorkflowDefinition"),&Z_Registration_Info_UScriptStruct_FEditorImportWorkflowDefinition, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEditorImportWorkflowDefinition), 2828318937U) },
|
||
|
|
{ FBuildPromotionImportWorkflowSettings::StaticStruct, Z_Construct_UScriptStruct_FBuildPromotionImportWorkflowSettings_Statics::NewStructOps, TEXT("BuildPromotionImportWorkflowSettings"),&Z_Registration_Info_UScriptStruct_FBuildPromotionImportWorkflowSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBuildPromotionImportWorkflowSettings), 1734014099U) },
|
||
|
|
{ FBuildPromotionOpenAssetSettings::StaticStruct, Z_Construct_UScriptStruct_FBuildPromotionOpenAssetSettings_Statics::NewStructOps, TEXT("BuildPromotionOpenAssetSettings"),&Z_Registration_Info_UScriptStruct_FBuildPromotionOpenAssetSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBuildPromotionOpenAssetSettings), 3384546845U) },
|
||
|
|
{ FBuildPromotionNewProjectSettings::StaticStruct, Z_Construct_UScriptStruct_FBuildPromotionNewProjectSettings_Statics::NewStructOps, TEXT("BuildPromotionNewProjectSettings"),&Z_Registration_Info_UScriptStruct_FBuildPromotionNewProjectSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBuildPromotionNewProjectSettings), 692861266U) },
|
||
|
|
{ FMaterialEditorPromotionSettings::StaticStruct, Z_Construct_UScriptStruct_FMaterialEditorPromotionSettings_Statics::NewStructOps, TEXT("MaterialEditorPromotionSettings"),&Z_Registration_Info_UScriptStruct_FMaterialEditorPromotionSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMaterialEditorPromotionSettings), 15206150U) },
|
||
|
|
{ FParticleEditorPromotionSettings::StaticStruct, Z_Construct_UScriptStruct_FParticleEditorPromotionSettings_Statics::NewStructOps, TEXT("ParticleEditorPromotionSettings"),&Z_Registration_Info_UScriptStruct_FParticleEditorPromotionSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FParticleEditorPromotionSettings), 1423326066U) },
|
||
|
|
{ FBlueprintEditorPromotionSettings::StaticStruct, Z_Construct_UScriptStruct_FBlueprintEditorPromotionSettings_Statics::NewStructOps, TEXT("BlueprintEditorPromotionSettings"),&Z_Registration_Info_UScriptStruct_FBlueprintEditorPromotionSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBlueprintEditorPromotionSettings), 607439410U) },
|
||
|
|
{ FBuildPromotionTestSettings::StaticStruct, Z_Construct_UScriptStruct_FBuildPromotionTestSettings_Statics::NewStructOps, TEXT("BuildPromotionTestSettings"),&Z_Registration_Info_UScriptStruct_FBuildPromotionTestSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FBuildPromotionTestSettings), 3270556297U) },
|
||
|
|
{ FEditorMapPerformanceTestDefinition::StaticStruct, Z_Construct_UScriptStruct_FEditorMapPerformanceTestDefinition_Statics::NewStructOps, TEXT("EditorMapPerformanceTestDefinition"),&Z_Registration_Info_UScriptStruct_FEditorMapPerformanceTestDefinition, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FEditorMapPerformanceTestDefinition), 467361184U) },
|
||
|
|
{ FLaunchOnTestSettings::StaticStruct, Z_Construct_UScriptStruct_FLaunchOnTestSettings_Statics::NewStructOps, TEXT("LaunchOnTestSettings"),&Z_Registration_Info_UScriptStruct_FLaunchOnTestSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FLaunchOnTestSettings), 2981302485U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UAutomationTestSettings, UAutomationTestSettings::StaticClass, TEXT("UAutomationTestSettings"), &Z_Registration_Info_UClass_UAutomationTestSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAutomationTestSettings), 3677936659U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Tests_AutomationTestSettings_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Tests_AutomationTestSettings_h__Script_Engine_2206350460{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Tests_AutomationTestSettings_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Tests_AutomationTestSettings_h__Script_Engine_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Tests_AutomationTestSettings_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Tests_AutomationTestSettings_h__Script_Engine_Statics::ScriptStructInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|