Hello, I am a very beginner for UE,
I succeeded in rendering image/movie file from UE editor UI,
then I would like to know the command-line for OFF SCREEN RENDERING.
I tried below command. Then UE Editor has launched and closed after some time. But no images or movie have found in the directory “Screenshots” or “VideoCaptures”.
“C:/Program Files/Epic Games/4.6/Engine/Binaries/Win64/UE4Editor.exe” “FULLPATH for .uproject file” -ResX=1920 -ResY=1080 -BENCHMARK -FPS=24 -DUMPMOVIE -SECONDS=1 -SILENT -NOWRITE -NOTEXTURESTREAMING -NOSOUND
1.Why no image or movie has output by above command-line?
2.Can I specify to output sequencial images or movie by command-line?
3,Can I render image/movie without launching UI(:OFF SCREEN RENDEING)?
Thanks in advance!