Files
UnrealEngineUWP/Engine/Source/Editor/EditorStyle
ludovic chabant 11900b8562 Sequencer: marked frames improvements
- 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]
2023-01-24 12:44:33 -05:00
..