You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* The filter can be enabled or disabled using a checkbox. * A ComboButton displays a dropdown list of plugins to filter by. Only plugins that actually contain assets visible in the unfiltered graph are shown in the list. * The dropdown list shows non-plugins such as /Engine and /Game first after which all real plugins are listed. * One downside of the new plugin filter is that nodes that come from plugins that do not match the filter will be hidden, including their children even if the children match the filter. So if we have the graph A -> B -> C and filter to show the plugin of C but hide the plugin of B then both B and C will be hidden. #jira UE-187308 #rb aditya.ravichandran [CL 26164540 by sebastian arleryd in ue5-main branch]