This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ecd2f824a1f2381d907593c853794de82d8bd580
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
CurveEditor
/
Public
History
max chen
e954e78d25
Curve Editor: Change PixelsPerInput to double to fix jittery movement when manipulating keys
...
#rb mike.zyracki #jira UE-184603 [CL 27886397 by max chen in ue5-main branch]
2023-09-14 13:46:11 -04:00
..
Filters
Curve Editor: Rework filters so that they are not dependent upon selection, ie. you can bake a range of frames/times.
2023-06-19 16:57:23 -04:00
Tree
Add cached expansion state values to the curve editor tree so expansion state is restored when selection changes instead of defaulting automatically to a closed state. There are just saved per session, not in any asset. Added an option path name string to ICurveEditorTreeItemExtension's, which is then used as a hash to store the expansion state, since the curve model id's aren't permanent between selections.
2023-09-01 16:39:53 -04:00
Views
Sequencer: Curve Editor: Normalized/Stack view take into account time range when figuring out min, max values for positioning. We added a new CurveModel function to handle this instead of breaking the other one since that's used in other places (Rich curve, plugins), and didn't want to regress any expected behaviors.
2023-08-07 20:07:55 -04:00
CurveDataAbstraction.h
…
CurveDrawInfo.h
…
CurveEditor.h
…
CurveEditorCommands.h
…
CurveEditorHelpers.h
…
CurveEditorKeyProxy.h
…
CurveEditorScreenSpace.h
Curve Editor: Change PixelsPerInput to double to fix jittery movement when manipulating keys
2023-09-14 13:46:11 -04:00
CurveEditorSelection.h
…
CurveEditorSettings.h
Curve Editor: Match CurrentTime tooltip with Playhead, ala ESequencerZoomPosition
2023-06-19 16:59:28 -04:00
CurveEditorSnapMetrics.h
…
CurveEditorTypes.h
…
CurveModel.h
Sequencer: Curve Editor: Normalized/Stack view take into account time range when figuring out min, max values for positioning. We added a new CurveModel function to handle this instead of breaking the other one since that's used in other places (Rich curve, plugins), and didn't want to regress any expected behaviors.
2023-08-07 20:07:55 -04:00
IBufferedCurveModel.h
…
ICurveEditorBounds.h
…
ICurveEditorDragOperation.h
…
ICurveEditorExtension.h
…
ICurveEditorModule.h
…
ICurveEditorToolExtension.h
…
KeyBarCurveModel.h
…
RichCurveEditorModel.h
…
SCurveEditorPanel.h
Curve Editor: Change left and right bounds for the transform tool to FFrameNumber
2023-09-06 13:53:40 -04:00
SCurveEditorToolProperties.h
Curve Editor: Change left and right bounds for the transform tool to FFrameNumber
2023-09-06 13:53:40 -04:00
SCurveEditorView.h
Sequencer: Curve Editor: Normalized/Stack view take into account time range when figuring out min, max values for positioning. We added a new CurveModel function to handle this instead of breaking the other one since that's used in other places (Rich curve, plugins), and didn't want to regress any expected behaviors.
2023-08-07 20:07:55 -04:00
SCurveKeyDetailPanel.h
…
SCurveViewerPanel.h
…
SGridLineSpacingList.h
…