122 lines
9.6 KiB
C++
122 lines
9.6 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 "InterchangeTestPlanPipelineSettings.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeInterchangeTestPlanPipelineSettings() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangePipelineBase_NoRegister();
|
|
INTERCHANGETESTS_API UClass* Z_Construct_UClass_UInterchangeImportTestStepBase_NoRegister();
|
|
INTERCHANGETESTS_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings();
|
|
UPackage* Z_Construct_UPackage__Script_InterchangeTests();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FInterchangeTestPlanPipelineSettings ******************************
|
|
struct Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FInterchangeTestPlanPipelineSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeTestPlanPipelineSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/InterchangeTestPlanPipelineSettings.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomPipelines_Inner_MetaData[] = {
|
|
{ "Category", "General" },
|
|
{ "Comment", "/** Referenced Test Step */" },
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/InterchangeTestPlanPipelineSettings.h" },
|
|
{ "ToolTip", "Referenced Test Step" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomPipelines_MetaData[] = {
|
|
{ "Category", "General" },
|
|
{ "Comment", "/** Referenced Test Step */" },
|
|
{ "EditInline", "true" },
|
|
{ "ModuleRelativePath", "Public/InterchangeTestPlanPipelineSettings.h" },
|
|
{ "ToolTip", "Referenced Test Step" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentTestStep_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/InterchangeTestPlanPipelineSettings.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FInterchangeTestPlanPipelineSettings constinit property declarations
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_CustomPipelines_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_CustomPipelines;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ParentTestStep;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FInterchangeTestPlanPipelineSettings constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FInterchangeTestPlanPipelineSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeTestPlanPipelineSettings;
|
|
class UScriptStruct* FInterchangeTestPlanPipelineSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FInterchangeTestPlanPipelineSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FInterchangeTestPlanPipelineSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings, (UObject*)Z_Construct_UPackage__Script_InterchangeTests(), TEXT("InterchangeTestPlanPipelineSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FInterchangeTestPlanPipelineSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FInterchangeTestPlanPipelineSettings Property Definitions *********
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::NewProp_CustomPipelines_Inner = { "CustomPipelines", nullptr, (EPropertyFlags)0x0106000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UInterchangePipelineBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomPipelines_Inner_MetaData), NewProp_CustomPipelines_Inner_MetaData) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::NewProp_CustomPipelines = { "CustomPipelines", nullptr, (EPropertyFlags)0x0114008000000009, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTestPlanPipelineSettings, CustomPipelines), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomPipelines_MetaData), NewProp_CustomPipelines_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::NewProp_ParentTestStep = { "ParentTestStep", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTestPlanPipelineSettings, ParentTestStep), Z_Construct_UClass_UInterchangeImportTestStepBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentTestStep_MetaData), NewProp_ParentTestStep_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::NewProp_CustomPipelines_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::NewProp_CustomPipelines,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::NewProp_ParentTestStep,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FInterchangeTestPlanPipelineSettings Property Definitions ***********
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_InterchangeTests,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"InterchangeTestPlanPipelineSettings",
|
|
Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::PropPointers),
|
|
sizeof(FInterchangeTestPlanPipelineSettings),
|
|
alignof(FInterchangeTestPlanPipelineSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000005),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FInterchangeTestPlanPipelineSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeTestPlanPipelineSettings.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FInterchangeTestPlanPipelineSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FInterchangeTestPlanPipelineSettings ********************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestPlanPipelineSettings_h__Script_InterchangeTests_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FInterchangeTestPlanPipelineSettings::StaticStruct, Z_Construct_UScriptStruct_FInterchangeTestPlanPipelineSettings_Statics::NewStructOps, TEXT("InterchangeTestPlanPipelineSettings"),&Z_Registration_Info_UScriptStruct_FInterchangeTestPlanPipelineSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeTestPlanPipelineSettings), 501383407U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestPlanPipelineSettings_h__Script_InterchangeTests_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestPlanPipelineSettings_h__Script_InterchangeTests_1954449757{
|
|
TEXT("/Script/InterchangeTests"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestPlanPipelineSettings_h__Script_InterchangeTests_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestPlanPipelineSettings_h__Script_InterchangeTests_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|