You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- All movie scene capture responsiblities are now encapsulated inside the MovieSceneCapture module. Corresponding logic has been moved out of engine classes. - Fixed time-step capture is fullly supported on PC and mac, real-time capture is still experimental. - Matinee now goes through the same MovieSceneCapture module logic as actor animations - AVIWriter can now be instantiated (used to be a single static w/ globals) to give greater control of capturing. - This mostly addresses UETOOL-446 [CL 2700384 by Andrew Rodham in Main branch]