FTurnBasedMatchmakerDelegate

[FTurnBasedMatchmakerDelegate](API\Plugins\OnlineSubsystem\Interfaces\FTurnBasedMatchmakerDelegate) provides the interface for all turn based matchmaking callbacks

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTurnBasedInterface.h

Include

#include "Interfaces/OnlineTurnBasedInterface.h"

Syntax

class FTurnBasedMatchmakerDelegate

Remarks

FTurnBasedMatchmakerDelegate provides the interface for all turn based matchmaking callbacks

Destructors

Functions

Name Description

Public function Virtual

void

 

OnMatchFound

(
    FTurnBasedMatchRef Match
)

This is triggered once a match has been successfully found.

Public function Virtual

void

 

OnMatchmakerCancelled()

This is triggered if the player cancelled the matchmaking process.

Public function Virtual

void

 

OnMatchmakerFailed()

This is triggered if matchmaking failed for any reason.

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