You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Graph track: Added support for horizontal panning and zooming with mouse. - Graph track: Added time range selection (Ctrl + Shift + mouse drag or mouse drag on time ruler area). - Graph track: Added context menu with on/off toggles: "Points", "Points have Border", "Lines", "Lines have Duration", "Bars". - Graph: Reduced size of points from 7px to 5px. - Graph: Fixed position of lines (being offseted with 1px). - Timing: Re-enabled the "Graph" toolbar option that opens a test graph track. - Time ruler: Fixed position of current time info when selecting (when the selected time interval being just 1-2 pixels). - Code refactoring to reuse some draw code (background, selection) between TimingView and GraphTrack. Added FDrawHelpers class. #rb none [CL 7273338 by ionut matasaru in Dev-Core branch]