From 82afb15526332dd298157b4522d1abd391f23b46 Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Sep 2024 08:09:49 +0000 Subject: [PATCH] =?UTF-8?q?tips=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tips.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tips.md b/tips.md index 5304e2c..aa8b13e 100644 --- a/tips.md +++ b/tips.md @@ -63,3 +63,10 @@ $ ./Start_SignallingServer_nopublic.ps1 --UseMatchmaker true --MatchmakerAddress ``` - https://dev.epicgames.com/documentation/ja-jp/unreal-engine/pixel-streaming-sample-project-for-unreal-engine + +## api + +[varest](https://www.unrealengine.com/marketplace/ja/product/varest-plugin)を使うのが一般的です。ただし、patchがなかったりと色々あるので、[http-websocket-helper](https://www.unrealengine.com/marketplace/en-US/product/http-websocket-helper)がおすすめです。 + +使い方は[blueprintue](https://blueprintue.com/search/?query=varest)で検索してください。 +