Files
UnrealEngineUWP/Engine/Source/Runtime/MovieScene
Frank Fella 5922960f60 Sequencer - Simplify visibility so that it's just based on the text filter for now. We will revisit this in the future once we have more use cases.
+ Removed "Clean View" it was not being used.
+ Removed pinned nodes there was no UI for pinning and pinning in code is not neccessary with no shot filtering.
+ Tracks are now always visible, with shot filtering gone this was only being used to hide empty tracks.  If we want this behavior we should just delete tracks when they become empty.
+ Removed caching code which is not neccessary now that visibility is simpler.

[CL 2703157 by Frank Fella in Main branch]
2015-09-23 15:44:27 -04:00
..