You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
+ 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]