プレイテスト - ピアツーピアを使用したプレイヤーのクイックマッチ - (Unreal Engine モジュール)
Last updated on October 23, 2024
Test P2P matchmaking
-
Compile your project and open it in the Unreal Engine Editor.
-
Play test the matchmaking using peer-to-peer (P2P) by following these scenarios:
-
Start Matchmaking: Navigate to the Quick Play menu and start P2P matchmaking using the Elimination game mode. If it is successful, you will see the following screen and the log:
LogMatchmakingP2P: UMatchmakingP2POnlineSession_Starter::OnStartMatchmakingComplete succeeded: TRUE
LogMatchmakingP2P: UMatchmakingP2POnlineSession_Starter::OnMatchmakingComplete succeeded: TRUE -
Cancel Matchmaking: Navigate to the Quick Play menu and start P2P matchmaking using the Elimination game mode. Cancel the matchmaking and, if it is successful, you will see the following screen and the log:
LogMatchmakingP2P: UMatchmakingP2POnlineSession_Starter::OnCancelMatchmakingComplete succeeded: TRUE
-