ash3D / UEVideoRecorder

Video record and screenshot taking plugin for Unreal Engine 4.
MIT License
126 stars 35 forks source link

can i record video from a in-game camera? #2

Open evehal opened 7 years ago

evehal commented 7 years ago

thank you ash3D for this amazing plugin, can i record video from a in-game camera not a viewportclient?

ash3D commented 7 years ago

The plugin currently works with gameviewportclient only. I have briefly looked through UE4 docs and forum - it seems that UE4 does not allow to grab image from camera. But SceneCapture can be used for this. I think that it is possible to extend plugin to support for SceneCapture.