You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Introduced a new match result utility that keeps track of remaining matched tokens. - Filter terms that include periods (.) are now also eligible to be matched non-recursively using a literal match (ie, an entry with the literal label Location.X will be matched by Location.X, but LocationABC.X will not match) - Previously, sequencer curve editor filter terms were not being matched recursively. This has been corrected using the new match result utility. #rb david.bromberg [CL 36448236 by andrew rodham in 5.5 branch]