// 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 "InterchangeTestFunction.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeInterchangeTestFunction() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister(); COREUOBJECT_API UClass* Z_Construct_UClass_UFunction_NoRegister(); COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); INTERCHANGETESTS_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeTestFunction(); INTERCHANGETESTS_API UScriptStruct* Z_Construct_UScriptStruct_FInterchangeTestFunctionResult(); UPackage* Z_Construct_UPackage__Script_InterchangeTests(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FInterchangeTestFunctionResult ************************************ struct Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics { static inline consteval int32 GetStructSize() { return sizeof(FInterchangeTestFunctionResult); } static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeTestFunctionResult); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Public/InterchangeTestFunction.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Infos_MetaData[] = { { "ModuleRelativePath", "Public/InterchangeTestFunction.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Warnings_MetaData[] = { { "ModuleRelativePath", "Public/InterchangeTestFunction.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Errors_MetaData[] = { { "ModuleRelativePath", "Public/InterchangeTestFunction.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FInterchangeTestFunctionResult constinit property declarations **** static const UECodeGen_Private::FStrPropertyParams NewProp_Infos_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Infos; static const UECodeGen_Private::FStrPropertyParams NewProp_Warnings_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Warnings; static const UECodeGen_Private::FStrPropertyParams NewProp_Errors_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Errors; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FInterchangeTestFunctionResult constinit property declarations ****** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeTestFunctionResult; class UScriptStruct* FInterchangeTestFunctionResult::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FInterchangeTestFunctionResult.OuterSingleton) { Z_Registration_Info_UScriptStruct_FInterchangeTestFunctionResult.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeTestFunctionResult, (UObject*)Z_Construct_UPackage__Script_InterchangeTests(), TEXT("InterchangeTestFunctionResult")); } return Z_Registration_Info_UScriptStruct_FInterchangeTestFunctionResult.OuterSingleton; } // ********** Begin ScriptStruct FInterchangeTestFunctionResult Property Definitions *************** const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Infos_Inner = { "Infos", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Infos = { "Infos", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTestFunctionResult, Infos), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Infos_MetaData), NewProp_Infos_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Warnings_Inner = { "Warnings", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Warnings = { "Warnings", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTestFunctionResult, Warnings), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Warnings_MetaData), NewProp_Warnings_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Errors_Inner = { "Errors", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Errors = { "Errors", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTestFunctionResult, Errors), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Errors_MetaData), NewProp_Errors_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Infos_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Infos, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Warnings_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Warnings, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Errors_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewProp_Errors, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::PropPointers) < 2048); // ********** End ScriptStruct FInterchangeTestFunctionResult Property Definitions ***************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_InterchangeTests, nullptr, &NewStructOps, "InterchangeTestFunctionResult", Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::PropPointers), sizeof(FInterchangeTestFunctionResult), alignof(FInterchangeTestFunctionResult), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FInterchangeTestFunctionResult() { if (!Z_Registration_Info_UScriptStruct_FInterchangeTestFunctionResult.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeTestFunctionResult.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FInterchangeTestFunctionResult.InnerSingleton); } // ********** End ScriptStruct FInterchangeTestFunctionResult ************************************** // ********** Begin ScriptStruct FInterchangeTestFunction ****************************************** struct Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics { static inline consteval int32 GetStructSize() { return sizeof(FInterchangeTestFunction); } static inline consteval int16 GetStructAlignment() { return alignof(FInterchangeTestFunction); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Public/InterchangeTestFunction.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AssetClass_MetaData[] = { { "Category", "Test" }, { "Comment", "/** Type of the asset being tested */" }, { "ModuleRelativePath", "Public/InterchangeTestFunction.h" }, { "ToolTip", "Type of the asset being tested" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OptionalAssetName_MetaData[] = { { "Category", "Test" }, { "Comment", "/** Optional name of the asset to test, if there are various contenders */" }, { "ModuleRelativePath", "Public/InterchangeTestFunction.h" }, { "ToolTip", "Optional name of the asset to test, if there are various contenders" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CheckFunction_MetaData[] = { { "Category", "Test" }, { "Comment", "/** A function to be called to determine whether the result is correct */" }, { "ModuleRelativePath", "Public/InterchangeTestFunction.h" }, { "ToolTip", "A function to be called to determine whether the result is correct" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Parameters_MetaData[] = { { "Category", "Test" }, { "Comment", "/** Parameters and their bound values as text */" }, { "ModuleRelativePath", "Public/InterchangeTestFunction.h" }, { "ToolTip", "Parameters and their bound values as text" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FInterchangeTestFunction constinit property declarations ********** static const UECodeGen_Private::FClassPropertyParams NewProp_AssetClass; static const UECodeGen_Private::FStrPropertyParams NewProp_OptionalAssetName; static const UECodeGen_Private::FObjectPropertyParams NewProp_CheckFunction; static const UECodeGen_Private::FStrPropertyParams NewProp_Parameters_ValueProp; static const UECodeGen_Private::FNamePropertyParams NewProp_Parameters_Key_KeyProp; static const UECodeGen_Private::FMapPropertyParams NewProp_Parameters; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FInterchangeTestFunction constinit property declarations ************ static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FInterchangeTestFunction; class UScriptStruct* FInterchangeTestFunction::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FInterchangeTestFunction.OuterSingleton) { Z_Registration_Info_UScriptStruct_FInterchangeTestFunction.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInterchangeTestFunction, (UObject*)Z_Construct_UPackage__Script_InterchangeTests(), TEXT("InterchangeTestFunction")); } return Z_Registration_Info_UScriptStruct_FInterchangeTestFunction.OuterSingleton; } // ********** Begin ScriptStruct FInterchangeTestFunction Property Definitions ********************* const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_AssetClass = { "AssetClass", nullptr, (EPropertyFlags)0x0014000000000001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTestFunction, AssetClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AssetClass_MetaData), NewProp_AssetClass_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_OptionalAssetName = { "OptionalAssetName", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTestFunction, OptionalAssetName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OptionalAssetName_MetaData), NewProp_OptionalAssetName_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_CheckFunction = { "CheckFunction", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTestFunction, CheckFunction), Z_Construct_UClass_UFunction_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CheckFunction_MetaData), NewProp_CheckFunction_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_Parameters_ValueProp = { "Parameters", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_Parameters_Key_KeyProp = { "Parameters_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_Parameters = { "Parameters", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInterchangeTestFunction, Parameters), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Parameters_MetaData), NewProp_Parameters_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_AssetClass, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_OptionalAssetName, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_CheckFunction, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_Parameters_ValueProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_Parameters_Key_KeyProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewProp_Parameters, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::PropPointers) < 2048); // ********** End ScriptStruct FInterchangeTestFunction Property Definitions *********************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_InterchangeTests, nullptr, &NewStructOps, "InterchangeTestFunction", Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::PropPointers), sizeof(FInterchangeTestFunction), alignof(FInterchangeTestFunction), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FInterchangeTestFunction() { if (!Z_Registration_Info_UScriptStruct_FInterchangeTestFunction.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FInterchangeTestFunction.InnerSingleton, Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FInterchangeTestFunction.InnerSingleton); } // ********** End ScriptStruct FInterchangeTestFunction ******************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestFunction_h__Script_InterchangeTests_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FInterchangeTestFunctionResult::StaticStruct, Z_Construct_UScriptStruct_FInterchangeTestFunctionResult_Statics::NewStructOps, TEXT("InterchangeTestFunctionResult"),&Z_Registration_Info_UScriptStruct_FInterchangeTestFunctionResult, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeTestFunctionResult), 3234539069U) }, { FInterchangeTestFunction::StaticStruct, Z_Construct_UScriptStruct_FInterchangeTestFunction_Statics::NewStructOps, TEXT("InterchangeTestFunction"),&Z_Registration_Info_UScriptStruct_FInterchangeTestFunction, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInterchangeTestFunction), 1249807202U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestFunction_h__Script_InterchangeTests_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestFunction_h__Script_InterchangeTests_4286185727{ TEXT("/Script/InterchangeTests"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestFunction_h__Script_InterchangeTests_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestFunction_h__Script_InterchangeTests_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS