Unreal Engine Blueprint API Reference > Online > Turn Based
End a match that is in progress while it is the current player's turn
Target is End Match Callback Proxy
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Player Controller | |
interface | Match Actor | |
string | Match ID | |
enum | Local Player Outcome | |
enum | Other Players Outcome |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
exec | On Success | Called when the match ends successfully |
exec | On Failure | Called when ending the match fails |