UE4.26.0 RemoteControlAPI 初期手順メモ
UE4 RemoteControlAPI
クイックスタートドキュメント
https://docs.unrealengine.com/ja/ProductionPipelines/ScriptingAndAutomation/WebControl/QuickStart/index.html
こちらが、2020/12/05現在、UE4.23用であったため、手順をメモします
英語はUE4.26版になっています
https://docs.unrealengine.com/en-US/ProductionPipelines/ScriptingAndAutomation/WebControl/QuickStart/index.html
動作するまで
APIサーバー起動
これでサーバーが起動しない場合
ログがここで止まってしまっている
WebControl.StopServerをしてもう一度WebControl.StartServerで起動した
ちゃんとログにListenポートがでているAPIをたたく
アプリケーションのインストールをドキュメントで勧められているが面倒なのでCURLで叩く
JSONファイルを作成、ue4command.jsonで保存
{
"objectPath":"/Game/ThirdPersonBP/Maps/ThirdPersonExampleMap.ThirdPersonExampleMap:PersistentLevel.LightSource_0.LightComponent0",
"access":"READ_ACCESS",
"propertyName":"RelativeRotation"
}
実行
上記ログにでていたポートに向ける
$ curl -X PUT -d @ue4command.json -H "Content-Type: application/json" http://localhost:30010/remote/object/property
Remote Control Web Interface
https://docs.unrealengine.com/en-US/ProductionPipelines/ScriptingAndAutomation/WebControl/RemoteControlPresetsAndWebApplication/index.html
こちらのドキュメントにあるRemote Control Web Interfaceプラグインが見当たらないんですよね・・・
Author And Source
この問題について(UE4.26.0 RemoteControlAPI 初期手順メモ), 我々は、より多くの情報をここで見つけました https://qiita.com/itouh2-i0plus/items/7ff0aaab3cc12becca7f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .