// 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 "QuitMatchCallbackProxy.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeQuitMatchCallbackProxy() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_APlayerController_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UOnlineBlueprintCallProxyBase(); ENGINE_API UFunction* Z_Construct_UDelegateFunction_Engine_EmptyOnlineDelegate__DelegateSignature(); ONLINESUBSYSTEM_API UEnum* Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome(); ONLINESUBSYSTEMUTILS_API UClass* Z_Construct_UClass_UQuitMatchCallbackProxy(); ONLINESUBSYSTEMUTILS_API UClass* Z_Construct_UClass_UQuitMatchCallbackProxy_NoRegister(); UPackage* Z_Construct_UPackage__Script_OnlineSubsystemUtils(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UQuitMatchCallbackProxy Function QuitMatch ******************************* struct Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics { struct QuitMatchCallbackProxy_eventQuitMatch_Parms { UObject* WorldContextObject; APlayerController* PlayerController; FString MatchID; TEnumAsByte Outcome; int32 TurnTimeoutInSeconds; UQuitMatchCallbackProxy* ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "BlueprintInternalUseOnly", "true" }, { "Category", "Online|TurnBased" }, { "Comment", "// Quits the turn based match\n" }, { "ModuleRelativePath", "Classes/QuitMatchCallbackProxy.h" }, { "ToolTip", "Quits the turn based match" }, { "WorldContext", "WorldContextObject" }, }; #endif // WITH_METADATA // ********** Begin Function QuitMatch constinit property declarations ***************************** static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; static const UECodeGen_Private::FObjectPropertyParams NewProp_PlayerController; static const UECodeGen_Private::FStrPropertyParams NewProp_MatchID; static const UECodeGen_Private::FBytePropertyParams NewProp_Outcome; static const UECodeGen_Private::FIntPropertyParams NewProp_TurnTimeoutInSeconds; static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function QuitMatch constinit property declarations ******************************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function QuitMatch Property Definitions **************************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(QuitMatchCallbackProxy_eventQuitMatch_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_PlayerController = { "PlayerController", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(QuitMatchCallbackProxy_eventQuitMatch_Parms, PlayerController), Z_Construct_UClass_APlayerController_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_MatchID = { "MatchID", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(QuitMatchCallbackProxy_eventQuitMatch_Parms, MatchID), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_Outcome = { "Outcome", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(QuitMatchCallbackProxy_eventQuitMatch_Parms, Outcome), Z_Construct_UEnum_OnlineSubsystem_EMPMatchOutcome, METADATA_PARAMS(0, nullptr) }; // 57273590 const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_TurnTimeoutInSeconds = { "TurnTimeoutInSeconds", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(QuitMatchCallbackProxy_eventQuitMatch_Parms, TurnTimeoutInSeconds), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(QuitMatchCallbackProxy_eventQuitMatch_Parms, ReturnValue), Z_Construct_UClass_UQuitMatchCallbackProxy_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_WorldContextObject, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_PlayerController, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_MatchID, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_Outcome, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_TurnTimeoutInSeconds, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::PropPointers) < 2048); // ********** End Function QuitMatch Property Definitions ****************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UQuitMatchCallbackProxy, nullptr, "QuitMatch", Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::PropPointers), sizeof(Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::QuitMatchCallbackProxy_eventQuitMatch_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::Function_MetaDataParams), Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::QuitMatchCallbackProxy_eventQuitMatch_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UQuitMatchCallbackProxy::execQuitMatch) { P_GET_OBJECT(UObject,Z_Param_WorldContextObject); P_GET_OBJECT(APlayerController,Z_Param_PlayerController); P_GET_PROPERTY(FStrProperty,Z_Param_MatchID); P_GET_PROPERTY(FByteProperty,Z_Param_Outcome); P_GET_PROPERTY(FIntProperty,Z_Param_TurnTimeoutInSeconds); P_FINISH; P_NATIVE_BEGIN; *(UQuitMatchCallbackProxy**)Z_Param__Result=UQuitMatchCallbackProxy::QuitMatch(Z_Param_WorldContextObject,Z_Param_PlayerController,Z_Param_MatchID,EMPMatchOutcome::Outcome(Z_Param_Outcome),Z_Param_TurnTimeoutInSeconds); P_NATIVE_END; } // ********** End Class UQuitMatchCallbackProxy Function QuitMatch ********************************* // ********** Begin Class UQuitMatchCallbackProxy ************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UQuitMatchCallbackProxy; UClass* UQuitMatchCallbackProxy::GetPrivateStaticClass() { using TClass = UQuitMatchCallbackProxy; if (!Z_Registration_Info_UClass_UQuitMatchCallbackProxy.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("QuitMatchCallbackProxy"), Z_Registration_Info_UClass_UQuitMatchCallbackProxy.InnerSingleton, StaticRegisterNativesUQuitMatchCallbackProxy, 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_UQuitMatchCallbackProxy.InnerSingleton; } UClass* Z_Construct_UClass_UQuitMatchCallbackProxy_NoRegister() { return UQuitMatchCallbackProxy::GetPrivateStaticClass(); } struct Z_Construct_UClass_UQuitMatchCallbackProxy_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "IncludePath", "QuitMatchCallbackProxy.h" }, { "ModuleRelativePath", "Classes/QuitMatchCallbackProxy.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnSuccess_MetaData[] = { { "Comment", "// Called when there is a successful query\n" }, { "ModuleRelativePath", "Classes/QuitMatchCallbackProxy.h" }, { "ToolTip", "Called when there is a successful query" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnFailure_MetaData[] = { { "Comment", "// Called when there is an unsuccessful query\n" }, { "ModuleRelativePath", "Classes/QuitMatchCallbackProxy.h" }, { "ToolTip", "Called when there is an unsuccessful query" }, }; #endif // WITH_METADATA // ********** Begin Class UQuitMatchCallbackProxy constinit property declarations ****************** static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnSuccess; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnFailure; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UQuitMatchCallbackProxy constinit property declarations ******************** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("QuitMatch"), .Pointer = &UQuitMatchCallbackProxy::execQuitMatch }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UQuitMatchCallbackProxy_QuitMatch, "QuitMatch" }, // 379815782 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UQuitMatchCallbackProxy_Statics // ********** Begin Class UQuitMatchCallbackProxy Property Definitions ***************************** const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::NewProp_OnSuccess = { "OnSuccess", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UQuitMatchCallbackProxy, OnSuccess), Z_Construct_UDelegateFunction_Engine_EmptyOnlineDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnSuccess_MetaData), NewProp_OnSuccess_MetaData) }; // 2345629309 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::NewProp_OnFailure = { "OnFailure", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UQuitMatchCallbackProxy, OnFailure), Z_Construct_UDelegateFunction_Engine_EmptyOnlineDelegate__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnFailure_MetaData), NewProp_OnFailure_MetaData) }; // 2345629309 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::NewProp_OnSuccess, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::NewProp_OnFailure, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::PropPointers) < 2048); // ********** End Class UQuitMatchCallbackProxy Property Definitions ******************************* UObject* (*const Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UOnlineBlueprintCallProxyBase, (UObject* (*)())Z_Construct_UPackage__Script_OnlineSubsystemUtils, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::ClassParams = { &UQuitMatchCallbackProxy::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::PropPointers), 0, 0x008800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::Class_MetaDataParams), Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::Class_MetaDataParams) }; void UQuitMatchCallbackProxy::StaticRegisterNativesUQuitMatchCallbackProxy() { UClass* Class = UQuitMatchCallbackProxy::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::Funcs)); } UClass* Z_Construct_UClass_UQuitMatchCallbackProxy() { if (!Z_Registration_Info_UClass_UQuitMatchCallbackProxy.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UQuitMatchCallbackProxy.OuterSingleton, Z_Construct_UClass_UQuitMatchCallbackProxy_Statics::ClassParams); } return Z_Registration_Info_UClass_UQuitMatchCallbackProxy.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UQuitMatchCallbackProxy); // ********** End Class UQuitMatchCallbackProxy **************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_QuitMatchCallbackProxy_h__Script_OnlineSubsystemUtils_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UQuitMatchCallbackProxy, UQuitMatchCallbackProxy::StaticClass, TEXT("UQuitMatchCallbackProxy"), &Z_Registration_Info_UClass_UQuitMatchCallbackProxy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UQuitMatchCallbackProxy), 3700289871U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_QuitMatchCallbackProxy_h__Script_OnlineSubsystemUtils_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_QuitMatchCallbackProxy_h__Script_OnlineSubsystemUtils_3018698166{ TEXT("/Script/OnlineSubsystemUtils"), Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_QuitMatchCallbackProxy_h__Script_OnlineSubsystemUtils_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Online_OnlineSubsystemUtils_Source_OnlineSubsystemUtils_Classes_QuitMatchCallbackProxy_h__Script_OnlineSubsystemUtils_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS