UQuitMatchCallbackProxy

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/QuitMatchCallbackProxy.h

Include

#include "QuitMatchCallbackProxy.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(MinimalAPI)
class UQuitMatchCallbackProxy : public UOnlineBlueprintCallProxyBase

Variables

Name Description

Public variable UProperty BlueprintAssignable

FEmptyOnlineDel...

 

OnFailure

Called when there is an unsuccessful query.

Public variable UProperty BlueprintAssignable

FEmptyOnlineDel...

 

OnSuccess

Called when there is a successful query.

Constructors

Name Description

Public function

UQuitMatchCallbackProxy

(
    const FObjectInitializer& ObjectIn...
)

Destructors

Name Description

Public function Virtual

~UQuitMatchCallbackProxy()

Functions

Name Description

Public function Static UFunction BlueprintCallable, Category, Meta

UQuitMatchCa...

 

QuitMatch

(
    UObject* WorldContextObject,
    APlayerController* PlayerContr...,
    FString MatchID,
    EMPMatchOutcome::Outcome Outcome,
    int32 TurnTimeoutInSeconds
)

Quits the turn based match.

Public function

void

 

QuitMatchDelegate

(
    FString MatchID,
    bool Succeeded
)

Overridden from UBlueprintAsyncActionBase

Name Description

Public function Virtual

void

 

Activate()

Called to trigger the action once the delegates have been bound

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss