// 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 "InterchangeTestsBlueprintFunctionLibrary.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeInterchangeTestsBlueprintFunctionLibrary() {} // ********** Begin Cross Module References ******************************************************** ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary(); INTERCHANGECORE_API UClass* Z_Construct_UClass_UInterchangePipelineBase_NoRegister(); INTERCHANGETESTS_API UClass* Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary(); INTERCHANGETESTS_API UClass* Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_NoRegister(); UPackage* Z_Construct_UPackage__Script_InterchangeTests(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UInterchangeTestsBlueprintFunctionLibrary Function GetPipelinePropertiesAsJSON struct Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics { struct InterchangeTestsBlueprintFunctionLibrary_eventGetPipelinePropertiesAsJSON_Parms { UInterchangePipelineBase* Pipeline; FString ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Tests" }, { "ModuleRelativePath", "Public/InterchangeTestsBlueprintFunctionLibrary.h" }, }; #endif // WITH_METADATA // ********** Begin Function GetPipelinePropertiesAsJSON constinit property declarations *********** static const UECodeGen_Private::FObjectPropertyParams NewProp_Pipeline; static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetPipelinePropertiesAsJSON constinit property declarations ************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetPipelinePropertiesAsJSON Property Definitions ********************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::NewProp_Pipeline = { "Pipeline", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTestsBlueprintFunctionLibrary_eventGetPipelinePropertiesAsJSON_Parms, Pipeline), Z_Construct_UClass_UInterchangePipelineBase_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(InterchangeTestsBlueprintFunctionLibrary_eventGetPipelinePropertiesAsJSON_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::NewProp_Pipeline, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::PropPointers) < 2048); // ********** End Function GetPipelinePropertiesAsJSON Property Definitions ************************ const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary, nullptr, "GetPipelinePropertiesAsJSON", Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::PropPointers), sizeof(Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::InterchangeTestsBlueprintFunctionLibrary_eventGetPipelinePropertiesAsJSON_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::Function_MetaDataParams), Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::InterchangeTestsBlueprintFunctionLibrary_eventGetPipelinePropertiesAsJSON_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UInterchangeTestsBlueprintFunctionLibrary::execGetPipelinePropertiesAsJSON) { P_GET_OBJECT(UInterchangePipelineBase,Z_Param_Pipeline); P_FINISH; P_NATIVE_BEGIN; *(FString*)Z_Param__Result=UInterchangeTestsBlueprintFunctionLibrary::GetPipelinePropertiesAsJSON(Z_Param_Pipeline); P_NATIVE_END; } // ********** End Class UInterchangeTestsBlueprintFunctionLibrary Function GetPipelinePropertiesAsJSON // ********** Begin Class UInterchangeTestsBlueprintFunctionLibrary ******************************** FClassRegistrationInfo Z_Registration_Info_UClass_UInterchangeTestsBlueprintFunctionLibrary; UClass* UInterchangeTestsBlueprintFunctionLibrary::GetPrivateStaticClass() { using TClass = UInterchangeTestsBlueprintFunctionLibrary; if (!Z_Registration_Info_UClass_UInterchangeTestsBlueprintFunctionLibrary.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("InterchangeTestsBlueprintFunctionLibrary"), Z_Registration_Info_UClass_UInterchangeTestsBlueprintFunctionLibrary.InnerSingleton, StaticRegisterNativesUInterchangeTestsBlueprintFunctionLibrary, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UInterchangeTestsBlueprintFunctionLibrary.InnerSingleton; } UClass* Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_NoRegister() { return UInterchangeTestsBlueprintFunctionLibrary::GetPrivateStaticClass(); } struct Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "InterchangeTestsBlueprintFunctionLibrary.h" }, { "ModuleRelativePath", "Public/InterchangeTestsBlueprintFunctionLibrary.h" }, }; #endif // WITH_METADATA // ********** Begin Class UInterchangeTestsBlueprintFunctionLibrary constinit property declarations // ********** End Class UInterchangeTestsBlueprintFunctionLibrary constinit property declarations ** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetPipelinePropertiesAsJSON"), .Pointer = &UInterchangeTestsBlueprintFunctionLibrary::execGetPipelinePropertiesAsJSON }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UInterchangeTestsBlueprintFunctionLibrary_GetPipelinePropertiesAsJSON, "GetPipelinePropertiesAsJSON" }, // 340664404 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_Statics UObject* (*const Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary, (UObject* (*)())Z_Construct_UPackage__Script_InterchangeTests, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_Statics::ClassParams = { &UInterchangeTestsBlueprintFunctionLibrary::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), 0, 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_Statics::Class_MetaDataParams), Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_Statics::Class_MetaDataParams) }; void UInterchangeTestsBlueprintFunctionLibrary::StaticRegisterNativesUInterchangeTestsBlueprintFunctionLibrary() { UClass* Class = UInterchangeTestsBlueprintFunctionLibrary::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_Statics::Funcs)); } UClass* Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary() { if (!Z_Registration_Info_UClass_UInterchangeTestsBlueprintFunctionLibrary.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UInterchangeTestsBlueprintFunctionLibrary.OuterSingleton, Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary_Statics::ClassParams); } return Z_Registration_Info_UClass_UInterchangeTestsBlueprintFunctionLibrary.OuterSingleton; } UInterchangeTestsBlueprintFunctionLibrary::UInterchangeTestsBlueprintFunctionLibrary(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UInterchangeTestsBlueprintFunctionLibrary); UInterchangeTestsBlueprintFunctionLibrary::~UInterchangeTestsBlueprintFunctionLibrary() {} // ********** End Class UInterchangeTestsBlueprintFunctionLibrary ********************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestsBlueprintFunctionLibrary_h__Script_InterchangeTests_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UInterchangeTestsBlueprintFunctionLibrary, UInterchangeTestsBlueprintFunctionLibrary::StaticClass, TEXT("UInterchangeTestsBlueprintFunctionLibrary"), &Z_Registration_Info_UClass_UInterchangeTestsBlueprintFunctionLibrary, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UInterchangeTestsBlueprintFunctionLibrary), 4010498117U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestsBlueprintFunctionLibrary_h__Script_InterchangeTests_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestsBlueprintFunctionLibrary_h__Script_InterchangeTests_3224657497{ TEXT("/Script/InterchangeTests"), Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestsBlueprintFunctionLibrary_h__Script_InterchangeTests_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Tests_InterchangeTests_Source_InterchangeTests_Public_InterchangeTestsBlueprintFunctionLibrary_h__Script_InterchangeTests_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS