ash3D/UEVideoRecorder

can i record video from a in-game camera?

evehal opened this issue · 1 comments

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

ash3D commented

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.