LoginSignup
1
1

More than 5 years have passed since last update.

UE4-OSCの送受信を行う V15.0対応 #UE4Study

Last updated at Posted at 2017-02-23

Unreal Engine Pluginを作成する V15.0

UE4-OSCの送受信を行う
http://qiita.com/gansaibow/items/bb8cb4f9cd24db02531f

Visual Studio 2015がインストールされていることが前提

15.0でOSCPluginを使用してみたがエラーになる

UE4-OSCの送受信を行う」を15.0で設定した。

新規プロジェクト作成時にC++ではなく、ブループリントを選択する
Pluginsフォルダを作成して、OSCフォルダをコピー。
以下のdialogが表示されて、Pluginがビルドされない。
Missing or incompatible modules OSC plugin - woud you like to disable it? You will no longer be able to open any assets create using it.
image

プロジェクトにC++プロジェクトを作成する

Pluginsフォルダを作成して、プロジェクトを開く
image

C++クラスを追加する

image

何かしらのC++クラスを作成する
image

image

Binaryフォルダを削除する
image

プロジェクトファイルを開く

Missing dialog

はい
image

進捗dialog
image

OSCプラグインの機能が使える
image

処理に関しては前回書いた処理を実装する
受信用のブループリントクラス OSCReceiver を作成

2017/03/06
最新版でBuild.csが更新されていたので、Build.csの修正の記述は削除
20170306_OSCPluginUpdate.png

参照

UE4 プラグインを自分でビルドしてみる
http://unrealengine.hatenablog.com/entry/2015/05/20/220000

1
1
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1