Skip to content

pyrochlore/Spout-UE4

 
 

Repository files navigation

Spout-UE4

Spout Plugin for Unreal Engine

Sender and Receiver only DirectX 11.

Installation and Use

Put code in folder Plugins (for example "yourproject/Plugins/Spout-UE4")

Info

the "spout sender" has two options:

  • "Game Viewport" that send the image of the viewport (no work in standalone game)
  • or use a "TextureRenderTarget2D" in this case you should create along with a "SceneCaptureComponent2D"

use "spout close" blueprint to close spouts

CaptureSpout2 test sending 10 sender to Touchdesigner 1024x768 either one, the performance is good.

Install Example

  • Create new c++ First Person project
  • unzip example in the "Content" folder of your project
  • unzip code plugin in folder "Plugins" as mentioned above, if there is no "Plugins" folder, create it
  • restart project
  • load Spout scene

ExampleSpout.zip

CaptureSpout2 This image corresponds to the "Spout" scene.

About

Spout Plugin for Unreal Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.0%
  • C 18.8%
  • C# 2.2%