てんちょーの技術日誌

自分がつまづいたこととかメモ

【UE4】VSCodeを使ってみる(小ネタ)

はじめに

UE4.18 preview版からVSCodeが使えるようになったそうです。

Core Updates: Visual Studio Code can now be used to write code on Windows, Mac, and Linux. To use it, select “Visual Studio Code” as your preferred IDE from the editor preferences dialog, or add the -vscode argument when generating project files on the command line.

この設定どこだろ、とちょっと迷ったのでメモ程度に。

設定

Editor PreferncesのSource Codeにあります。

f:id:shop_0761:20171019193530p:plain

これをVSCodeにしてあげるともう使えます。おわり。

試しに作ったMyActorはこんな感じに。

f:id:shop_0761:20171019193657p:plain

もちろんHot Reloadもいけました。