Unreal Engine Blueprint API Reference > Online > Turn Based
Use the platform matchmaking service (like Game Center) to find a match.
Target is Find Turn Based Match Callback Proxy
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Player Controller | |
interface | Match Actor | |
integer | Min Players | |
integer | Max Players | |
integer | Player Group | |
boolean | Show Existing Matches |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
exec | On Success | Called when matchmaking succeeded. |
exec | On Failure | Called when matchmaking failed |
string | Match ID |