i want to make a system that can capture my screen view and save it to a library and display it later how can i do that
ok a question do U need a screenshot system or a video record system
video record but i dont want it to be live display i need it to be saved to later use
ok got it…
and one more thing i dont care if its in c++
and thank you
oh I am sorry but i gave an example using BP. Ok I’ll see about C++ too.
is fine in bp is grate a like it in bp more the c++ i just said if you cant find anything in bp try in c++ if you can give me in bp that will be the best
Ok then go through the process
what???
hey man already posted an answer .Were u not able to see ?
Just reply back if not Really strange.
Something like this might come in handy
On your matinee window, there is a movie button on the top right corner. When you click on it, you will get different settings that you can adjust for your recordings. When you are ready to record, hit ok. A new game window will pop up and your recording will start.Your recording will be saved in “…\Unreal Projects\Project_NAME\Saved…” There should be a folder there called videos or movies or something along those lines.
Your matinee needs to be called in your level blueprint .
select the matinee actor from the scene and open your level blueprint.
Create an “Event Begin Play” event.
After doing this right click and search for “Play” (Make sure your matinee actor is selected in the scene before doing this) and create the play node.
Connect the Event Begin Play to the play node. Open your matinee, make sure that U have a director track with a keyframe(hope U know what a director track is) setup to the camera you want to record.
Click the movie button on the top right corner and hit play.
Something like this.
oh i didnt realize it was your comment i read it and is not what i need because what i need is a in game event that will autmaticly will start recording and save it not as outside in the editor and then start playing
ok I get it something like GTA 5 recorder but I am afraid I might not have the answer… Post this question in the forums . Maybe there U may have a better chance
yes someting like gta 5 and did you find someting in c++?