You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Marked frames can now be selected, which allows the user to move them along with keys and sections - This had to be implemented as a special case in FSequencerSelection. Ideally marked frames would have been moved over to the MVVM design so that their view-models could be added to the selection without much change, but this opened up giant cans of worms. - Move operations for keys and sections now always move any selected marked frames too - Being selectable, marked frames now have a "selected" state that makes them drawn white and bold - To make interaction easier, marked frames labels can be used to drag and select, and a hover state has been added - A "comment" field has been added on marked frames #rb max.chen #preflight 63d012e794644f3e8e3058fd #jira UE-170205 [CL 23833512 by ludovic chabant in ue5-main branch]